2023-12-21T03:16:18.955 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T03:16:18.956 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025 --verbose --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/orig.config.yaml 2023-12-21T03:16:18.988 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T03:16:19.061 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499025' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - 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 - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T03:16:19.061 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T03:16:19.062 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T03:16:19.062 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T03:16:19.063 INFO:teuthology.task.internal:Checking packages... 2023-12-21T03:16:19.087 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T03:16:19.087 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T03:16:19.088 INFO:teuthology.packaging:ref: None 2023-12-21T03:16:19.088 INFO:teuthology.packaging:tag: None 2023-12-21T03:16:19.088 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T03:16:19.088 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T03:16:19.088 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T03:16:19.233 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413-g639f0137-1bionic 2023-12-21T03:16:19.235 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T03:16:19.241 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T03:16:19.241 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T03:16:19.286 INFO:teuthology.task.internal:Saving configuration 2023-12-21T03:16:19.300 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T03:16:19.306 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:16:19.330 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:06:25.413850', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-21T03:16:19.347 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:06:25.412585', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-21T03:16:19.347 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T03:16:19.353 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T03:16:19.353 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T03:16:19.353 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T03:16:19.437 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff315f6aca0>, signals=[15]) 2023-12-21T03:16:19.438 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T03:16:19.444 INFO:teuthology.task.internal:Opening connections... 2023-12-21T03:16:19.444 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2023-12-21T03:16:19.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:16:19.519 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2023-12-21T03:16:19.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:16:19.596 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T03:16:19.604 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2023-12-21T03:16:19.640 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2023-12-21T03:16:19.640 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="Ubuntu" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:ID=ubuntu 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE=debian 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="18.04" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-21T03:16:19.689 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_CODENAME=bionic 2023-12-21T03:16:19.690 INFO:teuthology.orchestra.run.smithi132.stdout:UBUNTU_CODENAME=bionic 2023-12-21T03:16:19.690 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2023-12-21T03:16:19.713 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2023-12-21T03:16:19.719 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2023-12-21T03:16:19.720 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="18.04" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-21T03:16:19.766 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=bionic 2023-12-21T03:16:19.767 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=bionic 2023-12-21T03:16:19.767 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2023-12-21T03:16:19.788 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T03:16:19.797 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T03:16:19.802 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T03:16:19.802 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2023-12-21T03:16:19.805 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2023-12-21T03:16:19.813 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T03:16:19.819 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T03:16:19.819 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2023-12-21T03:16:19.853 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2023-12-21T03:16:20.004 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T03:16:20.050 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T03:16:20.066 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T03:16:20.066 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T03:16:20.066 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T03:16:20.067 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T03:16:20.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:16:20.072 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-12-21T03:16:20.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:16:20.073 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-12-21T03:16:20.121 INFO:teuthology.orchestra.run.smithi132.stdout:4.15.0-200-generic 2023-12-21T03:16:20.121 INFO:teuthology.task.kernel:Running kernel on smithi132: 4.15.0-200-generic 2023-12-21T03:16:20.121 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2023-12-21T03:16:20.122 INFO:teuthology.orchestra.run.smithi184.stdout:4.15.0-200-generic 2023-12-21T03:16:20.122 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.15.0-200-generic 2023-12-21T03:16:20.122 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2023-12-21T03:16:20.214 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2023-12-21T03:16:20.251 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2023-12-21T03:16:20.374 INFO:teuthology.orchestra.run.smithi132.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-21T03:16:20.497 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T03:16:20.541 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T03:16:20.541 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-21T03:16:20.579 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-21T03:16:20.602 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-21T03:16:20.652 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-21T03:16:20.813 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-21T03:16:20.834 INFO:teuthology.orchestra.run.smithi132.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-21T03:16:20.838 INFO:teuthology.orchestra.run.smithi132.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-21T03:16:20.839 INFO:teuthology.orchestra.run.smithi132.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-21T03:16:20.856 INFO:teuthology.orchestra.run.smithi132.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-21T03:16:20.858 INFO:teuthology.orchestra.run.smithi132.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-21T03:16:20.873 INFO:teuthology.orchestra.run.smithi132.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-21T03:16:20.883 INFO:teuthology.orchestra.run.smithi132.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-21T03:16:20.886 INFO:teuthology.orchestra.run.smithi132.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-21T03:16:20.886 INFO:teuthology.orchestra.run.smithi132.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-21T03:16:20.886 INFO:teuthology.orchestra.run.smithi132.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-21T03:16:20.896 INFO:teuthology.orchestra.run.smithi132.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-21T03:16:20.933 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-21T03:16:20.977 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-21T03:16:21.043 INFO:teuthology.orchestra.run.smithi132.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-21T03:16:21.118 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-21T03:16:21.470 INFO:teuthology.orchestra.run.smithi132.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-21T03:16:21.522 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-21T03:16:21.525 INFO:teuthology.orchestra.run.smithi132.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-21T03:16:21.539 INFO:teuthology.orchestra.run.smithi132.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-21T03:16:21.541 INFO:teuthology.orchestra.run.smithi132.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-21T03:16:21.551 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-21T03:16:21.555 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-21T03:16:21.562 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-21T03:16:21.577 INFO:teuthology.orchestra.run.smithi132.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-21T03:16:21.581 INFO:teuthology.orchestra.run.smithi132.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-21T03:16:21.611 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-21T03:16:21.612 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-21T03:16:21.617 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-21T03:16:21.629 INFO:teuthology.orchestra.run.smithi132.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-21T03:16:21.645 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-21T03:16:21.664 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-21T03:16:21.683 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-21T03:16:21.688 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-21T03:16:21.700 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-21T03:16:21.731 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-21T03:16:21.732 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-21T03:16:21.737 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-21T03:16:21.804 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-21T03:16:21.853 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-21T03:16:21.856 INFO:teuthology.orchestra.run.smithi132.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-21T03:16:22.009 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-21T03:16:22.026 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-21T03:16:22.375 INFO:teuthology.orchestra.run.smithi132.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-21T03:16:22.392 INFO:teuthology.orchestra.run.smithi132.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-21T03:16:22.392 INFO:teuthology.orchestra.run.smithi132.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-21T03:16:22.392 INFO:teuthology.orchestra.run.smithi132.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-21T03:16:22.393 INFO:teuthology.orchestra.run.smithi132.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-21T03:16:22.395 INFO:teuthology.orchestra.run.smithi132.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-21T03:16:22.398 INFO:teuthology.orchestra.run.smithi132.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-21T03:16:22.528 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-21T03:16:22.529 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-21T03:16:22.532 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-21T03:16:22.533 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-21T03:16:22.540 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-21T03:16:22.547 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-21T03:16:22.550 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-21T03:16:23.690 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 20.1 MB in 3s (6,276 kB/s) 2023-12-21T03:16:24.432 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 20.1 MB in 4s (5,411 kB/s) 2023-12-21T03:16:25.533 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-12-21T03:16:25.585 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T03:16:25.675 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-12-21T03:16:25.965 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2023-12-21T03:16:25.965 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2023-12-21T03:16:26.150 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-21T03:16:26.188 INFO:teuthology.orchestra.run.smithi132.stdout:The following additional packages will be installed: 2023-12-21T03:16:26.188 INFO:teuthology.orchestra.run.smithi132.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T03:16:26.189 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-21T03:16:26.189 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-21T03:16:26.189 INFO:teuthology.orchestra.run.smithi132.stdout:Suggested packages: 2023-12-21T03:16:26.189 INFO:teuthology.orchestra.run.smithi132.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-21T03:16:26.189 INFO:teuthology.orchestra.run.smithi132.stdout:Recommended packages: 2023-12-21T03:16:26.189 INFO:teuthology.orchestra.run.smithi132.stdout: thermald 2023-12-21T03:16:26.200 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T03:16:26.259 INFO:teuthology.orchestra.run.smithi132.stdout:The following NEW packages will be installed: 2023-12-21T03:16:26.259 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T03:16:26.259 INFO:teuthology.orchestra.run.smithi132.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-21T03:16:26.259 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-21T03:16:26.261 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages will be upgraded: 2023-12-21T03:16:26.262 INFO:teuthology.orchestra.run.smithi132.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-21T03:16:26.287 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-21T03:16:26.447 INFO:teuthology.orchestra.run.smithi132.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T03:16:26.447 INFO:teuthology.orchestra.run.smithi132.stdout:Need to get 67.4 MB of archives. 2023-12-21T03:16:26.447 INFO:teuthology.orchestra.run.smithi132.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-21T03:16:26.447 INFO:teuthology.orchestra.run.smithi132.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-12-21T03:16:26.576 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2023-12-21T03:16:26.577 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2023-12-21T03:16:26.793 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2023-12-21T03:16:26.793 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T03:16:26.793 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-21T03:16:26.793 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-21T03:16:26.795 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2023-12-21T03:16:26.796 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-21T03:16:26.796 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2023-12-21T03:16:26.796 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2023-12-21T03:16:26.851 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2023-12-21T03:16:26.851 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T03:16:26.852 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-21T03:16:26.852 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-21T03:16:26.854 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2023-12-21T03:16:26.854 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-21T03:16:27.039 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T03:16:27.039 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 67.4 MB of archives. 2023-12-21T03:16:27.039 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-21T03:16:27.039 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-12-21T03:16:27.684 INFO:teuthology.orchestra.run.smithi132.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-12-21T03:16:27.931 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-12-21T03:16:28.102 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-12-21T03:16:28.349 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-12-21T03:16:28.929 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-21T03:16:28.930 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-21T03:16:28.930 INFO:teuthology.orchestra.run.smithi132.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-12-21T03:16:29.277 INFO:teuthology.orchestra.run.smithi132.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-12-21T03:16:29.319 INFO:teuthology.orchestra.run.smithi132.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-21T03:16:29.409 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-21T03:16:29.409 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-21T03:16:29.409 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-12-21T03:16:29.719 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-12-21T03:16:29.753 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-21T03:16:29.979 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 67.4 MB in 3s (22.2 MB/s) 2023-12-21T03:16:30.144 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-21T03:16:30.433 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 67.4 MB in 3s (23.4 MB/s) 2023-12-21T03:16:30.626 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-21T03:16:31.106 INFO:teuthology.orchestra.run.smithi132.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-12-21T03:16:31.110 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:31.174 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:31.563 INFO:teuthology.orchestra.run.smithi184.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-12-21T03:16:31.567 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:31.639 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:32.901 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-21T03:16:32.914 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:33.010 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:33.440 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-21T03:16:33.454 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:33.550 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:33.562 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-21T03:16:33.576 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:33.620 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:34.051 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-21T03:16:34.065 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:34.110 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:37.470 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T03:16:37.585 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T03:16:37.906 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T03:16:37.914 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T03:16:38.039 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T03:16:38.056 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T03:16:38.356 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T03:16:38.384 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-21T03:16:38.400 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-21T03:16:38.443 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T03:16:38.501 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T03:16:38.812 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-21T03:16:38.829 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-21T03:16:38.871 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T03:16:43.086 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-21T03:16:43.111 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:43.152 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:43.613 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-21T03:16:43.637 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T03:16:43.679 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:46.141 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T03:16:46.268 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T03:16:46.575 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T03:16:46.601 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:46.704 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T03:16:47.064 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:47.189 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:47.667 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:47.681 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-21T03:16:47.682 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-21T03:16:47.682 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-21T03:16:47.682 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-21T03:16:47.808 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:48.165 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-21T03:16:48.165 INFO:teuthology.orchestra.run.smithi132.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-21T03:16:48.166 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-21T03:16:48.166 INFO:teuthology.orchestra.run.smithi132.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-21T03:16:48.311 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:48.360 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T03:16:48.486 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-21T03:16:48.612 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:48.747 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-21T03:16:48.846 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T03:16:48.864 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-21T03:16:48.964 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-21T03:16:48.990 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:49.090 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:49.199 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-21T03:16:49.199 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-21T03:16:49.216 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-21T03:16:49.342 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-21T03:16:49.468 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T03:16:49.689 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-21T03:16:49.690 INFO:teuthology.orchestra.run.smithi132.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-21T03:17:05.224 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-21T03:17:05.225 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub' 2023-12-21T03:17:05.247 INFO:teuthology.orchestra.run.smithi132.stdout:Generating grub configuration file ... 2023-12-21T03:17:05.634 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T03:17:05.673 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T03:17:06.084 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T03:17:06.113 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T03:17:06.188 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T03:17:06.236 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T03:17:06.444 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-21T03:17:06.444 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2023-12-21T03:17:06.470 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2023-12-21T03:17:07.086 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T03:17:07.128 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T03:17:07.304 INFO:teuthology.orchestra.run.smithi132.stdout:done 2023-12-21T03:17:07.474 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T03:17:07.501 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T03:17:07.576 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T03:17:07.602 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T03:17:07.770 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic 2023-12-21T03:17:07.790 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic 2023-12-21T03:17:07.790 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2023-12-21T03:17:07.790 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2023-12-21T03:17:07.790 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2023-12-21T03:17:07.790 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 18 2023-12-21T03:17:07.790 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 4.15.0.213.196 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2023-12-21T03:17:07.791 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2023-12-21T03:17:07.791 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-21T03:17:07.791 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T03:17:07.792 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T03:17:07.792 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T03:17:07.792 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T03:17:07.792 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2023-12-21T03:17:07.901 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2023-12-21T03:17:08.020 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T03:17:08.028 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-21T03:17:08.045 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-21T03:17:08.605 INFO:teuthology.orchestra.run.smithi184.stdout:done 2023-12-21T03:17:09.078 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2023-12-21T03:17:09.097 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2023-12-21T03:17:09.097 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2023-12-21T03:17:09.097 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 18 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 4.15.0.213.196 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T03:17:09.098 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T03:17:09.099 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2023-12-21T03:17:09.099 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2023-12-21T03:17:09.099 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2023-12-21T03:17:09.099 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2023-12-21T03:17:09.099 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-21T03:17:09.099 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T03:17:09.099 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T03:17:09.099 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T03:17:09.099 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T03:17:09.100 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2023-12-21T03:17:09.203 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2023-12-21T03:17:09.326 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-21T03:17:09.326 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T03:17:09.338 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-21T03:17:09.358 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-21T03:17:11.433 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-21T03:17:11.486 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T03:17:11.566 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-21T03:17:11.846 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2023-12-21T03:17:11.846 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2023-12-21T03:17:12.071 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-21T03:17:12.071 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2023-12-21T03:17:12.071 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-21T03:17:12.071 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-21T03:17:12.071 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-21T03:17:12.071 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-21T03:17:12.125 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T03:17:12.126 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 18 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T03:17:12.145 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 4.15.0.213.196 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2023-12-21T03:17:12.146 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2023-12-21T03:17:12.146 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2023-12-21T03:17:12.194 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.sCSLabgRHN 2023-12-21T03:17:12.194 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sCSLabgRHN 2023-12-21T03:17:12.257 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.sCSLabgRHN 2023-12-21T03:17:12.398 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.sCSLabgRHN is 10KB 2023-12-21T03:17:12.450 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.sCSLabgRHN 2023-12-21T03:17:12.456 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-21T03:17:12.526 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:17:12.526 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-21T03:17:12.526 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-21T03:17:12.596 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-21T03:17:12.597 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2023-12-21T03:17:13.318 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-21T03:17:14.087 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2023-12-21T03:17:14.104 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2023-12-21T03:17:14.357 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T03:17:14.369 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T03:17:14.728 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T03:17:14.739 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T03:17:14.815 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T03:17:14.828 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T03:17:14.985 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-12-21T03:17:15.037 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T03:17:15.121 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-12-21T03:17:15.386 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2023-12-21T03:17:15.387 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2023-12-21T03:17:15.513 INFO:teuthology.orchestra.run.smithi184.stderr:done 2023-12-21T03:17:15.514 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2023-12-21T03:17:15.596 INFO:teuthology.orchestra.run.smithi132.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-21T03:17:15.596 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages were automatically installed and are no longer required: 2023-12-21T03:17:15.596 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-21T03:17:15.596 INFO:teuthology.orchestra.run.smithi132.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-21T03:17:15.597 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-21T03:17:15.597 INFO:teuthology.orchestra.run.smithi132.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-21T03:17:15.651 INFO:teuthology.orchestra.run.smithi132.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T03:17:15.653 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic 2023-12-21T03:17:15.674 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic 2023-12-21T03:17:15.674 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2023-12-21T03:17:15.674 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2023-12-21T03:17:15.674 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2023-12-21T03:17:15.674 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 18 2023-12-21T03:17:15.674 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 4.15.0.213.196 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2023-12-21T03:17:15.675 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2023-12-21T03:17:15.675 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2023-12-21T03:17:15.720 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.l7ypx6Hcwt 2023-12-21T03:17:15.721 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub/grub.cfg /tmp/tmp.l7ypx6Hcwt 2023-12-21T03:17:15.784 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.l7ypx6Hcwt 2023-12-21T03:17:15.919 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.l7ypx6Hcwt is 10KB 2023-12-21T03:17:15.931 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.l7ypx6Hcwt 2023-12-21T03:17:15.937 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-21T03:17:15.994 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:17:15.994 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-21T03:17:15.994 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-21T03:17:16.070 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-21T03:17:16.071 DEBUG:teuthology.orchestra.run.smithi132:> sudo update-grub 2023-12-21T03:17:17.524 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub' 2023-12-21T03:17:17.535 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2023-12-21T03:17:17.792 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T03:17:17.803 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T03:17:18.126 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T03:17:18.137 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T03:17:18.213 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T03:17:18.226 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T03:17:18.885 INFO:teuthology.orchestra.run.smithi132.stderr:done 2023-12-21T03:17:18.886 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2023-12-21T03:17:45.541 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T03:17:45.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:17:45.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:17:48.889 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T03:17:48.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:17:48.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:18:20.182 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:18:23.505 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:18:29.185 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:18:29.186 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:18:32.242 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:18:32.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:18:32.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:18:35.569 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:18:44.251 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:18:44.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:18:47.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:18:47.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:18:47.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:18:50.641 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:19:02.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:19:02.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:19:05.393 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:19:05.643 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:19:05.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:19:08.721 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:19:23.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:19:23.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:19:26.481 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:19:26.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:19:26.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:19:29.781 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:19:47.497 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:19:47.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:19:50.577 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:19:50.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:19:50.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:20:14.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:20:14.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:20:49.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:20:50.785 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T03:21:14.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:21:14.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:21:16.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:21:16.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:21:17.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:21:19.253 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:21:44.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:21:44.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:21:47.957 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:21:49.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:21:49.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:21:52.337 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:22:17.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:22:17.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:22:21.042 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:22:25.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:22:25.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:22:28.401 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:22:54.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:22:54.067 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:22:57.137 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:23:04.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:23:04.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:23:07.473 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:23:33.161 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:23:33.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:23:36.245 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:23:46.482 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:23:46.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:23:49.553 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:24:15.269 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:24:15.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:18.326 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:24:19.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:24:19.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:22.609 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:24:22.610 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2023-12-21T03:24:22.610 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-12-21T03:24:22.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:24:22.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:25.681 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:24:34.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:24:34.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:37.745 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:24:48.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:24:48.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:49.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:24:49.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:51.409 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:24:51.410 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2023-12-21T03:24:51.410 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-12-21T03:24:51.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:24:51.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:52.821 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-21T03:24:53.164 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-12-21T03:24:55.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:24:55.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:24:55.989 ERROR:teuthology.orchestra.connection:Error authenticating with smithi184.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 450, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 781, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 757, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1625, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2023-12-21T03:25:00.070 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-12-21T03:25:00.331 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:25:00.331 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-12-21T03:25:00.378 INFO:teuthology.orchestra.run.smithi184.stdout:4.15.0-213-generic 2023-12-21T03:25:00.379 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-21T03:25:00.379 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T03:25:00.379 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-21T03:25:01.379 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T03:25:01.380 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T03:25:01.400 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2023-12-21T03:25:01.431 DEBUG:teuthology.parallel:result is None 2023-12-21T03:25:02.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:25:02.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:25:02.260 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-12-21T03:25:02.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:25:02.576 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-12-21T03:25:02.625 INFO:teuthology.orchestra.run.smithi132.stdout:4.15.0-213-generic 2023-12-21T03:25:02.625 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-21T03:25:02.625 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T03:25:02.625 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-21T03:25:03.626 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T03:25:03.627 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T03:25:03.665 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2023-12-21T03:25:03.685 DEBUG:teuthology.parallel:result is None 2023-12-21T03:25:03.686 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T03:25:03.693 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T03:25:03.694 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T03:25:03.729 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T03:25:03.736 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T03:25:03.742 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T03:25:03.749 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T03:25:03.749 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T03:25:03.776 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T03:25:03.798 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T03:25:03.805 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T03:25:03.806 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:25:03.832 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T03:25:03.855 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:25:03.857 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:25:03.861 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:25:03.864 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:25:03.866 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T03:25:03.874 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T03:25:03.874 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T03:25:03.908 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T03:25:03.923 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T03:25:03.932 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T03:25:03.932 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T03:25:03.970 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T03:25:03.976 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:25:04.021 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:25:04.069 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:25:04.069 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T03:25:04.128 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:25:04.138 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:25:04.187 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:25:04.187 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T03:25:04.248 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2023-12-21T03:25:04.250 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2023-12-21T03:25:04.331 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T03:25:04.338 INFO:teuthology.task.internal:Starting timer... 2023-12-21T03:25:04.338 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T03:25:04.348 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T03:25:04.356 DEBUG:teuthology.task.selinux:Excluding smithi132: OS 'ubuntu' does not support SELinux 2023-12-21T03:25:04.356 DEBUG:teuthology.task.selinux:Excluding smithi184: OS 'ubuntu' does not support SELinux 2023-12-21T03:25:04.356 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T03:25:04.357 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-21T03:25:04.357 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T03:25:04.357 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T03:25:04.367 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T03:25:04.374 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-21T03:25:04.547 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T03:25:04.568 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'}]}] 2023-12-21T03:25:04.570 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi132.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T03:30:56.721 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi132.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2023-12-21T03:30:56.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:30:56.724 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:30:56.804 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-12-21T03:30:56.926 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-12-21T03:30:56.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:30:56.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:30:57.007 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-12-21T03:30:57.130 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-21T03:30:57.131 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T03:30:57.141 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T03:30:57.142 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T03:30:57.142 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:30:57.145 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T03:30:57.145 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T03:30:57.202 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-21T03:30:57.202 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Command line: ntpd -gq 2023-12-21T03:30:57.203 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: proto: precision = 0.123 usec (-23) 2023-12-21T03:30:57.203 INFO:teuthology.orchestra.run.smithi132.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T03:30:57.203 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T03:30:57.203 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: restrict ::: KOD does nothing without LIMITED. 2023-12-21T03:30:57.204 INFO:teuthology.orchestra.run.smithi132.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-21T03:30:57.204 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listen and drop on 0 v6wildcard [::]:123 2023-12-21T03:30:57.204 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-21T03:30:57.205 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listen normally on 2 lo 127.0.0.1:123 2023-12-21T03:30:57.205 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listen normally on 3 enp3s0f1 172.21.15.132:123 2023-12-21T03:30:57.205 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listen normally on 4 lo [::1]:123 2023-12-21T03:30:57.205 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:773f%5]:123 2023-12-21T03:30:57.205 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:30:57 ntpd[24558]: Listening on routing socket on fd #22 for interface updates 2023-12-21T03:30:57.241 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-21T03:30:57.241 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Command line: ntpd -gq 2023-12-21T03:30:57.242 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: proto: precision = 0.120 usec (-23) 2023-12-21T03:30:57.242 INFO:teuthology.orchestra.run.smithi184.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T03:30:57.242 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T03:30:57.243 INFO:teuthology.orchestra.run.smithi184.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-21T03:30:57.243 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: restrict ::: KOD does nothing without LIMITED. 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listen and drop on 0 v6wildcard [::]:123 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listen normally on 2 lo 127.0.0.1:123 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listen normally on 3 enp3s0f1 172.21.15.184:123 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listen normally on 4 lo [::1]:123 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b8f%5]:123 2023-12-21T03:30:57.244 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:30:57 ntpd[24826]: Listening on routing socket on fd #22 for interface updates 2023-12-21T03:30:58.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:30:58.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:30:58.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:30:58.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:30:58.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:30:58.204 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:30:58.204 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:30:58.204 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:58 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:30:59.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:59 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:30:59.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:59 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:30:59.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:59 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:30:59.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:30:59 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:00.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:00 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:00.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:00.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:00 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:01.202 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:01 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:01.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:01 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:01.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:01 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:01.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:01 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:02.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:02 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:02.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:02.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:02.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:02.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:02 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:03.202 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:03 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:03.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:03 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:03.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:03 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:03.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:03 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:04.202 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:04 ntpd[24558]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:04.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:04 ntpd[24558]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:04.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:04 ntpd[24558]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:04.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:04 ntpd[24558]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:04.203 INFO:teuthology.orchestra.run.smithi132.stdout:21 Dec 03:31:04 ntpd[24558]: ntpd: time slew -0.000412 s 2023-12-21T03:31:04.203 INFO:teuthology.orchestra.run.smithi132.stdout:ntpd: time slew -0.000412s 2023-12-21T03:31:04.203 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:04 ntpd[24558]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-21T03:31:04.204 INFO:teuthology.orchestra.run.smithi132.stderr:21 Dec 03:31:04 ntpd[24558]: can't open /var/log/ntpstats/loopstats.20231221: Permission denied 2023-12-21T03:31:04.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:04.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:04.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:04 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:04.254 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T03:31:04.254 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2023-12-21T03:31:04.254 INFO:teuthology.orchestra.run.smithi132.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:04.254 INFO:teuthology.orchestra.run.smithi132.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:04.254 INFO:teuthology.orchestra.run.smithi132.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:04.254 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:06.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:06 ntpd[24826]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T03:31:06.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:06 ntpd[24826]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T03:31:06.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:06 ntpd[24826]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T03:31:06.242 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:06 ntpd[24826]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T03:31:06.243 INFO:teuthology.orchestra.run.smithi184.stdout:21 Dec 03:31:06 ntpd[24826]: ntpd: time slew -0.000239 s 2023-12-21T03:31:06.243 INFO:teuthology.orchestra.run.smithi184.stdout:ntpd: time slew -0.000239s 2023-12-21T03:31:06.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:06 ntpd[24826]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-21T03:31:06.243 INFO:teuthology.orchestra.run.smithi184.stderr:21 Dec 03:31:06 ntpd[24826]: can't open /var/log/ntpstats/loopstats.20231221: Permission denied 2023-12-21T03:31:06.297 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T03:31:06.298 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2023-12-21T03:31:06.298 INFO:teuthology.orchestra.run.smithi184.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:06.298 INFO:teuthology.orchestra.run.smithi184.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:06.298 INFO:teuthology.orchestra.run.smithi184.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:06.298 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T03:31:06.299 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-21T03:31:06.310 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-21T03:31:06.310 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:31:06.310 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T03:31:06.317 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T03:31:06.317 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_1 2023-12-21T03:31:06.365 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 336 Links: 1 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:29:33.380633465 +0000 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:29:33.112639842 +0000 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:29:33.112639842 +0000 2023-12-21T03:31:06.366 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:31:06.366 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T03:31:06.420 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:31:06.420 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:31:06.420 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000388468 s, 1.3 MB/s 2023-12-21T03:31:06.421 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T03:31:06.471 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_2 2023-12-21T03:31:06.521 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 342 Links: 1 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:29:33.508630419 +0000 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:29:33.504630514 +0000 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:29:33.504630514 +0000 2023-12-21T03:31:06.522 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:31:06.522 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T03:31:06.576 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:31:06.576 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:31:06.577 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000281869 s, 1.8 MB/s 2023-12-21T03:31:06.577 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T03:31:06.631 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_3 2023-12-21T03:31:06.681 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 348 Links: 1 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:29:34.088616617 +0000 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:29:33.856622137 +0000 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:29:33.856622137 +0000 2023-12-21T03:31:06.682 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:31:06.682 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T03:31:06.736 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:31:06.736 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:31:06.736 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.00044961 s, 1.1 MB/s 2023-12-21T03:31:06.737 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T03:31:06.788 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_4 2023-12-21T03:31:06.837 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T03:31:06.837 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:06.837 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 354 Links: 1 2023-12-21T03:31:06.838 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:06.838 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:29:34.248612809 +0000 2023-12-21T03:31:06.838 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:29:34.244612905 +0000 2023-12-21T03:31:06.838 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:29:34.244612905 +0000 2023-12-21T03:31:06.838 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:31:06.838 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T03:31:06.896 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:31:06.896 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:31:06.896 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000287769 s, 1.8 MB/s 2023-12-21T03:31:06.897 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T03:31:06.947 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:31:07.044 INFO:teuthology.orchestra.run.smithi132.stdout:loop 2023-12-21T03:31:07.046 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_1... 2023-12-21T03:31:07.046 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:31:07.066 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-12-21T03:31:07.091 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_11 2023-12-21T03:31:07.112 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_2... 2023-12-21T03:31:07.112 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:31:07.175 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-12-21T03:31:07.201 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_21 2023-12-21T03:31:07.223 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_3... 2023-12-21T03:31:07.223 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:31:07.291 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-12-21T03:31:07.317 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_31 2023-12-21T03:31:07.340 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_4... 2023-12-21T03:31:07.340 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T03:31:07.408 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-12-21T03:31:07.434 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_41 2023-12-21T03:31:07.454 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:31:07.454 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T03:31:07.501 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme list 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme0n1 CVFT6232000B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme1n1 3cd91d43478b5f35 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme2n1 2c635182867f65da Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme3n1 31f88e896ac100bf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:07.557 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme4n1 d5826e81af981c78 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:07.558 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T03:31:07.558 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:31:07.558 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/scratch_devs 2023-12-21T03:31:07.613 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:31:07.614 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T03:31:07.620 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T03:31:07.620 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2023-12-21T03:31:07.668 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T03:31:07.668 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:07.669 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 337 Links: 1 2023-12-21T03:31:07.669 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:07.669 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:29:33.319100031 +0000 2023-12-21T03:31:07.669 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:29:33.083105545 +0000 2023-12-21T03:31:07.669 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:29:33.083105545 +0000 2023-12-21T03:31:07.669 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:31:07.669 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T03:31:07.723 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:31:07.723 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:31:07.723 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000362649 s, 1.4 MB/s 2023-12-21T03:31:07.724 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T03:31:07.774 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 343 Links: 1 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:29:33.703091057 +0000 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:29:33.467096573 +0000 2023-12-21T03:31:07.824 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:29:33.467096573 +0000 2023-12-21T03:31:07.825 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:31:07.825 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T03:31:07.879 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:31:07.879 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:31:07.879 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000284404 s, 1.8 MB/s 2023-12-21T03:31:07.880 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T03:31:07.929 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2023-12-21T03:31:07.980 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T03:31:07.980 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:07.980 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 349 Links: 1 2023-12-21T03:31:07.980 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:07.980 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:29:34.075082366 +0000 2023-12-21T03:31:07.981 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:29:33.839087881 +0000 2023-12-21T03:31:07.981 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:29:33.839087881 +0000 2023-12-21T03:31:07.981 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:31:07.981 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T03:31:08.037 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:31:08.037 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:31:08.037 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000354173 s, 1.4 MB/s 2023-12-21T03:31:08.037 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T03:31:08.086 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2023-12-21T03:31:08.137 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T03:31:08.137 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T03:31:08.138 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 355 Links: 1 2023-12-21T03:31:08.138 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T03:31:08.138 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:29:34.435073953 +0000 2023-12-21T03:31:08.138 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:29:34.207079282 +0000 2023-12-21T03:31:08.138 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:29:34.207079282 +0000 2023-12-21T03:31:08.138 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:31:08.138 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T03:31:08.195 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:31:08.195 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:31:08.195 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000375101 s, 1.4 MB/s 2023-12-21T03:31:08.196 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T03:31:08.245 DEBUG:teuthology.orchestra.run.smithi184:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-21T03:31:08.340 INFO:teuthology.orchestra.run.smithi184.stdout:loop 2023-12-21T03:31:08.341 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2023-12-21T03:31:08.342 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-21T03:31:08.360 INFO:teuthology.orchestra.run.smithi184.stdout:1 2023-12-21T03:31:08.385 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_11 2023-12-21T03:31:08.410 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2023-12-21T03:31:08.410 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-21T03:31:08.474 INFO:teuthology.orchestra.run.smithi184.stdout:1 2023-12-21T03:31:08.499 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_21 2023-12-21T03:31:08.520 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2023-12-21T03:31:08.520 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-21T03:31:08.583 INFO:teuthology.orchestra.run.smithi184.stdout:1 2023-12-21T03:31:08.613 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_31 2023-12-21T03:31:08.632 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2023-12-21T03:31:08.633 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-21T03:31:08.696 INFO:teuthology.orchestra.run.smithi184.stdout:1 2023-12-21T03:31:08.721 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_41 2023-12-21T03:31:08.743 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:31:08.743 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T03:31:08.792 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme list 2023-12-21T03:31:08.847 INFO:teuthology.orchestra.run.smithi184.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T03:31:08.848 INFO:teuthology.orchestra.run.smithi184.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T03:31:08.848 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme0n1 CVFT626500CE400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-21T03:31:08.848 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme1n1 c7b25329e4225ab0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:08.848 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme2n1 30325449ccf8ab29 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:08.848 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme3n1 e581faf5cb5a948b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:08.848 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme4n1 4673adaf04bcb51d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T03:31:08.849 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T03:31:08.849 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:31:08.849 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2023-12-21T03:31:08.903 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T03:31:08.978 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': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T03:31:08.978 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T03:31:08.979 INFO:tasks.cephadm:Cluster fsid is 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:08.979 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T03:31:08.979 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T03:31:08.979 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi132': '172.21.15.132', 'mon.smithi184': '172.21.15.184'} 2023-12-21T03:31:08.979 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T03:31:08.979 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2023-12-21T03:31:08.996 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2023-12-21T03:31:09.012 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 639f0137318def3e5f393094e5494880043a8f32)... 2023-12-21T03:31:09.013 DEBUG:teuthology.orchestra.run.smithi132:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T03:31:09.275 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 21 03:31 /home/ubuntu/cephtest/cephadm 2023-12-21T03:31:09.275 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T03:31:09.458 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 21 03:31 /home/ubuntu/cephtest/cephadm 2023-12-21T03:31:09.458 DEBUG:teuthology.orchestra.run.smithi132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T03:31:09.467 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T03:31:09.485 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2023-12-21T03:31:09.525 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2023-12-21T03:31:09.544 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2023-12-21T03:31:09.581 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2023-12-21T03:31:09.599 INFO:tasks.cephadm:Writing seed config... 2023-12-21T03:31:09.600 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T03:31:09.601 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T03:31:09.602 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:31:09.602 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T03:31:09.629 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 = 618e06f0-9fb1-11ee-95a5-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 2023-12-21T03:31:09.629 DEBUG:teuthology.orchestra.run.smithi132:mon.smithi132> sudo journalctl -f -n 0 -u ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi132.service 2023-12-21T03:31:09.672 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T03:31:09.672 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 -v bootstrap --fsid 618e06f0-9fb1-11ee-95a5-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.132 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T03:31:09.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-21T03:31:10.144 INFO:teuthology.orchestra.run.smithi132.stderr:-------------------------------------------------------------------------------- 2023-12-21T03:31:10.144 INFO:teuthology.orchestra.run.smithi132.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32', '-v', 'bootstrap', '--fsid', '618e06f0-9fb1-11ee-95a5-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.132', '--skip-admin-label'] 2023-12-21T03:31:10.144 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying podman|docker is present... 2023-12-21T03:31:10.144 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying lvm2 is present... 2023-12-21T03:31:10.144 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying time synchronization is in place... 2023-12-21T03:31:10.151 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T03:31:10.160 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.168 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-21T03:31:10.176 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.185 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: enabled 2023-12-21T03:31:10.193 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.200 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-21T03:31:10.209 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.217 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: enabled 2023-12-21T03:31:10.226 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: active 2023-12-21T03:31:10.227 INFO:teuthology.orchestra.run.smithi132.stderr:Unit ntp.service is enabled and running 2023-12-21T03:31:10.227 INFO:teuthology.orchestra.run.smithi132.stderr:Repeating the final host check... 2023-12-21T03:31:10.228 INFO:teuthology.orchestra.run.smithi132.stderr:docker (/usr/bin/docker) is present 2023-12-21T03:31:10.228 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl is present 2023-12-21T03:31:10.228 INFO:teuthology.orchestra.run.smithi132.stderr:lvcreate is present 2023-12-21T03:31:10.234 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T03:31:10.242 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.249 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-21T03:31:10.256 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.265 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: enabled 2023-12-21T03:31:10.273 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.282 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-21T03:31:10.291 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2023-12-21T03:31:10.300 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: enabled 2023-12-21T03:31:10.309 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: active 2023-12-21T03:31:10.310 INFO:teuthology.orchestra.run.smithi132.stderr:Unit ntp.service is enabled and running 2023-12-21T03:31:10.310 INFO:teuthology.orchestra.run.smithi132.stderr:Host looks OK 2023-12-21T03:31:10.310 INFO:teuthology.orchestra.run.smithi132.stderr:Cluster fsid: 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:10.310 INFO:teuthology.orchestra.run.smithi132.stderr:Acquiring lock 140478218044696 on /run/cephadm/618e06f0-9fb1-11ee-95a5-87774f69a715.lock 2023-12-21T03:31:10.310 INFO:teuthology.orchestra.run.smithi132.stderr:Lock 140478218044696 acquired on /run/cephadm/618e06f0-9fb1-11ee-95a5-87774f69a715.lock 2023-12-21T03:31:10.311 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying IP 172.21.15.132 port 3300 ... 2023-12-21T03:31:10.311 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying IP 172.21.15.132 port 6789 ... 2023-12-21T03:31:10.311 INFO:teuthology.orchestra.run.smithi132.stderr:Base mon IP(s) is [172.21.15.132:3300, 172.21.15.132:6789], mon addrv is [v2:172.21.15.132:3300,v1:172.21.15.132:6789] 2023-12-21T03:31:10.315 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-21T03:31:10.315 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.132 metric 100 2023-12-21T03:31:10.315 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T03:31:10.316 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.132 2023-12-21T03:31:10.316 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.132 metric 100 2023-12-21T03:31:10.320 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-21T03:31:10.320 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-21T03:31:10.324 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T03:31:10.324 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-21T03:31:10.324 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T03:31:10.324 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-21T03:31:10.324 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:773f/64 scope link 2023-12-21T03:31:10.324 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T03:31:10.325 INFO:teuthology.orchestra.run.smithi132.stderr:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2023-12-21T03:31:10.326 INFO:teuthology.orchestra.run.smithi132.stderr:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2023-12-21T03:31:10.326 INFO:teuthology.orchestra.run.smithi132.stderr:Mon IP `172.21.15.132` is in CIDR network `172.21.15.254/32` 2023-12-21T03:31:10.326 INFO:teuthology.orchestra.run.smithi132.stderr:Mon IP `172.21.15.132` is in CIDR network `172.21.15.254/32` 2023-12-21T03:31:10.326 INFO:teuthology.orchestra.run.smithi132.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-12-21T03:31:10.327 INFO:teuthology.orchestra.run.smithi132.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-21T03:31:10.328 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32... 2023-12-21T03:31:10.672 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: 639f0137318def3e5f393094e5494880043a8f32: Pulling from ceph-ci/ceph 2023-12-21T03:31:10.679 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: 46af8f5390d4: Pulling fs layer 2023-12-21T03:31:10.679 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: bad7b0729245: Pulling fs layer 2023-12-21T03:31:11.397 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: 46af8f5390d4: Verifying Checksum 2023-12-21T03:31:11.398 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: 46af8f5390d4: Download complete 2023-12-21T03:31:13.221 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: bad7b0729245: Verifying Checksum 2023-12-21T03:31:13.221 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: bad7b0729245: Download complete 2023-12-21T03:31:13.804 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: 46af8f5390d4: Pull complete 2023-12-21T03:31:23.740 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: bad7b0729245: Pull complete 2023-12-21T03:31:23.844 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: Digest: sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3 2023-12-21T03:31:23.910 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T03:31:23.997 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T03:31:33.876 INFO:teuthology.orchestra.run.smithi132.stderr:ceph: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T03:31:34.372 INFO:teuthology.orchestra.run.smithi132.stderr:Ceph version: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T03:31:34.372 INFO:teuthology.orchestra.run.smithi132.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T03:31:35.160 INFO:teuthology.orchestra.run.smithi132.stderr:stat: 167 167 2023-12-21T03:31:35.634 INFO:teuthology.orchestra.run.smithi132.stderr:Creating initial keys... 2023-12-21T03:31:36.421 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-authtool: AQCYsYNlHiwGGRAA7/vnvMgDC4HBI2+DpIA0Sg== 2023-12-21T03:31:37.684 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-authtool: AQCZsYNlNYC1KBAAcPvV6FXkL3RodVozOnjK4w== 2023-12-21T03:31:38.912 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-authtool: AQCasYNlNxdQNhAAR9qxnj+STamsy5OuX/g4Lw== 2023-12-21T03:31:39.350 INFO:teuthology.orchestra.run.smithi132.stderr:Creating initial monmap... 2023-12-21T03:31:40.197 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T03:31:40.198 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:40.198 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T03:31:40.645 INFO:teuthology.orchestra.run.smithi132.stderr:monmaptool for smithi132 [v2:172.21.15.132:3300,v1:172.21.15.132:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T03:31:40.645 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: set fsid to 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:40.645 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T03:31:40.645 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:31:40.645 INFO:teuthology.orchestra.run.smithi132.stderr:Creating mon... 2023-12-21T03:31:41.525 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 1 imported monmap: 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: last_changed 2023-12-21T03:31:40.195755+0000 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: created 2023-12-21T03:31:40.195755+0000 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.smithi132 2023-12-21T03:31:41.526 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 0 /usr/bin/ceph-mon: set fsid to 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: DB SUMMARY 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 0, files: 2023-12-21T03:31:41.556 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.create_if_missing: 1 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.env: 0x5583bb5ce080 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.fs: Posix File System 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.info_log: 0x5583bceb3380 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.statistics: (nil) 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.use_fsync: 0 2023-12-21T03:31:41.557 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.db_log_dir: 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi132/store.db 2023-12-21T03:31:41.558 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T03:31:41.559 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.write_buffer_manager: 0x5583bceb9980 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.unordered_write: 0 2023-12-21T03:31:41.560 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.row_cache: None 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.wal_filter: None 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T03:31:41.561 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T03:31:41.562 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.max_open_files: -1 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T03:31:41.563 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T03:31:41.564 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Compression algorithms supported: 2023-12-21T03:31:41.564 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T03:31:41.564 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kZSTD supported: 0 2023-12-21T03:31:41.564 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T03:31:41.564 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.521+0000 7fadfe169880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000001 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.merge_operator: 2023-12-21T03:31:41.565 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_filter: None 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5583bcdc7d30) 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-21T03:31:41.566 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache: 0x5583bcdfed10 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-21T03:31:41.567 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T03:31:41.568 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression: NoCompression 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.num_levels: 7 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T03:31:41.569 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T03:31:41.570 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T03:31:41.571 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T03:31:41.572 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T03:31:41.573 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T03:31:41.573 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T03:31:41.573 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T03:31:41.573 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T03:31:41.573 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T03:31:41.575 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.ttl: 2592000 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.525+0000 7fadfe169880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.529+0000 7fadfe169880 4 rocksdb: DB pointer 0x5583bcec7800 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.529+0000 7fade6ff0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.529+0000 7fade6ff0700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.576 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:41.577 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.578 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.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 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.579 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T03:31:41.580 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2023-12-21T03:31:41.580 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.529+0000 7fadfe169880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-21T03:31:41.580 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.529+0000 7fadfe169880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-21T03:31:41.580 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2023-12-21T03:31:41.529+0000 7fadfe169880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi132 for mon.smithi132 2023-12-21T03:31:41.993 INFO:teuthology.orchestra.run.smithi132.stderr:create mon.smithi132 on 2023-12-21T03:31:42.135 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-21T03:31:42.259 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715.target. 2023-12-21T03:31:42.260 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715.target. 2023-12-21T03:31:42.509 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to reset failed state of unit ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi132.service: Unit ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi132.service is not loaded. 2023-12-21T03:31:42.517 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715.target.wants/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi132.service -> /etc/systemd/system/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@.service. 2023-12-21T03:31:42.630 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld does not appear to be present 2023-12-21T03:31:42.630 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T03:31:42.631 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mon to start... 2023-12-21T03:31:42.631 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mon... 2023-12-21T03:31:42.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:42 smithi132 systemd[1]: Started Ceph mon.smithi132 for 618e06f0-9fb1-11ee-95a5-87774f69a715. 2023-12-21T03:31:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:43 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.936429+0000 mon.smithi132 (mon.0) 0 : [INF] mkfs 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:43 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.921363+0000 mon.smithi132 (mon.0) 1 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2023-12-21T03:31:44.267 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: cluster: 2023-12-21T03:31:44.267 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: id: 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:44.268 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-21T03:31:44.268 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: services: 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi132 (age 0.334012s) 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: data: 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-21T03:31:44.269 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-21T03:31:44.270 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: pgs: 2023-12-21T03:31:44.270 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:44.804 INFO:teuthology.orchestra.run.smithi132.stderr:mon is available 2023-12-21T03:31:44.804 INFO:teuthology.orchestra.run.smithi132.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T03:31:45.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:44 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.931282+0000 mon.smithi132 (mon.0) 2 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2023-12-21T03:31:45.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:44 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.933512+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0]} removed_ranks: {} 2023-12-21T03:31:45.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:44 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.940380+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T03:31:45.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:44 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.950990+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T03:31:45.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:44 smithi132 bash[25741]: cluster 2023-12-21T03:31:43.951973+0000 mon.smithi132 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T03:31:45.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:44 smithi132 bash[25741]: audit 2023-12-21T03:31:44.265222+0000 mon.smithi132 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.132:0/3317715093' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T03:31:45.945 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:45.945 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [global] 2023-12-21T03:31:45.945 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: fsid = 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:45.946 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.132:3300,v1:172.21.15.132:6789] 2023-12-21T03:31:45.946 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T03:31:45.946 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T03:31:45.946 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T03:31:45.946 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T03:31:45.946 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:45.947 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [mgr] 2023-12-21T03:31:45.947 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T03:31:45.947 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:45.947 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [osd] 2023-12-21T03:31:45.947 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T03:31:45.947 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T03:31:46.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:45 smithi132 bash[25741]: audit 2023-12-21T03:31:45.937966+0000 mon.smithi132 (mon.0) 8 : audit [INF] from='client.? 172.21.15.132:0/222209694' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T03:31:46.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:45 smithi132 bash[25741]: audit 2023-12-21T03:31:45.942905+0000 mon.smithi132 (mon.0) 9 : audit [INF] from='client.? 172.21.15.132:0/222209694' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T03:31:46.438 INFO:teuthology.orchestra.run.smithi132.stderr:Generating new minimal ceph.conf... 2023-12-21T03:31:47.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:47 smithi132 bash[25741]: audit 2023-12-21T03:31:47.538478+0000 mon.smithi132 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.132:0/3325609804' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:31:48.073 INFO:teuthology.orchestra.run.smithi132.stderr:Restarting the monitor... 2023-12-21T03:31:48.410 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for 618e06f0-9fb1-11ee-95a5-87774f69a715... 2023-12-21T03:31:48.410 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 bash[26267]: Error response from daemon: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-mon.smithi132 2023-12-21T03:31:48.410 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 bash[25741]: debug 2023-12-21T03:31:48.245+0000 7f7ad5545700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi132 -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 2023-12-21T03:31:48.410 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 bash[25741]: debug 2023-12-21T03:31:48.245+0000 7f7ad5545700 -1 mon.smithi132@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T03:31:48.909 INFO:teuthology.orchestra.run.smithi132.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-12-21T03:31:49.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 bash[26267]: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-mon-smithi132 2023-12-21T03:31:49.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 systemd[1]: Stopped Ceph mon.smithi132 for 618e06f0-9fb1-11ee-95a5-87774f69a715. 2023-12-21T03:31:49.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:48 smithi132 systemd[1]: Started Ceph mon.smithi132 for 618e06f0-9fb1-11ee-95a5-87774f69a715. 2023-12-21T03:31:50.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.100+0000 7fa2724ee880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T03:31:50.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.100+0000 7fa2724ee880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T03:31:50.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.100+0000 7fa2724ee880 0 pidfile_write: ignore empty --pid-file 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 0 load: jerasure load: lrc load: isa 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: DB SUMMARY 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 1, files: 000004.sst 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 000006.log size: 86543 ; 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.env: 0x561581fc3080 2023-12-21T03:31:50.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.fs: Posix File System 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.info_log: 0x5615843ba520 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.statistics: (nil) 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.use_fsync: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T03:31:50.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.db_log_dir: 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi132/store.db 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.write_buffer_manager: 0x5615850ae420 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T03:31:50.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T03:31:50.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T03:31:50.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T03:31:50.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T03:31:50.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T03:31:50.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T03:31:50.231 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T03:31:50.231 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.unordered_write: 0 2023-12-21T03:31:50.231 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T03:31:50.231 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T03:31:50.231 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T03:31:50.231 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.row_cache: None 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.wal_filter: None 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T03:31:50.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_open_files: -1 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Compression algorithms supported: 2023-12-21T03:31:50.233 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kZSTD supported: 0 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000005 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.merge_operator: 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_filter: None 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T03:31:50.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56158435dd28) 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cache_index_and_filter_blocks: 1 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: pin_top_level_index_and_filter: 1 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: index_type: 0 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: data_block_index_type: 0 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: index_shortening: 1 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: hash_index_allow_collision: 1 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: checksum: 1 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: no_block_cache: 0 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_cache: 0x561584394f10 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_cache_name: BinnedLRUCache 2023-12-21T03:31:50.235 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_cache_options: 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: capacity : 536870912 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: num_shard_bits : 4 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: strict_capacity_limit : 0 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: high_pri_pool_ratio: 0.000 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_cache_compressed: (nil) 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: persistent_cache: (nil) 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_size: 4096 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_size_deviation: 10 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_restart_interval: 16 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: index_block_restart_interval: 1 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: metadata_block_size: 4096 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: partition_filters: 0 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: use_delta_encoding: 1 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: whole_key_filtering: 1 2023-12-21T03:31:50.236 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: verify_compression: 0 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: read_amp_bytes_per_bit: 0 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: format_version: 2 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: enable_index_compression: 1 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: block_align: 0 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression: NoCompression 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.num_levels: 7 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T03:31:50.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T03:31:50.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T03:31:50.239 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T03:31:50.240 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.ttl: 2592000 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703129510113497, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.108+0000 7fa2724ee880 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. 2023-12-21T03:31:50.241 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.112+0000 7fa2724ee880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703129510114824, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83416, "table_properties": {"data_size": 81683, "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": 76195, "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": 1703129510, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.112+0000 7fa2724ee880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.112+0000 7fa2724ee880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703129510115737, "job": 1, "event": "recovery_finished"} 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.112+0000 7fa2724ee880 4 rocksdb: DB pointer 0x56158445d800 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.112+0000 7fa2592f4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.112+0000 7fa2592f4700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** DB Stats ** 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T03:31:50.242 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** Compaction Stats [default] ** 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** Compaction Stats [default] ** 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:50.243 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Cumulative compaction: 0.00 GB write, 16.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Interval compaction: 0.00 GB write, 16.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** Compaction Stats [default] ** 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** Compaction Stats [default] ** 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.244 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 81.3 0.00 0.00 1 0.001 0 0 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Cumulative compaction: 0.00 GB write, 15.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.116+0000 7fa2724ee880 0 starting mon.smithi132 rank 0 at public addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] at bind addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi132 fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.116+0000 7fa2724ee880 1 mon.smithi132@-1(???) e1 preinit fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.116+0000 7fa2724ee880 0 mon.smithi132@-1(???).mds e1 new map 2023-12-21T03:31:50.245 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.116+0000 7fa2724ee880 0 mon.smithi132@-1(???).mds e1 print_map 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: e1 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 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} 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: legacy client fscid: -1 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: No filesystems configured 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.116+0000 7fa2724ee880 0 mon.smithi132@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.116+0000 7fa2724ee880 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: audit 2023-12-21T03:31:47.538478+0000 mon.smithi132 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.132:0/3325609804' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: debug 2023-12-21T03:31:50.120+0000 7fa2724ee880 1 mon.smithi132@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cluster 2023-12-21T03:31:50.128680+0000 mon.smithi132 (mon.0) 1 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cluster 2023-12-21T03:31:50.128774+0000 mon.smithi132 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0]} removed_ranks: {} 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cluster 2023-12-21T03:31:50.129441+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] fsmap 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cluster 2023-12-21T03:31:50.129505+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T03:31:50.246 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:50 smithi132 bash[26391]: cluster 2023-12-21T03:31:50.130084+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T03:31:51.032 INFO:teuthology.orchestra.run.smithi132.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T03:31:51.032 INFO:teuthology.orchestra.run.smithi132.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T03:31:51.032 INFO:teuthology.orchestra.run.smithi132.stderr:Creating mgr... 2023-12-21T03:31:51.032 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying port 9283 ... 2023-12-21T03:31:51.180 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to reset failed state of unit ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mgr.smithi132.rubyiy.service: Unit ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mgr.smithi132.rubyiy.service is not loaded. 2023-12-21T03:31:51.187 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715.target.wants/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mgr.smithi132.rubyiy.service -> /etc/systemd/system/ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@.service. 2023-12-21T03:31:51.298 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld does not appear to be present 2023-12-21T03:31:51.298 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T03:31:51.299 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld does not appear to be present 2023-12-21T03:31:51.299 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T03:31:51.299 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr to start... 2023-12-21T03:31:51.299 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr... 2023-12-21T03:31:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:51 smithi132 bash[26391]: audit 2023-12-21T03:31:50.476160+0000 mon.smithi132 (mon.0) 6 : audit [INF] from='client.? 172.21.15.132:0/1446214783' entity='client.admin' 2023-12-21T03:31:52.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:52.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:31:52.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsid": "618e06f0-9fb1-11ee-95a5-87774f69a715", 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "health": { 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 0 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "smithi132" 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T03:31:52.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T03:31:52.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T03:31:52.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T03:31:52.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T03:31:52.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T03:31:52.975 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": false, 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "iostat", 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "nfs", 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "restful" 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T03:31:52.977 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:52.977 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modified": "2023-12-21T03:31:43.937002+0000", 2023-12-21T03:31:52.977 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2023-12-21T03:31:52.977 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:52.977 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T03:31:52.977 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:31:53.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:53 smithi132 bash[26391]: audit 2023-12-21T03:31:52.964512+0000 mon.smithi132 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.132:0/3829773557' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T03:31:53.512 INFO:teuthology.orchestra.run.smithi132.stderr:mgr not available, waiting (1/15)... 2023-12-21T03:31:56.860 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:31:56.860 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:31:56.860 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsid": "618e06f0-9fb1-11ee-95a5-87774f69a715", 2023-12-21T03:31:56.860 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "health": { 2023-12-21T03:31:56.861 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T03:31:56.861 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T03:31:56.861 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T03:31:56.861 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.861 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T03:31:56.862 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T03:31:56.862 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 0 2023-12-21T03:31:56.862 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:31:56.862 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T03:31:56.862 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "smithi132" 2023-12-21T03:31:56.862 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:31:56.863 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-21T03:31:56.863 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T03:31:56.863 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:56.863 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T03:31:56.863 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T03:31:56.864 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T03:31:56.867 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T03:31:56.867 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T03:31:56.868 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": false, 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "iostat", 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "nfs", 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "restful" 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.869 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T03:31:56.870 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:31:56.870 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modified": "2023-12-21T03:31:43.937002+0000", 2023-12-21T03:31:56.870 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2023-12-21T03:31:56.870 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:31:56.870 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T03:31:56.870 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:31:57.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:56 smithi132 bash[26391]: audit 2023-12-21T03:31:56.857688+0000 mon.smithi132 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.132:0/3307294967' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T03:31:57.469 INFO:teuthology.orchestra.run.smithi132.stderr:mgr not available, waiting (2/15)... 2023-12-21T03:31:59.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: cluster 2023-12-21T03:31:59.108153+0000 mon.smithi132 (mon.0) 9 : cluster [INF] Activating manager daemon smithi132.rubyiy 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: cluster 2023-12-21T03:31:59.112202+0000 mon.smithi132 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi132.rubyiy(active, starting, since 0.0042562s) 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.114780+0000 mon.smithi132 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.115032+0000 mon.smithi132 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.115265+0000 mon.smithi132 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.115489+0000 mon.smithi132 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.117138+0000 mon.smithi132 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr metadata", "who": "smithi132.rubyiy", "id": "smithi132.rubyiy"}]: dispatch 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: cluster 2023-12-21T03:31:59.121726+0000 mon.smithi132 (mon.0) 16 : cluster [INF] Manager daemon smithi132.rubyiy is now available 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.139457+0000 mon.smithi132 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.149600+0000 mon.smithi132 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T03:31:59.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:31:59 smithi132 bash[26391]: audit 2023-12-21T03:31:59.154427+0000 mon.smithi132 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/trash_purge_schedule"}]: dispatch 2023-12-21T03:32:00.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:00 smithi132 bash[26391]: audit 2023-12-21T03:31:59.159275+0000 mon.smithi132 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:00.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:00 smithi132 bash[26391]: audit 2023-12-21T03:31:59.166476+0000 mon.smithi132 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.132:0/4106811743' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:00.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:00 smithi132 bash[26391]: cluster 2023-12-21T03:32:00.117286+0000 mon.smithi132 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi132.rubyiy(active, since 1.00934s) 2023-12-21T03:32:01.096 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:32:01.096 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:32:01.096 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsid": "618e06f0-9fb1-11ee-95a5-87774f69a715", 2023-12-21T03:32:01.096 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "health": { 2023-12-21T03:32:01.096 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 0 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "smithi132" 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T03:32:01.097 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T03:32:01.098 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T03:32:01.101 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T03:32:01.101 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T03:32:01.101 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.101 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T03:32:01.102 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": true, 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "iostat", 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "nfs", 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "restful" 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2023-12-21T03:32:01.103 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modified": "2023-12-21T03:31:43.937002+0000", 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T03:32:01.104 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:32:01.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:01 smithi132 bash[26391]: audit 2023-12-21T03:32:01.092165+0000 mon.smithi132 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.132:0/1438307441' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T03:32:01.634 INFO:teuthology.orchestra.run.smithi132.stderr:mgr is available 2023-12-21T03:32:02.431 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:02 smithi132 bash[26391]: cluster 2023-12-21T03:32:01.170906+0000 mon.smithi132 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi132.rubyiy(active, since 2s) 2023-12-21T03:32:03.010 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:32:03.010 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [global] 2023-12-21T03:32:03.011 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: fsid = 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:32:03.011 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T03:32:03.011 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T03:32:03.011 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [mgr] 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [osd] 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T03:32:03.012 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T03:32:03.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:03 smithi132 bash[26391]: audit 2023-12-21T03:32:03.007042+0000 mon.smithi132 (mon.0) 25 : audit [INF] from='client.? 172.21.15.132:0/3629056916' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T03:32:03.624 INFO:teuthology.orchestra.run.smithi132.stderr:Enabling cephadm module... 2023-12-21T03:32:05.401 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:05 smithi132 bash[26391]: audit 2023-12-21T03:32:05.046692+0000 mon.smithi132 (mon.0) 26 : audit [INF] from='client.? 172.21.15.132:0/4091884231' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T03:32:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:06 smithi132 bash[26391]: audit 2023-12-21T03:32:05.100462+0000 mon.smithi132 (mon.0) 27 : audit [INF] from='client.? 172.21.15.132:0/4091884231' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T03:32:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:06 smithi132 bash[26391]: cluster 2023-12-21T03:32:05.100532+0000 mon.smithi132 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi132.rubyiy(active, since 5s) 2023-12-21T03:32:07.272 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:32:07.273 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-21T03:32:07.273 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": true, 2023-12-21T03:32:07.273 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "active_name": "smithi132.rubyiy", 2023-12-21T03:32:07.273 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T03:32:07.273 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:32:07.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:07 smithi132 bash[26391]: audit 2023-12-21T03:32:07.270269+0000 mon.smithi132 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.132:0/3744558745' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T03:32:07.817 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for the mgr to restart... 2023-12-21T03:32:07.817 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr epoch 5... 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: cluster 2023-12-21T03:32:11.488477+0000 mon.smithi132 (mon.0) 30 : cluster [INF] Active manager daemon smithi132.rubyiy restarted 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: cluster 2023-12-21T03:32:11.488954+0000 mon.smithi132 (mon.0) 31 : cluster [INF] Activating manager daemon smithi132.rubyiy 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: cluster 2023-12-21T03:32:11.494955+0000 mon.smithi132 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: cluster 2023-12-21T03:32:11.495318+0000 mon.smithi132 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi132.rubyiy(active, starting, since 0.0065053s) 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: audit 2023-12-21T03:32:11.498171+0000 mon.smithi132 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: audit 2023-12-21T03:32:11.499630+0000 mon.smithi132 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr metadata", "who": "smithi132.rubyiy", "id": "smithi132.rubyiy"}]: dispatch 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: audit 2023-12-21T03:32:11.501019+0000 mon.smithi132 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: audit 2023-12-21T03:32:11.501515+0000 mon.smithi132 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: audit 2023-12-21T03:32:11.501840+0000 mon.smithi132 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: cluster 2023-12-21T03:32:11.506806+0000 mon.smithi132 (mon.0) 39 : cluster [INF] Manager daemon smithi132.rubyiy is now available 2023-12-21T03:32:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:11 smithi132 bash[26391]: audit 2023-12-21T03:32:11.529885+0000 mon.smithi132 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:12.516 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:32:12.516 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-21T03:32:12.516 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T03:32:12.517 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:32:12.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: cephadm 2023-12-21T03:32:11.524036+0000 mgr.smithi132.rubyiy (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: audit 2023-12-21T03:32:11.649708+0000 mon.smithi132 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: audit 2023-12-21T03:32:11.651486+0000 mon.smithi132 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: audit 2023-12-21T03:32:11.654070+0000 mon.smithi132 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: audit 2023-12-21T03:32:11.659352+0000 mon.smithi132 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: audit 2023-12-21T03:32:11.690134+0000 mon.smithi132 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: audit 2023-12-21T03:32:11.694850+0000 mon.smithi132 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/trash_purge_schedule"}]: dispatch 2023-12-21T03:32:12.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:12 smithi132 bash[26391]: cluster 2023-12-21T03:32:12.499860+0000 mon.smithi132 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi132.rubyiy(active, since 1.01105s) 2023-12-21T03:32:13.107 INFO:teuthology.orchestra.run.smithi132.stderr:mgr epoch 5 is available 2023-12-21T03:32:13.107 INFO:teuthology.orchestra.run.smithi132.stderr:Setting orchestrator backend to cephadm... 2023-12-21T03:32:13.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:13 smithi132 bash[26391]: audit 2023-12-21T03:32:12.498010+0000 mgr.smithi132.rubyiy (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T03:32:13.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:13 smithi132 bash[26391]: audit 2023-12-21T03:32:12.514256+0000 mgr.smithi132.rubyiy (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T03:32:14.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:14 smithi132 bash[26391]: cluster 2023-12-21T03:32:13.652994+0000 mon.smithi132 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi132.rubyiy(active, since 2s) 2023-12-21T03:32:14.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:14 smithi132 bash[26391]: audit 2023-12-21T03:32:14.464326+0000 mon.smithi132 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:14.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:14 smithi132 bash[26391]: audit 2023-12-21T03:32:14.495552+0000 mon.smithi132 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:16.396 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: value unchanged 2023-12-21T03:32:16.449 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:16 smithi132 bash[26391]: audit 2023-12-21T03:32:14.456697+0000 mgr.smithi132.rubyiy (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:16.961 INFO:teuthology.orchestra.run.smithi132.stderr:Generating ssh key... 2023-12-21T03:32:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:17 smithi132 bash[26391]: audit 2023-12-21T03:32:16.393746+0000 mgr.smithi132.rubyiy (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:20.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:19 smithi132 bash[26391]: audit 2023-12-21T03:32:18.360654+0000 mgr.smithi132.rubyiy (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:20.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:19 smithi132 bash[26391]: cephadm 2023-12-21T03:32:18.361091+0000 mgr.smithi132.rubyiy (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-21T03:32:20.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:19 smithi132 bash[26391]: audit 2023-12-21T03:32:18.758889+0000 mon.smithi132 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:20.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:19 smithi132 bash[26391]: audit 2023-12-21T03:32:18.764689+0000 mon.smithi132 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:20.650 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGF6sR/AhlyyDgA60T5I5fQ0AbrhpdtMTnr8Sot7tVk/7fuOz3M5SQQa9dBFs5xkbwTbSvRdN/wXe3OgRDRquDALGD1QCviIOTHMkrbyvAsf++2PRW7Nvx7s0lDsCi7tek6KLh/Zz2UXXArAQYz+0WT/USNuEJrmgopAi/eqNi2fKB2ycQY/PyJ/aPztcx/HdNyOJUp7LBHwLVTY7WN3IhSgFixfllV2Tdd0DKJJsgrEWIWQRy9r1TC405LKcDTXQpQJ+BPkeFBQr1rcANrtktiCywutVHLB2ZsfEYz7XB/QbKdCGqIgo0D2/zjgulHuuZnb05h7uFQZoWrCRNrhuZAjcxO0yzVUst/uXhwcLSjB8NYOYyHWE6S3TA1mnFsuzrmRLPP//rKvPboM5uVSi1dUyre/uvBIbGpUMHCUdB79A4aMG7/YerxFWLimCImJtmrPq0jvUF7ugGZZdzec6OpYbkB7E9A/vK4aZJXAe0A0j9xoI8GAs0Mc8w+zxbrr0= ceph-618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:32:21.215 INFO:teuthology.orchestra.run.smithi132.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-21T03:32:21.215 INFO:teuthology.orchestra.run.smithi132.stderr:Adding key to root@localhost authorized_keys... 2023-12-21T03:32:21.216 INFO:teuthology.orchestra.run.smithi132.stderr:Adding host smithi132... 2023-12-21T03:32:21.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:21 smithi132 bash[26391]: audit 2023-12-21T03:32:20.648175+0000 mgr.smithi132.rubyiy (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:23.471 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Added host 'smithi132' with addr '172.21.15.132' 2023-12-21T03:32:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:23 smithi132 bash[26391]: audit 2023-12-21T03:32:22.685798+0000 mgr.smithi132.rubyiy (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "addr": "172.21.15.132", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:24.238 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying mon service with default placement... 2023-12-21T03:32:24.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:24 smithi132 bash[26391]: audit 2023-12-21T03:32:23.468805+0000 mon.smithi132 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:24 smithi132 bash[26391]: cephadm 2023-12-21T03:32:23.469460+0000 mgr.smithi132.rubyiy (mgr.14116) 10 : cephadm [INF] Added host smithi132 2023-12-21T03:32:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:24 smithi132 bash[26391]: audit 2023-12-21T03:32:23.491760+0000 mon.smithi132 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:26.109 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-21T03:32:26.741 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying mgr service with default placement... 2023-12-21T03:32:27.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:27 smithi132 bash[26391]: audit 2023-12-21T03:32:26.101142+0000 mgr.smithi132.rubyiy (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:27.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:27 smithi132 bash[26391]: cephadm 2023-12-21T03:32:26.102594+0000 mgr.smithi132.rubyiy (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-21T03:32:27.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:27 smithi132 bash[26391]: audit 2023-12-21T03:32:26.106919+0000 mon.smithi132 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:27.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:27 smithi132 bash[26391]: audit 2023-12-21T03:32:26.366565+0000 mon.smithi132 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:27.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:27 smithi132 bash[26391]: audit 2023-12-21T03:32:26.657569+0000 mon.smithi132 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:28.202 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-21T03:32:28.748 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying crash service with default placement... 2023-12-21T03:32:29.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:29 smithi132 bash[26391]: audit 2023-12-21T03:32:28.194722+0000 mgr.smithi132.rubyiy (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:29.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:29 smithi132 bash[26391]: cephadm 2023-12-21T03:32:28.195942+0000 mgr.smithi132.rubyiy (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-21T03:32:29.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:29 smithi132 bash[26391]: audit 2023-12-21T03:32:28.200439+0000 mon.smithi132 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:30.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-21T03:32:30.705 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying prometheus service with default placement... 2023-12-21T03:32:31.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:31 smithi132 bash[26391]: audit 2023-12-21T03:32:30.156175+0000 mgr.smithi132.rubyiy (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:31.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:31 smithi132 bash[26391]: cephadm 2023-12-21T03:32:30.158273+0000 mgr.smithi132.rubyiy (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-21T03:32:31.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:31 smithi132 bash[26391]: audit 2023-12-21T03:32:30.165336+0000 mon.smithi132 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:32.127 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-21T03:32:32.677 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying grafana service with default placement... 2023-12-21T03:32:33.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:32 smithi132 bash[26391]: cluster 2023-12-21T03:32:31.502956+0000 mgr.smithi132.rubyiy (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:33.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:32 smithi132 bash[26391]: audit 2023-12-21T03:32:31.806436+0000 mon.smithi132 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:33.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:32 smithi132 bash[26391]: audit 2023-12-21T03:32:32.115112+0000 mgr.smithi132.rubyiy (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:33.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:32 smithi132 bash[26391]: cephadm 2023-12-21T03:32:32.117359+0000 mgr.smithi132.rubyiy (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-21T03:32:33.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:32 smithi132 bash[26391]: audit 2023-12-21T03:32:32.124753+0000 mon.smithi132 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:34.173 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-21T03:32:34.667 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying node-exporter service with default placement... 2023-12-21T03:32:35.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:34 smithi132 bash[26391]: cluster 2023-12-21T03:32:33.503355+0000 mgr.smithi132.rubyiy (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:35.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:34 smithi132 bash[26391]: audit 2023-12-21T03:32:34.170486+0000 mon.smithi132 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:36.192 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-21T03:32:36.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:36 smithi132 bash[26391]: audit 2023-12-21T03:32:34.164763+0000 mgr.smithi132.rubyiy (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:36.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:36 smithi132 bash[26391]: cephadm 2023-12-21T03:32:34.166993+0000 mgr.smithi132.rubyiy (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-21T03:32:36.730 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying alertmanager service with default placement... 2023-12-21T03:32:37.421 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:37 smithi132 bash[26391]: cluster 2023-12-21T03:32:35.503802+0000 mgr.smithi132.rubyiy (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:37.421 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:37 smithi132 bash[26391]: audit 2023-12-21T03:32:36.189904+0000 mon.smithi132 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:38.227 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-21T03:32:38.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:38 smithi132 bash[26391]: audit 2023-12-21T03:32:36.183047+0000 mgr.smithi132.rubyiy (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:38.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:38 smithi132 bash[26391]: cephadm 2023-12-21T03:32:36.185283+0000 mgr.smithi132.rubyiy (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-21T03:32:39.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:39 smithi132 bash[26391]: cluster 2023-12-21T03:32:37.504285+0000 mgr.smithi132.rubyiy (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:39.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:39 smithi132 bash[26391]: audit 2023-12-21T03:32:38.225225+0000 mon.smithi132 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.132:0/721128541' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:40.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:40 smithi132 bash[26391]: audit 2023-12-21T03:32:38.219314+0000 mgr.smithi132.rubyiy (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:40.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:40 smithi132 bash[26391]: cephadm 2023-12-21T03:32:38.220694+0000 mgr.smithi132.rubyiy (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-21T03:32:41.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:41 smithi132 bash[26391]: cluster 2023-12-21T03:32:39.504742+0000 mgr.smithi132.rubyiy (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:41.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:41 smithi132 bash[26391]: audit 2023-12-21T03:32:40.847874+0000 mon.smithi132 (mon.0) 65 : audit [INF] from='client.? 172.21.15.132:0/1591009493' entity='client.admin' 2023-12-21T03:32:42.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:42 smithi132 bash[26391]: cluster 2023-12-21T03:32:41.505216+0000 mgr.smithi132.rubyiy (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:43.505 INFO:teuthology.orchestra.run.smithi132.stderr:Enabling the dashboard module... 2023-12-21T03:32:44.202 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:43 smithi132 bash[26391]: audit 2023-12-21T03:32:42.947456+0000 mon.smithi132 (mon.0) 66 : audit [INF] from='client.? 172.21.15.132:0/847054069' entity='client.admin' 2023-12-21T03:32:45.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:44 smithi132 bash[26391]: cluster 2023-12-21T03:32:43.505662+0000 mgr.smithi132.rubyiy (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:32:46.234 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:45 smithi132 bash[26391]: audit 2023-12-21T03:32:44.965904+0000 mon.smithi132 (mon.0) 67 : audit [INF] from='client.? 172.21.15.132:0/554532895' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T03:32:47.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:46 smithi132 bash[26391]: audit 2023-12-21T03:32:45.960500+0000 mon.smithi132 (mon.0) 68 : audit [INF] from='client.? 172.21.15.132:0/554532895' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T03:32:47.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:46 smithi132 bash[26391]: cluster 2023-12-21T03:32:45.960632+0000 mon.smithi132 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi132.rubyiy(active, since 34s) 2023-12-21T03:32:48.241 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:32:48.242 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-21T03:32:48.242 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": true, 2023-12-21T03:32:48.242 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "active_name": "smithi132.rubyiy", 2023-12-21T03:32:48.242 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T03:32:48.242 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:32:48.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:48 smithi132 bash[26391]: audit 2023-12-21T03:32:48.239464+0000 mon.smithi132 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.132:0/3403651742' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T03:32:48.768 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for the mgr to restart... 2023-12-21T03:32:48.768 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr epoch 9... 2023-12-21T03:32:52.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: cluster 2023-12-21T03:32:52.320624+0000 mon.smithi132 (mon.0) 71 : cluster [INF] Active manager daemon smithi132.rubyiy restarted 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: cluster 2023-12-21T03:32:52.321057+0000 mon.smithi132 (mon.0) 72 : cluster [INF] Activating manager daemon smithi132.rubyiy 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: cluster 2023-12-21T03:32:52.330120+0000 mon.smithi132 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: cluster 2023-12-21T03:32:52.330367+0000 mon.smithi132 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi132.rubyiy(active, starting, since 0.00947353s) 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: audit 2023-12-21T03:32:52.333256+0000 mon.smithi132 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: audit 2023-12-21T03:32:52.334683+0000 mon.smithi132 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr metadata", "who": "smithi132.rubyiy", "id": "smithi132.rubyiy"}]: dispatch 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: audit 2023-12-21T03:32:52.335527+0000 mon.smithi132 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: audit 2023-12-21T03:32:52.335873+0000 mon.smithi132 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: audit 2023-12-21T03:32:52.336205+0000 mon.smithi132 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T03:32:52.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:52 smithi132 bash[26391]: cluster 2023-12-21T03:32:52.340886+0000 mon.smithi132 (mon.0) 80 : cluster [INF] Manager daemon smithi132.rubyiy is now available 2023-12-21T03:32:53.350 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2023-12-21T03:32:53.350 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-21T03:32:53.350 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T03:32:53.351 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2023-12-21T03:32:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:53 smithi132 bash[26391]: audit 2023-12-21T03:32:52.483134+0000 mon.smithi132 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:53.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:53 smithi132 bash[26391]: audit 2023-12-21T03:32:52.488121+0000 mon.smithi132 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:32:53.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:53 smithi132 bash[26391]: audit 2023-12-21T03:32:52.536506+0000 mon.smithi132 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T03:32:53.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:53 smithi132 bash[26391]: audit 2023-12-21T03:32:52.541817+0000 mon.smithi132 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/trash_purge_schedule"}]: dispatch 2023-12-21T03:32:53.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:53 smithi132 bash[26391]: cluster 2023-12-21T03:32:53.331464+0000 mon.smithi132 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi132.rubyiy(active, since 1.01056s) 2023-12-21T03:32:54.034 INFO:teuthology.orchestra.run.smithi132.stderr:mgr epoch 9 is available 2023-12-21T03:32:54.034 INFO:teuthology.orchestra.run.smithi132.stderr:Generating a dashboard self-signed certificate... 2023-12-21T03:32:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:54 smithi132 bash[26391]: audit 2023-12-21T03:32:53.331404+0000 mgr.smithi132.rubyiy (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T03:32:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:54 smithi132 bash[26391]: audit 2023-12-21T03:32:53.348450+0000 mgr.smithi132.rubyiy (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T03:32:55.603 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-21T03:32:55.671 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:55 smithi132 bash[26391]: cluster 2023-12-21T03:32:54.380987+0000 mon.smithi132 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi132.rubyiy(active, since 2s) 2023-12-21T03:32:56.180 INFO:teuthology.orchestra.run.smithi132.stderr:Creating initial admin user... 2023-12-21T03:32:56.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:56 smithi132 bash[26391]: audit 2023-12-21T03:32:55.492254+0000 mgr.smithi132.rubyiy (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:32:56.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:56 smithi132 bash[26391]: audit 2023-12-21T03:32:55.598708+0000 mon.smithi132 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:56.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:56 smithi132 bash[26391]: audit 2023-12-21T03:32:55.601510+0000 mon.smithi132 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:57.889 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$xt/OAyyoFI72gBp13v6KsOvvY9W.G.L8TcTUQFE3QPXI0q0ReqUuG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703129577, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T03:32:58.455 INFO:teuthology.orchestra.run.smithi132.stderr:Fetching dashboard port number... 2023-12-21T03:32:59.166 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:58 smithi132 bash[26391]: audit 2023-12-21T03:32:57.648801+0000 mgr.smithi132.rubyiy (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 2023-12-21T03:32:59.166 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:58 smithi132 bash[26391]: audit 2023-12-21T03:32:57.886554+0000 mon.smithi132 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:59.167 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:32:58 smithi132 bash[26391]: audit 2023-12-21T03:32:58.006295+0000 mon.smithi132 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:32:59.820 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 8443 2023-12-21T03:33:00.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:00 smithi132 bash[26391]: cluster 2023-12-21T03:32:59.011545+0000 mon.smithi132 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi132.rubyiy(active, since 6s) 2023-12-21T03:33:00.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:00 smithi132 bash[26391]: audit 2023-12-21T03:32:59.818644+0000 mon.smithi132 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.132:0/1965412066' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T03:33:00.393 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld does not appear to be present 2023-12-21T03:33:00.393 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T03:33:00.408 INFO:teuthology.orchestra.run.smithi132.stderr:Ceph Dashboard is now available at: 2023-12-21T03:33:00.408 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:00.408 INFO:teuthology.orchestra.run.smithi132.stderr: URL: https://smithi132.front.sepia.ceph.com:8443/ 2023-12-21T03:33:00.408 INFO:teuthology.orchestra.run.smithi132.stderr: User: admin 2023-12-21T03:33:00.408 INFO:teuthology.orchestra.run.smithi132.stderr: Password: dg1x5s4svu 2023-12-21T03:33:00.408 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:00.409 INFO:teuthology.orchestra.run.smithi132.stderr:Enabling autotune for osd_memory_target 2023-12-21T03:33:04.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-21T03:33:04.898 INFO:teuthology.orchestra.run.smithi132.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr:Or, if you are only running a single cluster on this host: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: ceph telemetry on 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr:For more information see: 2023-12-21T03:33:04.899 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.900 INFO:teuthology.orchestra.run.smithi132.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-21T03:33:04.900 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T03:33:04.900 INFO:teuthology.orchestra.run.smithi132.stderr:Bootstrap complete. 2023-12-21T03:33:04.935 INFO:tasks.cephadm:Fetching config... 2023-12-21T03:33:04.935 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:33:04.935 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T03:33:04.942 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T03:33:04.942 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:33:04.942 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T03:33:04.994 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T03:33:04.995 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:33:04.995 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/keyring of=/dev/stdout 2023-12-21T03:33:05.053 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T03:33:05.053 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:33:05.053 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T03:33:05.100 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T03:33:05.100 DEBUG:teuthology.orchestra.run.smithi132:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGF6sR/AhlyyDgA60T5I5fQ0AbrhpdtMTnr8Sot7tVk/7fuOz3M5SQQa9dBFs5xkbwTbSvRdN/wXe3OgRDRquDALGD1QCviIOTHMkrbyvAsf++2PRW7Nvx7s0lDsCi7tek6KLh/Zz2UXXArAQYz+0WT/USNuEJrmgopAi/eqNi2fKB2ycQY/PyJ/aPztcx/HdNyOJUp7LBHwLVTY7WN3IhSgFixfllV2Tdd0DKJJsgrEWIWQRy9r1TC405LKcDTXQpQJ+BPkeFBQr1rcANrtktiCywutVHLB2ZsfEYz7XB/QbKdCGqIgo0D2/zjgulHuuZnb05h7uFQZoWrCRNrhuZAjcxO0yzVUst/uXhwcLSjB8NYOYyHWE6S3TA1mnFsuzrmRLPP//rKvPboM5uVSi1dUyre/uvBIbGpUMHCUdB79A4aMG7/YerxFWLimCImJtmrPq0jvUF7ugGZZdzec6OpYbkB7E9A/vK4aZJXAe0A0j9xoI8GAs0Mc8w+zxbrr0= ceph-618e06f0-9fb1-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T03:33:05.164 INFO:teuthology.orchestra.run.smithi132.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGF6sR/AhlyyDgA60T5I5fQ0AbrhpdtMTnr8Sot7tVk/7fuOz3M5SQQa9dBFs5xkbwTbSvRdN/wXe3OgRDRquDALGD1QCviIOTHMkrbyvAsf++2PRW7Nvx7s0lDsCi7tek6KLh/Zz2UXXArAQYz+0WT/USNuEJrmgopAi/eqNi2fKB2ycQY/PyJ/aPztcx/HdNyOJUp7LBHwLVTY7WN3IhSgFixfllV2Tdd0DKJJsgrEWIWQRy9r1TC405LKcDTXQpQJ+BPkeFBQr1rcANrtktiCywutVHLB2ZsfEYz7XB/QbKdCGqIgo0D2/zjgulHuuZnb05h7uFQZoWrCRNrhuZAjcxO0yzVUst/uXhwcLSjB8NYOYyHWE6S3TA1mnFsuzrmRLPP//rKvPboM5uVSi1dUyre/uvBIbGpUMHCUdB79A4aMG7/YerxFWLimCImJtmrPq0jvUF7ugGZZdzec6OpYbkB7E9A/vK4aZJXAe0A0j9xoI8GAs0Mc8w+zxbrr0= ceph-618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:33:05.175 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGF6sR/AhlyyDgA60T5I5fQ0AbrhpdtMTnr8Sot7tVk/7fuOz3M5SQQa9dBFs5xkbwTbSvRdN/wXe3OgRDRquDALGD1QCviIOTHMkrbyvAsf++2PRW7Nvx7s0lDsCi7tek6KLh/Zz2UXXArAQYz+0WT/USNuEJrmgopAi/eqNi2fKB2ycQY/PyJ/aPztcx/HdNyOJUp7LBHwLVTY7WN3IhSgFixfllV2Tdd0DKJJsgrEWIWQRy9r1TC405LKcDTXQpQJ+BPkeFBQr1rcANrtktiCywutVHLB2ZsfEYz7XB/QbKdCGqIgo0D2/zjgulHuuZnb05h7uFQZoWrCRNrhuZAjcxO0yzVUst/uXhwcLSjB8NYOYyHWE6S3TA1mnFsuzrmRLPP//rKvPboM5uVSi1dUyre/uvBIbGpUMHCUdB79A4aMG7/YerxFWLimCImJtmrPq0jvUF7ugGZZdzec6OpYbkB7E9A/vK4aZJXAe0A0j9xoI8GAs0Mc8w+zxbrr0= ceph-618e06f0-9fb1-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T03:33:05.201 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGF6sR/AhlyyDgA60T5I5fQ0AbrhpdtMTnr8Sot7tVk/7fuOz3M5SQQa9dBFs5xkbwTbSvRdN/wXe3OgRDRquDALGD1QCviIOTHMkrbyvAsf++2PRW7Nvx7s0lDsCi7tek6KLh/Zz2UXXArAQYz+0WT/USNuEJrmgopAi/eqNi2fKB2ycQY/PyJ/aPztcx/HdNyOJUp7LBHwLVTY7WN3IhSgFixfllV2Tdd0DKJJsgrEWIWQRy9r1TC405LKcDTXQpQJ+BPkeFBQr1rcANrtktiCywutVHLB2ZsfEYz7XB/QbKdCGqIgo0D2/zjgulHuuZnb05h7uFQZoWrCRNrhuZAjcxO0yzVUst/uXhwcLSjB8NYOYyHWE6S3TA1mnFsuzrmRLPP//rKvPboM5uVSi1dUyre/uvBIbGpUMHCUdB79A4aMG7/YerxFWLimCImJtmrPq0jvUF7ugGZZdzec6OpYbkB7E9A/vK4aZJXAe0A0j9xoI8GAs0Mc8w+zxbrr0= ceph-618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:33:05.212 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T03:33:05.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:05 smithi132 bash[26391]: audit 2023-12-21T03:33:04.156390+0000 mon.smithi132 (mon.0) 93 : audit [INF] from='client.? 172.21.15.132:0/3943781301' entity='client.admin' 2023-12-21T03:33:09.763 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-21T03:33:09.764 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-21T03:33:09.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:09 smithi132 bash[26391]: audit 2023-12-21T03:33:08.570763+0000 mon.smithi132 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:09.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:09 smithi132 bash[26391]: audit 2023-12-21T03:33:08.868370+0000 mon.smithi132 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:33:09.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:09 smithi132 bash[26391]: audit 2023-12-21T03:33:08.874081+0000 mon.smithi132 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:09.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:09 smithi132 bash[26391]: cephadm 2023-12-21T03:33:08.888399+0000 mgr.smithi132.rubyiy (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi132 on smithi132 2023-12-21T03:33:09.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:09 smithi132 bash[26391]: audit 2023-12-21T03:33:08.924130+0000 mon.smithi132 (mon.0) 97 : audit [INF] from='client.? 172.21.15.132:0/1599212851' entity='client.admin' 2023-12-21T03:33:13.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:13 smithi132 bash[26391]: cluster 2023-12-21T03:33:12.337207+0000 mgr.smithi132.rubyiy (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:13.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:13 smithi132 bash[26391]: audit 2023-12-21T03:33:13.257687+0000 mon.smithi132 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:14.094 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2023-12-21T03:33:14.094 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:33:14.094 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2023-12-21T03:33:14.101 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:33:14.101 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T03:33:14.147 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2023-12-21T03:33:14.148 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch host add smithi184 2023-12-21T03:33:14.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:14 smithi132 bash[26391]: audit 2023-12-21T03:33:13.253344+0000 mgr.smithi132.rubyiy (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:33:15.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:15 smithi132 bash[26391]: cluster 2023-12-21T03:33:14.337701+0000 mgr.smithi132.rubyiy (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:17.515 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:17 smithi132 bash[26391]: cluster 2023-12-21T03:33:16.338187+0000 mgr.smithi132.rubyiy (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:19.665 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:19 smithi132 bash[26391]: cluster 2023-12-21T03:33:18.338649+0000 mgr.smithi132.rubyiy (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:21.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:20 smithi132 bash[26391]: audit 2023-12-21T03:33:19.813896+0000 mon.smithi132 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:21.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:20 smithi132 bash[26391]: audit 2023-12-21T03:33:19.816874+0000 mon.smithi132 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T03:33:21.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:20 smithi132 bash[26391]: audit 2023-12-21T03:33:19.821462+0000 mon.smithi132 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T03:33:21.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:20 smithi132 bash[26391]: audit 2023-12-21T03:33:19.822901+0000 mon.smithi132 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:33:21.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:20 smithi132 bash[26391]: cephadm 2023-12-21T03:33:19.823927+0000 mgr.smithi132.rubyiy (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi132 on smithi132 2023-12-21T03:33:22.145 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:21 smithi132 bash[26391]: cluster 2023-12-21T03:33:20.339061+0000 mgr.smithi132.rubyiy (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.290188+0000 mon.smithi132 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: cluster 2023-12-21T03:33:22.339353+0000 mgr.smithi132.rubyiy (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.369183+0000 mon.smithi132 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.371747+0000 mon.smithi132 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.374260+0000 mon.smithi132 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.374726+0000 mgr.smithi132.rubyiy (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.378946+0000 mon.smithi132 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: cephadm 2023-12-21T03:33:22.394196+0000 mgr.smithi132.rubyiy (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi132 on smithi132 2023-12-21T03:33:23.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:23 smithi132 bash[26391]: audit 2023-12-21T03:33:22.527506+0000 mon.smithi132 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:25.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:25 smithi132 bash[26391]: cluster 2023-12-21T03:33:24.339724+0000 mgr.smithi132.rubyiy (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:27.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:27 smithi132 bash[26391]: cluster 2023-12-21T03:33:26.340130+0000 mgr.smithi132.rubyiy (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:29.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:29 smithi132 bash[26391]: cluster 2023-12-21T03:33:28.340440+0000 mgr.smithi132.rubyiy (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:31.451 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:31 smithi132 bash[26391]: cluster 2023-12-21T03:33:30.340798+0000 mgr.smithi132.rubyiy (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:33.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:33 smithi132 bash[26391]: cluster 2023-12-21T03:33:32.341317+0000 mgr.smithi132.rubyiy (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:35.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:35 smithi132 bash[26391]: cluster 2023-12-21T03:33:34.341834+0000 mgr.smithi132.rubyiy (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:37.610 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:37 smithi132 bash[26391]: cluster 2023-12-21T03:33:36.342311+0000 mgr.smithi132.rubyiy (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:39.681 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:39 smithi132 bash[26391]: cluster 2023-12-21T03:33:38.342804+0000 mgr.smithi132.rubyiy (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:40.613 INFO:teuthology.orchestra.run.smithi184.stdout:Added host 'smithi184' with addr '172.21.15.184' 2023-12-21T03:33:41.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:40 smithi132 bash[26391]: audit 2023-12-21T03:33:39.787926+0000 mgr.smithi132.rubyiy (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:33:41.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:40 smithi132 bash[26391]: audit 2023-12-21T03:33:39.836374+0000 mon.smithi132 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:41.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:40 smithi132 bash[26391]: cephadm 2023-12-21T03:33:39.841236+0000 mgr.smithi132.rubyiy (mgr.14156) 25 : cephadm [INF] Deploying daemon node-exporter.smithi132 on smithi132 2023-12-21T03:33:41.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:40 smithi132 bash[26391]: audit 2023-12-21T03:33:40.388197+0000 mon.smithi132 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:41.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:40 smithi132 bash[26391]: audit 2023-12-21T03:33:40.392647+0000 mon.smithi132 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-21T03:33:41.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:40 smithi132 bash[26391]: audit 2023-12-21T03:33:40.611076+0000 mon.smithi132 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:41.222 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T03:33:41.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:41 smithi132 bash[26391]: cluster 2023-12-21T03:33:40.343197+0000 mgr.smithi132.rubyiy (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:33:41.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:41 smithi132 bash[26391]: cephadm 2023-12-21T03:33:40.611842+0000 mgr.smithi132.rubyiy (mgr.14156) 27 : cephadm [INF] Added host smithi184 2023-12-21T03:33:41.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:41 smithi132 bash[26391]: audit 2023-12-21T03:33:41.392345+0000 mon.smithi132 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.132:0/1378538893' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-21T03:33:41.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:41 smithi132 bash[26391]: cluster 2023-12-21T03:33:41.392436+0000 mon.smithi132 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi132.rubyiy(active, since 49s) 2023-12-21T03:33:47.991 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: cluster 2023-12-21T03:33:47.855946+0000 mon.smithi132 (mon.0) 115 : cluster [INF] Active manager daemon smithi132.rubyiy restarted 2023-12-21T03:33:47.991 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: cluster 2023-12-21T03:33:47.856281+0000 mon.smithi132 (mon.0) 116 : cluster [INF] Activating manager daemon smithi132.rubyiy 2023-12-21T03:33:47.991 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: cluster 2023-12-21T03:33:47.863653+0000 mon.smithi132 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: cluster 2023-12-21T03:33:47.863906+0000 mon.smithi132 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi132.rubyiy(active, starting, since 0.00772883s) 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: audit 2023-12-21T03:33:47.865541+0000 mon.smithi132 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: audit 2023-12-21T03:33:47.867313+0000 mon.smithi132 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr metadata", "who": "smithi132.rubyiy", "id": "smithi132.rubyiy"}]: dispatch 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: audit 2023-12-21T03:33:47.868630+0000 mon.smithi132 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: audit 2023-12-21T03:33:47.868914+0000 mon.smithi132 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: audit 2023-12-21T03:33:47.869185+0000 mon.smithi132 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T03:33:47.992 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:47 smithi132 bash[26391]: cluster 2023-12-21T03:33:47.873657+0000 mon.smithi132 (mon.0) 124 : cluster [INF] Manager daemon smithi132.rubyiy is now available 2023-12-21T03:33:48.870 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-21T03:33:48.871 INFO:teuthology.orchestra.run.smithi184.stdout:[{"addr": "172.21.15.132", "hostname": "smithi132", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2023-12-21T03:33:49.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: audit 2023-12-21T03:33:48.013157+0000 mon.smithi132 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:33:49.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: audit 2023-12-21T03:33:48.016032+0000 mon.smithi132 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:33:49.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: audit 2023-12-21T03:33:48.069336+0000 mon.smithi132 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:49.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: audit 2023-12-21T03:33:48.082357+0000 mon.smithi132 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T03:33:49.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: audit 2023-12-21T03:33:48.084989+0000 mon.smithi132 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.rubyiy/trash_purge_schedule"}]: dispatch 2023-12-21T03:33:49.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: audit 2023-12-21T03:33:48.652298+0000 mon.smithi132 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:49.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:48 smithi132 bash[26391]: cluster 2023-12-21T03:33:48.867649+0000 mon.smithi132 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi132.rubyiy(active, since 1.01147s) 2023-12-21T03:33:49.459 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T03:33:49.460 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T03:33:50.172 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:49 smithi132 bash[26391]: audit 2023-12-21T03:33:48.868558+0000 mgr.smithi132.rubyiy (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:33:50.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:50 smithi132 bash[26391]: cluster 2023-12-21T03:33:49.915503+0000 mon.smithi132 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi132.rubyiy(active, since 2s) 2023-12-21T03:33:50.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:50 smithi132 bash[26391]: audit 2023-12-21T03:33:50.460537+0000 mon.smithi132 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:53.907 INFO:teuthology.orchestra.run.smithi132.stderr:adjusted tunables profile to default 2023-12-21T03:33:54.169 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:53 smithi132 bash[26391]: audit 2023-12-21T03:33:53.846023+0000 mon.smithi132 (mon.0) 134 : audit [INF] from='client.? 172.21.15.132:0/501695714' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T03:33:54.720 INFO:tasks.cephadm:Adding mon.smithi132 on smithi132 2023-12-21T03:33:54.720 INFO:tasks.cephadm:Adding mon.smithi184 on smithi184 2023-12-21T03:33:54.720 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi132:172.21.15.132=smithi132;smithi184:172.21.15.184=smithi184' 2023-12-21T03:33:55.070 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:54 smithi132 bash[26391]: audit 2023-12-21T03:33:53.901855+0000 mon.smithi132 (mon.0) 135 : audit [INF] from='client.? 172.21.15.132:0/501695714' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T03:33:55.071 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:54 smithi132 bash[26391]: cluster 2023-12-21T03:33:53.901912+0000 mon.smithi132 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T03:33:55.071 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:54 smithi132 bash[26391]: audit 2023-12-21T03:33:54.016778+0000 mon.smithi132 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:55.071 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:54 smithi132 bash[26391]: audit 2023-12-21T03:33:54.301260+0000 mon.smithi132 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.048209+0000 mon.smithi132 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.360488+0000 mon.smithi132 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.362053+0000 mon.smithi132 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.363934+0000 mon.smithi132 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.365380+0000 mon.smithi132 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: cephadm 2023-12-21T03:33:56.367696+0000 mgr.smithi132.rubyiy (mgr.14182) 2 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: cephadm 2023-12-21T03:33:56.368210+0000 mgr.smithi132.rubyiy (mgr.14182) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: cephadm 2023-12-21T03:33:56.404364+0000 mgr.smithi132.rubyiy (mgr.14182) 4 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2023-12-21T03:33:57.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.447274+0000 mon.smithi132 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:57.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.551761+0000 mon.smithi132 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:57.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.556318+0000 mon.smithi132 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:57.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.560335+0000 mon.smithi132 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T03:33:57.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.564207+0000 mon.smithi132 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T03:33:57.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:57 smithi132 bash[26391]: audit 2023-12-21T03:33:56.565632+0000 mon.smithi132 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:33:58.289 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2023-12-21T03:33:58.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:58 smithi132 bash[26391]: cephadm 2023-12-21T03:33:56.450083+0000 mgr.smithi132.rubyiy (mgr.14182) 5 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-12-21T03:33:58.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:58 smithi132 bash[26391]: cephadm 2023-12-21T03:33:56.566716+0000 mgr.smithi132.rubyiy (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi184 on smithi184 2023-12-21T03:33:58.914 DEBUG:teuthology.orchestra.run.smithi184:mon.smithi184> sudo journalctl -f -n 0 -u ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi184.service 2023-12-21T03:33:58.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T03:33:58.917 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T03:33:59.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-21T03:33:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:58.276014+0000 mgr.smithi132.rubyiy (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi132:172.21.15.132=smithi132;smithi184:172.21.15.184=smithi184", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:33:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: cephadm 2023-12-21T03:33:58.281806+0000 mgr.smithi132.rubyiy (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi132:172.21.15.132=smithi132;smithi184:172.21.15.184=smithi184;count:2 2023-12-21T03:33:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:58.287334+0000 mon.smithi132 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:59.139592+0000 mon.smithi132 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:33:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:59.144528+0000 mon.smithi132 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.ezxbbq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T03:33:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:59.151417+0000 mon.smithi132 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.ezxbbq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T03:33:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:59.153311+0000 mon.smithi132 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T03:33:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:33:59 smithi132 bash[26391]: audit 2023-12-21T03:33:59.155284+0000 mon.smithi132 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:00 smithi132 bash[26391]: cephadm 2023-12-21T03:33:59.156794+0000 mgr.smithi132.rubyiy (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi184.ezxbbq on smithi184 2023-12-21T03:34:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:02 smithi132 bash[26391]: audit 2023-12-21T03:34:01.836788+0000 mon.smithi132 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:02 smithi132 bash[26391]: audit 2023-12-21T03:34:01.841783+0000 mon.smithi132 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T03:34:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:02 smithi132 bash[26391]: audit 2023-12-21T03:34:01.843329+0000 mon.smithi132 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T03:34:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:02 smithi132 bash[26391]: audit 2023-12-21T03:34:01.844729+0000 mon.smithi132 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:02 smithi132 bash[26391]: cephadm 2023-12-21T03:34:01.845996+0000 mgr.smithi132.rubyiy (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi184 on smithi184 2023-12-21T03:34:03.952 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-21T03:34:03.952 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"618e06f0-9fb1-11ee-95a5-87774f69a715","modified":"2023-12-21T03:31:40.195755Z","created":"2023-12-21T03:31:40.195755Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T03:34:03.955 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-12-21T03:34:04.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:04 smithi132 bash[26391]: audit 2023-12-21T03:34:03.073407+0000 mon.smithi132 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:04.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:04 smithi132 bash[26391]: audit 2023-12-21T03:34:03.950556+0000 mon.smithi132 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.184:0/1907079217' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T03:34:05.934 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T03:34:05.934 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T03:34:06.494 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:06 smithi184 systemd[1]: Started Ceph mon.smithi184 for 618e06f0-9fb1-11ee-95a5-87774f69a715. 2023-12-21T03:34:07.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:07 smithi132 bash[26391]: audit 2023-12-21T03:34:06.242048+0000 mon.smithi132 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:07.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:07 smithi132 bash[26391]: cephadm 2023-12-21T03:34:06.245967+0000 mgr.smithi132.rubyiy (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2023-12-21T03:34:07.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:07 smithi132 bash[26391]: audit 2023-12-21T03:34:06.750948+0000 mon.smithi132 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.844+0000 7f25f960b880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.844+0000 7f25f960b880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.844+0000 7f25f960b880 0 pidfile_write: ignore empty --pid-file 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 0 load: jerasure load: lrc load: isa 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: DB SUMMARY 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T03:34:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi184/store.db dir, Total Num: 0, files: 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi184/store.db: 000003.log size: 511 ; 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.env: 0x55874785c080 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.fs: Posix File System 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.info_log: 0x558748cbe400 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.statistics: (nil) 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.use_fsync: 0 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T03:34:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T03:34:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T03:34:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T03:34:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.db_log_dir: 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi184/store.db 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T03:34:08.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.write_buffer_manager: 0x5587499b2420 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.unordered_write: 0 2023-12-21T03:34:08.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.row_cache: None 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.wal_filter: None 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T03:34:08.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T03:34:08.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_open_files: -1 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Compression algorithms supported: 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kZSTD supported: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T03:34:08.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.merge_operator: 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_filter: None 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558748c61d28) 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: cache_index_and_filter_blocks: 1 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: pin_top_level_index_and_filter: 1 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: index_type: 0 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: data_block_index_type: 0 2023-12-21T03:34:08.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: index_shortening: 1 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: hash_index_allow_collision: 1 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: checksum: 1 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: no_block_cache: 0 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_cache: 0x558748c98f10 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_cache_name: BinnedLRUCache 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_cache_options: 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: capacity : 536870912 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: num_shard_bits : 4 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: strict_capacity_limit : 0 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: high_pri_pool_ratio: 0.000 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_cache_compressed: (nil) 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: persistent_cache: (nil) 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_size: 4096 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_size_deviation: 10 2023-12-21T03:34:08.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_restart_interval: 16 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: index_block_restart_interval: 1 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: metadata_block_size: 4096 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: partition_filters: 0 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: use_delta_encoding: 1 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: whole_key_filtering: 1 2023-12-21T03:34:08.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: verify_compression: 0 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: read_amp_bytes_per_bit: 0 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: format_version: 2 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: enable_index_compression: 1 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: block_align: 0 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression: NoCompression 2023-12-21T03:34:08.025 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.num_levels: 7 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T03:34:08.026 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T03:34:08.027 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T03:34:08.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T03:34:08.029 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.ttl: 2592000 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.848+0000 7f25f960b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703129647854533, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 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. 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703129647855633, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703129647, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.852+0000 7f25f960b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703129647856209, "job": 1, "event": "recovery_finished"} 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25f960b880 4 rocksdb: DB pointer 0x558748d61800 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25e0411700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25e0411700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** DB Stats ** 2023-12-21T03:34:08.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** Compaction Stats [default] ** 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** Compaction Stats [default] ** 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:34:08.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** Compaction Stats [default] ** 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** Compaction Stats [default] ** 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T03:34:08.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25f960b880 0 mon.smithi184 does not exist in monmap, will attempt to join an existing cluster 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25f960b880 0 using public_addr v2:172.21.15.184:0/0 -> [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25f960b880 0 starting mon.smithi184 rank -1 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi184 fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.856+0000 7f25f960b880 1 mon.smithi184@-1(???) e0 preinit fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 0 mon.smithi184@-1(synchronizing).mds e1 new map 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 0 mon.smithi184@-1(synchronizing).mds e1 print_map 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: e1 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 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} 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: legacy client fscid: -1 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: No filesystems configured 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-21T03:34:08.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: audit 2023-12-21T03:34:06.242048+0000 mon.smithi132 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: cephadm 2023-12-21T03:34:06.245967+0000 mgr.smithi132.rubyiy (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: audit 2023-12-21T03:34:06.750948+0000 mon.smithi132 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:08.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:07 smithi184 bash[29684]: debug 2023-12-21T03:34:07.888+0000 7f25e2c16700 1 mon.smithi184@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-21T03:34:13.335 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:07.870299+0000 mgr.smithi132.rubyiy (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:13.335 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:07.906493+0000 mon.smithi132 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-12-21T03:34:13.335 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:07.906955+0000 mon.smithi132 (mon.0) 166 : cluster [INF] mon.smithi132 calling monitor election 2023-12-21T03:34:13.335 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:07.927655+0000 mon.smithi132 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.335 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:08.900370+0000 mon.smithi132 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:09.870715+0000 mgr.smithi132.rubyiy (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:09.900153+0000 mon.smithi132 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:09.902254+0000 mon.smithi184 (mon.1) 1 : cluster [INF] mon.smithi184 calling monitor election 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:10.212129+0000 mon.smithi132 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.ezxbbq/crt"}]: dispatch 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:10.900436+0000 mon.smithi132 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:11.871159+0000 mgr.smithi132.rubyiy (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:11.900681+0000 mon.smithi132 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:12.901044+0000 mon.smithi132 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.930617+0000 mon.smithi132 (mon.0) 174 : cluster [INF] mon.smithi132 is new leader, mons smithi132,smithi184 in quorum (ranks 0,1) 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.936474+0000 mon.smithi132 (mon.0) 175 : cluster [DBG] monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.937552+0000 mon.smithi132 (mon.0) 176 : cluster [DBG] fsmap 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.937620+0000 mon.smithi132 (mon.0) 177 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.938025+0000 mon.smithi132 (mon.0) 178 : cluster [DBG] mgrmap e17: smithi132.rubyiy(active, since 25s) 2023-12-21T03:34:13.336 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.940281+0000 mon.smithi132 (mon.0) 179 : cluster [DBG] Standby manager daemon smithi184.ezxbbq started 2023-12-21T03:34:13.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:12.942631+0000 mon.smithi132 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T03:34:13.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: cluster 2023-12-21T03:34:12.945845+0000 mon.smithi132 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-21T03:34:13.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:12.946821+0000 mon.smithi132 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.ezxbbq/key"}]: dispatch 2023-12-21T03:34:13.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:12.951023+0000 mon.smithi132 (mon.0) 183 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:13.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:12 smithi184 bash[29684]: audit 2023-12-21T03:34:12.951383+0000 mon.smithi132 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:07.870299+0000 mgr.smithi132.rubyiy (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:07.906493+0000 mon.smithi132 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:07.906955+0000 mon.smithi132 (mon.0) 166 : cluster [INF] mon.smithi132 calling monitor election 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:07.927655+0000 mon.smithi132 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:08.900370+0000 mon.smithi132 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:09.870715+0000 mgr.smithi132.rubyiy (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:09.900153+0000 mon.smithi132 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:09.902254+0000 mon.smithi184 (mon.1) 1 : cluster [INF] mon.smithi184 calling monitor election 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:10.212129+0000 mon.smithi132 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.ezxbbq/crt"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:10.900436+0000 mon.smithi132 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:11.871159+0000 mgr.smithi132.rubyiy (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:11.900681+0000 mon.smithi132 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:12.901044+0000 mon.smithi132 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.930617+0000 mon.smithi132 (mon.0) 174 : cluster [INF] mon.smithi132 is new leader, mons smithi132,smithi184 in quorum (ranks 0,1) 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.936474+0000 mon.smithi132 (mon.0) 175 : cluster [DBG] monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.937552+0000 mon.smithi132 (mon.0) 176 : cluster [DBG] fsmap 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.937620+0000 mon.smithi132 (mon.0) 177 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.938025+0000 mon.smithi132 (mon.0) 178 : cluster [DBG] mgrmap e17: smithi132.rubyiy(active, since 25s) 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.940281+0000 mon.smithi132 (mon.0) 179 : cluster [DBG] Standby manager daemon smithi184.ezxbbq started 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:12.942631+0000 mon.smithi132 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: cluster 2023-12-21T03:34:12.945845+0000 mon.smithi132 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:12.946821+0000 mon.smithi132 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.ezxbbq/key"}]: dispatch 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:12.951023+0000 mon.smithi132 (mon.0) 183 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:13.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:12 smithi132 bash[26391]: audit 2023-12-21T03:34:12.951383+0000 mon.smithi132 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.184:0/1655935992' entity='mgr.smithi184.ezxbbq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T03:34:13.651 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-12-21T03:34:13.651 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"618e06f0-9fb1-11ee-95a5-87774f69a715","modified":"2023-12-21T03:34:07.901617Z","created":"2023-12-21T03:31:40.195755Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-21T03:34:13.654 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2023-12-21T03:34:14.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:14 smithi184 bash[29684]: cluster 2023-12-21T03:34:13.007673+0000 mon.smithi132 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi132.rubyiy(active, since 25s), standbys: smithi184.ezxbbq 2023-12-21T03:34:14.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:14 smithi184 bash[29684]: audit 2023-12-21T03:34:13.007890+0000 mon.smithi132 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr metadata", "who": "smithi184.ezxbbq", "id": "smithi184.ezxbbq"}]: dispatch 2023-12-21T03:34:14.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:14 smithi184 bash[29684]: audit 2023-12-21T03:34:13.649906+0000 mon.smithi132 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.184:0/1736874330' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T03:34:14.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:14 smithi184 bash[29684]: audit 2023-12-21T03:34:13.900945+0000 mon.smithi132 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:14 smithi132 bash[26391]: cluster 2023-12-21T03:34:13.007673+0000 mon.smithi132 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi132.rubyiy(active, since 25s), standbys: smithi184.ezxbbq 2023-12-21T03:34:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:14 smithi132 bash[26391]: audit 2023-12-21T03:34:13.007890+0000 mon.smithi132 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr metadata", "who": "smithi184.ezxbbq", "id": "smithi184.ezxbbq"}]: dispatch 2023-12-21T03:34:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:14 smithi132 bash[26391]: audit 2023-12-21T03:34:13.649906+0000 mon.smithi132 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.184:0/1736874330' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T03:34:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:14 smithi132 bash[26391]: audit 2023-12-21T03:34:13.900945+0000 mon.smithi132 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-12-21T03:34:15.278 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:15 smithi184 bash[29684]: cluster 2023-12-21T03:34:13.871781+0000 mgr.smithi132.rubyiy (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:15.279 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T03:34:15.279 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T03:34:15.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:15 smithi132 bash[26391]: cluster 2023-12-21T03:34:13.871781+0000 mgr.smithi132.rubyiy (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:17 smithi132 bash[26391]: cluster 2023-12-21T03:34:15.872272+0000 mgr.smithi132.rubyiy (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:17 smithi184 bash[29684]: cluster 2023-12-21T03:34:15.872272+0000 mgr.smithi132.rubyiy (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:18.481 INFO:teuthology.orchestra.run.smithi132.stdout:# minimal ceph.conf for 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:34:18.481 INFO:teuthology.orchestra.run.smithi132.stdout:[global] 2023-12-21T03:34:18.481 INFO:teuthology.orchestra.run.smithi132.stdout: fsid = 618e06f0-9fb1-11ee-95a5-87774f69a715 2023-12-21T03:34:18.482 INFO:teuthology.orchestra.run.smithi132.stdout: mon_host = [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2023-12-21T03:34:19.099 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T03:34:19.100 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:34:19.100 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T03:34:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:18 smithi184 bash[29684]: cluster 2023-12-21T03:34:17.872676+0000 mgr.smithi132.rubyiy (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:18 smithi184 bash[29684]: audit 2023-12-21T03:34:18.480443+0000 mon.smithi132 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.132:0/3737665380' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:19.156 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:18 smithi132 bash[26391]: cluster 2023-12-21T03:34:17.872676+0000 mgr.smithi132.rubyiy (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:19.157 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:18 smithi132 bash[26391]: audit 2023-12-21T03:34:18.480443+0000 mon.smithi132 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.132:0/3737665380' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:19.160 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:34:19.160 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T03:34:19.219 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:34:19.219 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T03:34:19.234 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:34:19.235 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T03:34:19.294 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T03:34:19.294 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:34:19.294 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T03:34:19.302 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T03:34:19.302 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme1n1 2023-12-21T03:34:19.353 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme1n1 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 366 Links: 1 Device type: 103,2 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:33:10.595049162 +0000 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:33:10.487051732 +0000 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:33:10.487051732 +0000 2023-12-21T03:34:19.354 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:34:19.354 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T03:34:19.407 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:34:19.407 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:34:19.408 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000336605 s, 1.5 MB/s 2023-12-21T03:34:19.409 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T03:34:19.463 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme2n1 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme2n1 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 372 Links: 1 Device type: 103,4 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:33:10.611048781 +0000 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:33:10.491051637 +0000 2023-12-21T03:34:19.514 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:33:10.491051637 +0000 2023-12-21T03:34:19.515 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:34:19.515 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T03:34:19.572 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:34:19.572 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:34:19.572 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000466653 s, 1.1 MB/s 2023-12-21T03:34:19.573 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T03:34:19.622 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme3n1 2023-12-21T03:34:19.673 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme3n1 2023-12-21T03:34:19.673 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:19.674 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 381 Links: 1 Device type: 103,6 2023-12-21T03:34:19.674 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:19.674 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:33:10.627048400 +0000 2023-12-21T03:34:19.674 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:33:10.491051637 +0000 2023-12-21T03:34:19.674 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:33:10.491051637 +0000 2023-12-21T03:34:19.674 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:34:19.674 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T03:34:19.728 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:34:19.728 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:34:19.728 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000481364 s, 1.1 MB/s 2023-12-21T03:34:19.729 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T03:34:19.782 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme4n1 2023-12-21T03:34:19.837 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme4n1 2023-12-21T03:34:19.837 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 387 Links: 1 Device type: 103,8 2023-12-21T03:34:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-12-21 03:33:10.643048020 +0000 2023-12-21T03:34:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-12-21 03:33:10.491051637 +0000 2023-12-21T03:34:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-12-21 03:33:10.491051637 +0000 2023-12-21T03:34:19.838 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-12-21T03:34:19.838 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T03:34:19.892 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-12-21T03:34:19.892 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-12-21T03:34:19.892 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000387899 s, 1.3 MB/s 2023-12-21T03:34:19.893 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T03:34:19.943 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:34:19.943 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T03:34:19.951 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T03:34:19.951 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme1n1 2023-12-21T03:34:20.001 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme1n1 2023-12-21T03:34:20.001 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:20.001 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 370 Links: 1 Device type: 103,2 2023-12-21T03:34:20.001 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:20.001 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:33:54.356687420 +0000 2023-12-21T03:34:20.002 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:33:54.320688277 +0000 2023-12-21T03:34:20.002 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:33:54.320688277 +0000 2023-12-21T03:34:20.002 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:34:20.002 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T03:34:20.056 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:34:20.056 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:34:20.056 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.00042581 s, 1.2 MB/s 2023-12-21T03:34:20.057 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T03:34:20.107 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme2n1 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme2n1 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 379 Links: 1 Device type: 103,4 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:33:54.372687040 +0000 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:33:54.320688277 +0000 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:33:54.320688277 +0000 2023-12-21T03:34:20.157 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:34:20.158 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T03:34:20.212 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:34:20.212 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:34:20.212 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.00048353 s, 1.1 MB/s 2023-12-21T03:34:20.214 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T03:34:20.262 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme3n1 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme3n1 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 385 Links: 1 Device type: 103,6 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:33:54.384686754 +0000 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:33:54.320688277 +0000 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:33:54.320688277 +0000 2023-12-21T03:34:20.313 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:34:20.313 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T03:34:20.367 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:34:20.368 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:34:20.368 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000409365 s, 1.3 MB/s 2023-12-21T03:34:20.369 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T03:34:20.422 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme4n1 2023-12-21T03:34:20.473 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme4n1 2023-12-21T03:34:20.473 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T03:34:20.473 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 391 Links: 1 Device type: 103,8 2023-12-21T03:34:20.473 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T03:34:20.473 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-12-21 03:33:54.400686373 +0000 2023-12-21T03:34:20.473 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-12-21 03:33:54.324688181 +0000 2023-12-21T03:34:20.474 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-12-21 03:33:54.324688181 +0000 2023-12-21T03:34:20.474 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-12-21T03:34:20.474 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T03:34:20.528 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-12-21T03:34:20.528 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-12-21T03:34:20.528 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000461618 s, 1.1 MB/s 2023-12-21T03:34:20.529 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T03:34:20.578 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-21T03:34:21.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:21 smithi132 bash[26391]: cluster 2023-12-21T03:34:19.873231+0000 mgr.smithi132.rubyiy (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:21.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:21 smithi132 bash[26391]: audit 2023-12-21T03:34:20.918692+0000 mon.smithi132 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:21.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:21 smithi132 bash[26391]: audit 2023-12-21T03:34:20.921671+0000 mon.smithi132 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:34:21.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:21 smithi184 bash[29684]: cluster 2023-12-21T03:34:19.873231+0000 mgr.smithi132.rubyiy (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:21.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:21 smithi184 bash[29684]: audit 2023-12-21T03:34:20.918692+0000 mon.smithi132 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:21.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:21 smithi184 bash[29684]: audit 2023-12-21T03:34:20.921671+0000 mon.smithi132 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:34:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:23 smithi132 bash[26391]: cluster 2023-12-21T03:34:21.873741+0000 mgr.smithi132.rubyiy (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:23 smithi132 bash[26391]: audit 2023-12-21T03:34:22.960624+0000 mon.smithi132 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:23 smithi184 bash[29684]: cluster 2023-12-21T03:34:21.873741+0000 mgr.smithi132.rubyiy (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:23 smithi184 bash[29684]: audit 2023-12-21T03:34:22.960624+0000 mon.smithi132 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:24.402 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled osd.all-available-devices update... 2023-12-21T03:34:24.987 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T03:34:24.987 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:25.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:25 smithi132 bash[26391]: cluster 2023-12-21T03:34:23.874200+0000 mgr.smithi132.rubyiy (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:25.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:25 smithi132 bash[26391]: audit 2023-12-21T03:34:24.387130+0000 mgr.smithi132.rubyiy (mgr.14182) 22 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:34:25.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:25 smithi132 bash[26391]: cephadm 2023-12-21T03:34:24.391497+0000 mgr.smithi132.rubyiy (mgr.14182) 23 : cephadm [INF] Marking host: smithi132 for OSDSpec preview refresh. 2023-12-21T03:34:25.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:25 smithi132 bash[26391]: cephadm 2023-12-21T03:34:24.391672+0000 mgr.smithi132.rubyiy (mgr.14182) 24 : cephadm [INF] Marking host: smithi184 for OSDSpec preview refresh. 2023-12-21T03:34:25.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:25 smithi132 bash[26391]: cephadm 2023-12-21T03:34:24.392418+0000 mgr.smithi132.rubyiy (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T03:34:25.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:25 smithi132 bash[26391]: audit 2023-12-21T03:34:24.400790+0000 mon.smithi132 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:25 smithi184 bash[29684]: cluster 2023-12-21T03:34:23.874200+0000 mgr.smithi132.rubyiy (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:25 smithi184 bash[29684]: audit 2023-12-21T03:34:24.387130+0000 mgr.smithi132.rubyiy (mgr.14182) 22 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:34:25.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:25 smithi184 bash[29684]: cephadm 2023-12-21T03:34:24.391497+0000 mgr.smithi132.rubyiy (mgr.14182) 23 : cephadm [INF] Marking host: smithi132 for OSDSpec preview refresh. 2023-12-21T03:34:25.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:25 smithi184 bash[29684]: cephadm 2023-12-21T03:34:24.391672+0000 mgr.smithi132.rubyiy (mgr.14182) 24 : cephadm [INF] Marking host: smithi184 for OSDSpec preview refresh. 2023-12-21T03:34:25.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:25 smithi184 bash[29684]: cephadm 2023-12-21T03:34:24.392418+0000 mgr.smithi132.rubyiy (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T03:34:25.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:25 smithi184 bash[29684]: audit 2023-12-21T03:34:24.400790+0000 mon.smithi132 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:27.689 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:27 smithi132 bash[26391]: cluster 2023-12-21T03:34:25.874674+0000 mgr.smithi132.rubyiy (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:27 smithi184 bash[29684]: cluster 2023-12-21T03:34:25.874674+0000 mgr.smithi132.rubyiy (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:28.097 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:28.672 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:28 smithi132 bash[26391]: audit 2023-12-21T03:34:28.096795+0000 mon.smithi132 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.132:0/3019311082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:28.673 INFO:teuthology.orchestra.run.smithi132.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} 2023-12-21T03:34:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:28 smithi184 bash[29684]: audit 2023-12-21T03:34:28.096795+0000 mon.smithi132 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.132:0/3019311082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:29.674 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: cluster 2023-12-21T03:34:27.875041+0000 mgr.smithi132.rubyiy (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.800032+0000 mon.smithi132 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.811547+0000 mon.smithi132 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.813353+0000 mon.smithi132 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.814717+0000 mon.smithi132 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.849833+0000 mon.smithi132 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.857696+0000 mon.smithi132 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.687 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.867251+0000 mon.smithi132 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.688 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.878948+0000 mon.smithi132 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:34:29.688 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.885503+0000 mon.smithi132 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:34:29.688 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.888673+0000 mon.smithi132 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:34:29.688 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.889105+0000 mon.smithi132 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:29.688 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:29 smithi132 bash[26391]: audit 2023-12-21T03:34:28.890171+0000 mon.smithi132 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: cluster 2023-12-21T03:34:27.875041+0000 mgr.smithi132.rubyiy (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.800032+0000 mon.smithi132 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.811547+0000 mon.smithi132 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.813353+0000 mon.smithi132 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.814717+0000 mon.smithi132 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.849833+0000 mon.smithi132 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.857696+0000 mon.smithi132 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.867251+0000 mon.smithi132 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.878948+0000 mon.smithi132 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.885503+0000 mon.smithi132 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.888673+0000 mon.smithi132 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.889105+0000 mon.smithi132 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:29 smithi184 bash[29684]: audit 2023-12-21T03:34:28.890171+0000 mon.smithi132 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:34:30.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:30 smithi132 bash[26391]: cephadm 2023-12-21T03:34:28.816557+0000 mgr.smithi132.rubyiy (mgr.14182) 28 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2023-12-21T03:34:30.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:30 smithi132 bash[26391]: cephadm 2023-12-21T03:34:28.817201+0000 mgr.smithi132.rubyiy (mgr.14182) 29 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2023-12-21T03:34:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:30 smithi184 bash[29684]: cephadm 2023-12-21T03:34:28.816557+0000 mgr.smithi132.rubyiy (mgr.14182) 28 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2023-12-21T03:34:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:30 smithi184 bash[29684]: cephadm 2023-12-21T03:34:28.817201+0000 mgr.smithi132.rubyiy (mgr.14182) 29 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2023-12-21T03:34:31.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:31 smithi132 bash[26391]: cluster 2023-12-21T03:34:29.875360+0000 mgr.smithi132.rubyiy (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:31 smithi184 bash[29684]: cluster 2023-12-21T03:34:29.875360+0000 mgr.smithi132.rubyiy (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:32.681 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:33.250 INFO:teuthology.orchestra.run.smithi132.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} 2023-12-21T03:34:33.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:33 smithi132 bash[26391]: cluster 2023-12-21T03:34:31.875813+0000 mgr.smithi132.rubyiy (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:33.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:33 smithi132 bash[26391]: audit 2023-12-21T03:34:32.679738+0000 mon.smithi132 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.132:0/3984208545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:33 smithi184 bash[29684]: cluster 2023-12-21T03:34:31.875813+0000 mgr.smithi132.rubyiy (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:33 smithi184 bash[29684]: audit 2023-12-21T03:34:32.679738+0000 mon.smithi132 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.132:0/3984208545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:34.252 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:35.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:35 smithi132 bash[26391]: cluster 2023-12-21T03:34:33.876311+0000 mgr.smithi132.rubyiy (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:35.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:35 smithi184 bash[29684]: cluster 2023-12-21T03:34:33.876311+0000 mgr.smithi132.rubyiy (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:37 smithi132 bash[26391]: cluster 2023-12-21T03:34:35.876790+0000 mgr.smithi132.rubyiy (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:37 smithi184 bash[29684]: cluster 2023-12-21T03:34:35.876790+0000 mgr.smithi132.rubyiy (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:38.518 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:38 smithi132 bash[26391]: audit 2023-12-21T03:34:37.477625+0000 mon.smithi184 (mon.1) 2 : audit [INF] from='client.? 172.21.15.184:0/3100242015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c751e48-8e87-4ba3-8552-a9945c684954"}]: dispatch 2023-12-21T03:34:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:38 smithi132 bash[26391]: audit 2023-12-21T03:34:37.479291+0000 mon.smithi132 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c751e48-8e87-4ba3-8552-a9945c684954"}]: dispatch 2023-12-21T03:34:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:38 smithi132 bash[26391]: audit 2023-12-21T03:34:37.487344+0000 mon.smithi132 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c751e48-8e87-4ba3-8552-a9945c684954"}]': finished 2023-12-21T03:34:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:38 smithi132 bash[26391]: cluster 2023-12-21T03:34:37.487495+0000 mon.smithi132 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T03:34:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:38 smithi132 bash[26391]: audit 2023-12-21T03:34:37.487744+0000 mon.smithi132 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:38 smithi184 bash[29684]: audit 2023-12-21T03:34:37.477625+0000 mon.smithi184 (mon.1) 2 : audit [INF] from='client.? 172.21.15.184:0/3100242015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c751e48-8e87-4ba3-8552-a9945c684954"}]: dispatch 2023-12-21T03:34:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:38 smithi184 bash[29684]: audit 2023-12-21T03:34:37.479291+0000 mon.smithi132 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c751e48-8e87-4ba3-8552-a9945c684954"}]: dispatch 2023-12-21T03:34:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:38 smithi184 bash[29684]: audit 2023-12-21T03:34:37.487344+0000 mon.smithi132 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c751e48-8e87-4ba3-8552-a9945c684954"}]': finished 2023-12-21T03:34:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:38 smithi184 bash[29684]: cluster 2023-12-21T03:34:37.487495+0000 mon.smithi132 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T03:34:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:38 smithi184 bash[29684]: audit 2023-12-21T03:34:37.487744+0000 mon.smithi132 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:39.380 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1703129677,"num_remapped_pgs":0} 2023-12-21T03:34:39.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: cluster 2023-12-21T03:34:37.877132+0000 mgr.smithi132.rubyiy (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:39.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: audit 2023-12-21T03:34:38.517256+0000 mon.smithi132 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.132:0/3977515127' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:39.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: audit 2023-12-21T03:34:38.518751+0000 mon.smithi132 (mon.0) 213 : audit [INF] from='client.? 172.21.15.132:0/1480000776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8480edac-5e5b-452f-91da-30b34cc9f512"}]: dispatch 2023-12-21T03:34:39.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: audit 2023-12-21T03:34:38.525265+0000 mon.smithi132 (mon.0) 214 : audit [INF] from='client.? 172.21.15.132:0/1480000776' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8480edac-5e5b-452f-91da-30b34cc9f512"}]': finished 2023-12-21T03:34:39.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: cluster 2023-12-21T03:34:38.525379+0000 mon.smithi132 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T03:34:39.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: audit 2023-12-21T03:34:38.525566+0000 mon.smithi132 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:39.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: audit 2023-12-21T03:34:38.525948+0000 mon.smithi132 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:39.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:39 smithi132 bash[26391]: audit 2023-12-21T03:34:38.543497+0000 mon.smithi184 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.184:0/3726463102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: cluster 2023-12-21T03:34:37.877132+0000 mgr.smithi132.rubyiy (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: audit 2023-12-21T03:34:38.517256+0000 mon.smithi132 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.132:0/3977515127' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: audit 2023-12-21T03:34:38.518751+0000 mon.smithi132 (mon.0) 213 : audit [INF] from='client.? 172.21.15.132:0/1480000776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8480edac-5e5b-452f-91da-30b34cc9f512"}]: dispatch 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: audit 2023-12-21T03:34:38.525265+0000 mon.smithi132 (mon.0) 214 : audit [INF] from='client.? 172.21.15.132:0/1480000776' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8480edac-5e5b-452f-91da-30b34cc9f512"}]': finished 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: cluster 2023-12-21T03:34:38.525379+0000 mon.smithi132 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: audit 2023-12-21T03:34:38.525566+0000 mon.smithi132 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: audit 2023-12-21T03:34:38.525948+0000 mon.smithi132 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:39.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:39 smithi184 bash[29684]: audit 2023-12-21T03:34:38.543497+0000 mon.smithi184 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.184:0/3726463102' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:40.382 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:40.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:40 smithi132 bash[26391]: cluster 2023-12-21T03:34:39.877547+0000 mgr.smithi132.rubyiy (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:40.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:40 smithi132 bash[26391]: audit 2023-12-21T03:34:39.931215+0000 mon.smithi132 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.132:0/1384746836' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:40 smithi184 bash[29684]: cluster 2023-12-21T03:34:39.877547+0000 mgr.smithi132.rubyiy (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:40 smithi184 bash[29684]: audit 2023-12-21T03:34:39.931215+0000 mon.smithi132 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.132:0/1384746836' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: audit 2023-12-21T03:34:41.295064+0000 mon.smithi184 (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/3330077066' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002c8c7c-b10d-46db-b0a7-bafe6aa44049"}]: dispatch 2023-12-21T03:34:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: audit 2023-12-21T03:34:41.296588+0000 mon.smithi132 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002c8c7c-b10d-46db-b0a7-bafe6aa44049"}]: dispatch 2023-12-21T03:34:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: audit 2023-12-21T03:34:41.304250+0000 mon.smithi132 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "002c8c7c-b10d-46db-b0a7-bafe6aa44049"}]': finished 2023-12-21T03:34:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: cluster 2023-12-21T03:34:41.304412+0000 mon.smithi132 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T03:34:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: audit 2023-12-21T03:34:41.304604+0000 mon.smithi132 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: audit 2023-12-21T03:34:41.304965+0000 mon.smithi132 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:41 smithi132 bash[26391]: audit 2023-12-21T03:34:41.305186+0000 mon.smithi132 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: audit 2023-12-21T03:34:41.295064+0000 mon.smithi184 (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/3330077066' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002c8c7c-b10d-46db-b0a7-bafe6aa44049"}]: dispatch 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: audit 2023-12-21T03:34:41.296588+0000 mon.smithi132 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002c8c7c-b10d-46db-b0a7-bafe6aa44049"}]: dispatch 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: audit 2023-12-21T03:34:41.304250+0000 mon.smithi132 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "002c8c7c-b10d-46db-b0a7-bafe6aa44049"}]': finished 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: cluster 2023-12-21T03:34:41.304412+0000 mon.smithi132 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: audit 2023-12-21T03:34:41.304604+0000 mon.smithi132 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: audit 2023-12-21T03:34:41.304965+0000 mon.smithi132 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:41 smithi184 bash[29684]: audit 2023-12-21T03:34:41.305186+0000 mon.smithi132 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:42.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:42 smithi132 bash[26391]: cluster 2023-12-21T03:34:41.877867+0000 mgr.smithi132.rubyiy (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:42.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:42 smithi132 bash[26391]: audit 2023-12-21T03:34:42.387214+0000 mon.smithi184 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/3531083245' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:42.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:42 smithi184 bash[29684]: cluster 2023-12-21T03:34:41.877867+0000 mgr.smithi132.rubyiy (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:42.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:42 smithi184 bash[29684]: audit 2023-12-21T03:34:42.387214+0000 mon.smithi184 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/3531083245' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:43.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: audit 2023-12-21T03:34:42.755341+0000 mon.smithi132 (mon.0) 225 : audit [INF] from='client.? 172.21.15.132:0/3712070807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "615ea225-e98f-40fc-81ee-90654dcd9a57"}]: dispatch 2023-12-21T03:34:43.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: audit 2023-12-21T03:34:42.762666+0000 mon.smithi132 (mon.0) 226 : audit [INF] from='client.? 172.21.15.132:0/3712070807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "615ea225-e98f-40fc-81ee-90654dcd9a57"}]': finished 2023-12-21T03:34:43.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: cluster 2023-12-21T03:34:42.762710+0000 mon.smithi132 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T03:34:43.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: audit 2023-12-21T03:34:42.762812+0000 mon.smithi132 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:43.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: audit 2023-12-21T03:34:42.763169+0000 mon.smithi132 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:43.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: audit 2023-12-21T03:34:42.763436+0000 mon.smithi132 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:43.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:43 smithi132 bash[26391]: audit 2023-12-21T03:34:42.763686+0000 mon.smithi132 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:43.867 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: audit 2023-12-21T03:34:42.755341+0000 mon.smithi132 (mon.0) 225 : audit [INF] from='client.? 172.21.15.132:0/3712070807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "615ea225-e98f-40fc-81ee-90654dcd9a57"}]: dispatch 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: audit 2023-12-21T03:34:42.762666+0000 mon.smithi132 (mon.0) 226 : audit [INF] from='client.? 172.21.15.132:0/3712070807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "615ea225-e98f-40fc-81ee-90654dcd9a57"}]': finished 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: cluster 2023-12-21T03:34:42.762710+0000 mon.smithi132 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: audit 2023-12-21T03:34:42.762812+0000 mon.smithi132 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: audit 2023-12-21T03:34:42.763169+0000 mon.smithi132 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: audit 2023-12-21T03:34:42.763436+0000 mon.smithi132 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:43 smithi184 bash[29684]: audit 2023-12-21T03:34:42.763686+0000 mon.smithi132 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:44.463 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703129682,"num_remapped_pgs":0} 2023-12-21T03:34:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:44 smithi132 bash[26391]: audit 2023-12-21T03:34:43.866743+0000 mon.smithi132 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.132:0/1199607977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:44 smithi132 bash[26391]: cluster 2023-12-21T03:34:43.878128+0000 mgr.smithi132.rubyiy (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:44 smithi132 bash[26391]: audit 2023-12-21T03:34:44.096615+0000 mon.smithi132 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.132:0/785636769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:44 smithi184 bash[29684]: audit 2023-12-21T03:34:43.866743+0000 mon.smithi132 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.132:0/1199607977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:44 smithi184 bash[29684]: cluster 2023-12-21T03:34:43.878128+0000 mgr.smithi132.rubyiy (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:44 smithi184 bash[29684]: audit 2023-12-21T03:34:44.096615+0000 mon.smithi132 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.132:0/785636769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:45.464 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.128499+0000 mon.smithi184 (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/1395097864' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5edc3e-e4f8-48a8-bfae-43e577d0f041"}]: dispatch 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.129829+0000 mon.smithi132 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5edc3e-e4f8-48a8-bfae-43e577d0f041"}]: dispatch 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.139324+0000 mon.smithi132 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed5edc3e-e4f8-48a8-bfae-43e577d0f041"}]': finished 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: cluster 2023-12-21T03:34:45.139500+0000 mon.smithi132 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.139731+0000 mon.smithi132 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.140393+0000 mon.smithi132 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.140848+0000 mon.smithi132 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.141256+0000 mon.smithi132 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:45 smithi184 bash[29684]: audit 2023-12-21T03:34:45.141720+0000 mon.smithi132 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:45.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.128499+0000 mon.smithi184 (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/1395097864' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5edc3e-e4f8-48a8-bfae-43e577d0f041"}]: dispatch 2023-12-21T03:34:45.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.129829+0000 mon.smithi132 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed5edc3e-e4f8-48a8-bfae-43e577d0f041"}]: dispatch 2023-12-21T03:34:45.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.139324+0000 mon.smithi132 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed5edc3e-e4f8-48a8-bfae-43e577d0f041"}]': finished 2023-12-21T03:34:45.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: cluster 2023-12-21T03:34:45.139500+0000 mon.smithi132 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T03:34:45.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.139731+0000 mon.smithi132 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:45.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.140393+0000 mon.smithi132 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:45.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.140848+0000 mon.smithi132 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:45.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.141256+0000 mon.smithi132 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:45.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:45 smithi132 bash[26391]: audit 2023-12-21T03:34:45.141720+0000 mon.smithi132 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:46.786 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:46 smithi132 bash[26391]: cluster 2023-12-21T03:34:45.878663+0000 mgr.smithi132.rubyiy (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:46.786 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:46 smithi132 bash[26391]: audit 2023-12-21T03:34:46.227419+0000 mon.smithi184 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/635434230' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:46 smithi184 bash[29684]: cluster 2023-12-21T03:34:45.878663+0000 mgr.smithi132.rubyiy (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:46 smithi184 bash[29684]: audit 2023-12-21T03:34:46.227419+0000 mon.smithi184 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/635434230' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.858581+0000 mon.smithi132 (mon.0) 242 : audit [INF] from='client.? 172.21.15.132:0/3602254857' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f79ef50-545f-4981-90e2-14e12393dccd"}]: dispatch 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.863623+0000 mon.smithi132 (mon.0) 243 : audit [INF] from='client.? 172.21.15.132:0/3602254857' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f79ef50-545f-4981-90e2-14e12393dccd"}]': finished 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: cluster 2023-12-21T03:34:46.863681+0000 mon.smithi132 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.863785+0000 mon.smithi132 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.864060+0000 mon.smithi132 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.864214+0000 mon.smithi132 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.864403+0000 mon.smithi132 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:47.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.864549+0000 mon.smithi132 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:47.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:47 smithi184 bash[29684]: audit 2023-12-21T03:34:46.864733+0000 mon.smithi132 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:34:47.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.858581+0000 mon.smithi132 (mon.0) 242 : audit [INF] from='client.? 172.21.15.132:0/3602254857' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f79ef50-545f-4981-90e2-14e12393dccd"}]: dispatch 2023-12-21T03:34:47.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.863623+0000 mon.smithi132 (mon.0) 243 : audit [INF] from='client.? 172.21.15.132:0/3602254857' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f79ef50-545f-4981-90e2-14e12393dccd"}]': finished 2023-12-21T03:34:47.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: cluster 2023-12-21T03:34:46.863681+0000 mon.smithi132 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T03:34:47.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.863785+0000 mon.smithi132 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:47.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.864060+0000 mon.smithi132 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:47.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.864214+0000 mon.smithi132 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:47.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.864403+0000 mon.smithi132 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:47.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.864549+0000 mon.smithi132 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:47.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:47 smithi132 bash[26391]: audit 2023-12-21T03:34:46.864733+0000 mon.smithi132 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:34:48.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:48 smithi132 bash[26391]: cluster 2023-12-21T03:34:47.879121+0000 mgr.smithi132.rubyiy (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:48.844 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:48.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:48 smithi184 bash[29684]: cluster 2023-12-21T03:34:47.879121+0000 mgr.smithi132.rubyiy (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:49.502 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703129686,"num_remapped_pgs":0} 2023-12-21T03:34:49.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.702440+0000 mon.smithi132 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.132:0/1143351002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:49.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.843474+0000 mon.smithi132 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.132:0/2193087339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.973407+0000 mon.smithi184 (mon.1) 8 : audit [INF] from='client.? 172.21.15.184:0/2419600403' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1317ed7b-324d-44c7-8de3-921902819032"}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.974711+0000 mon.smithi132 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1317ed7b-324d-44c7-8de3-921902819032"}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.979464+0000 mon.smithi132 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1317ed7b-324d-44c7-8de3-921902819032"}]': finished 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: cluster 2023-12-21T03:34:48.979524+0000 mon.smithi132 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.979763+0000 mon.smithi132 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.980411+0000 mon.smithi132 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.980835+0000 mon.smithi132 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.981243+0000 mon.smithi132 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.981660+0000 mon.smithi132 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.982114+0000 mon.smithi132 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:34:49.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:49 smithi132 bash[26391]: audit 2023-12-21T03:34:48.982568+0000 mon.smithi132 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.702440+0000 mon.smithi132 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.132:0/1143351002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.843474+0000 mon.smithi132 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.132:0/2193087339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.973407+0000 mon.smithi184 (mon.1) 8 : audit [INF] from='client.? 172.21.15.184:0/2419600403' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1317ed7b-324d-44c7-8de3-921902819032"}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.974711+0000 mon.smithi132 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1317ed7b-324d-44c7-8de3-921902819032"}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.979464+0000 mon.smithi132 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1317ed7b-324d-44c7-8de3-921902819032"}]': finished 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: cluster 2023-12-21T03:34:48.979524+0000 mon.smithi132 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.979763+0000 mon.smithi132 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.980411+0000 mon.smithi132 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.980835+0000 mon.smithi132 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:49.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.981243+0000 mon.smithi132 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:49.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.981660+0000 mon.smithi132 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:49.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.982114+0000 mon.smithi132 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:34:49.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:49 smithi184 bash[29684]: audit 2023-12-21T03:34:48.982568+0000 mon.smithi132 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:34:50.503 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:50 smithi184 bash[29684]: cluster 2023-12-21T03:34:49.879645+0000 mgr.smithi132.rubyiy (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:50 smithi184 bash[29684]: audit 2023-12-21T03:34:50.057229+0000 mon.smithi184 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.184:0/3283255346' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:50.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:50 smithi132 bash[26391]: cluster 2023-12-21T03:34:49.879645+0000 mgr.smithi132.rubyiy (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:50.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:50 smithi132 bash[26391]: audit 2023-12-21T03:34:50.057229+0000 mon.smithi184 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.184:0/3283255346' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.515505+0000 mon.smithi132 (mon.0) 263 : audit [INF] from='client.? 172.21.15.132:0/4159715612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef45c258-b505-43c4-ae30-9ffa751e507a"}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.522975+0000 mon.smithi132 (mon.0) 264 : audit [INF] from='client.? 172.21.15.132:0/4159715612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef45c258-b505-43c4-ae30-9ffa751e507a"}]': finished 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: cluster 2023-12-21T03:34:51.523108+0000 mon.smithi132 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.523301+0000 mon.smithi132 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.523726+0000 mon.smithi132 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.523914+0000 mon.smithi132 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.524137+0000 mon.smithi132 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.524329+0000 mon.smithi132 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.524560+0000 mon.smithi132 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.524880+0000 mon.smithi132 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:34:51.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:51 smithi132 bash[26391]: audit 2023-12-21T03:34:51.525226+0000 mon.smithi132 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.515505+0000 mon.smithi132 (mon.0) 263 : audit [INF] from='client.? 172.21.15.132:0/4159715612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef45c258-b505-43c4-ae30-9ffa751e507a"}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.522975+0000 mon.smithi132 (mon.0) 264 : audit [INF] from='client.? 172.21.15.132:0/4159715612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef45c258-b505-43c4-ae30-9ffa751e507a"}]': finished 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: cluster 2023-12-21T03:34:51.523108+0000 mon.smithi132 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.523301+0000 mon.smithi132 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.523726+0000 mon.smithi132 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.523914+0000 mon.smithi132 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.524137+0000 mon.smithi132 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.524329+0000 mon.smithi132 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:34:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.524560+0000 mon.smithi132 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:34:51.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.524880+0000 mon.smithi132 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:34:51.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:51 smithi184 bash[29684]: audit 2023-12-21T03:34:51.525226+0000 mon.smithi132 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:34:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:52 smithi184 bash[29684]: cluster 2023-12-21T03:34:51.879988+0000 mgr.smithi132.rubyiy (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:52 smithi132 bash[26391]: cluster 2023-12-21T03:34:51.879988+0000 mgr.smithi132.rubyiy (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:53.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:53 smithi184 bash[29684]: audit 2023-12-21T03:34:53.017150+0000 mon.smithi132 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.132:0/3849067631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:53.938 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:53.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:53 smithi132 bash[26391]: audit 2023-12-21T03:34:53.017150+0000 mon.smithi132 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.132:0/3849067631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T03:34:54.548 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:34:54.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:54 smithi184 bash[29684]: cluster 2023-12-21T03:34:53.880328+0000 mgr.smithi132.rubyiy (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:54 smithi184 bash[29684]: audit 2023-12-21T03:34:53.937070+0000 mon.smithi132 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.132:0/633622319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:54 smithi132 bash[26391]: cluster 2023-12-21T03:34:53.880328+0000 mgr.smithi132.rubyiy (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:54 smithi132 bash[26391]: audit 2023-12-21T03:34:53.937070+0000 mon.smithi132 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.132:0/633622319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:55.549 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:34:57.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:57 smithi132 bash[26391]: cluster 2023-12-21T03:34:55.880701+0000 mgr.smithi132.rubyiy (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:57.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:57 smithi184 bash[29684]: cluster 2023-12-21T03:34:55.880701+0000 mgr.smithi132.rubyiy (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:58.707 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:34:59.321 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:34:59.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:59 smithi132 bash[26391]: cluster 2023-12-21T03:34:57.881142+0000 mgr.smithi132.rubyiy (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:59.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:34:59 smithi132 bash[26391]: audit 2023-12-21T03:34:58.705898+0000 mon.smithi132 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.132:0/1475703630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:34:59.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:59 smithi184 bash[29684]: cluster 2023-12-21T03:34:57.881142+0000 mgr.smithi132.rubyiy (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:34:59.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:34:59 smithi184 bash[29684]: audit 2023-12-21T03:34:58.705898+0000 mon.smithi132 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.132:0/1475703630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:00.322 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:01.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:01 smithi132 bash[26391]: cluster 2023-12-21T03:34:59.881649+0000 mgr.smithi132.rubyiy (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:01.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:01 smithi184 bash[29684]: cluster 2023-12-21T03:34:59.881649+0000 mgr.smithi132.rubyiy (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:02.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:02 smithi132 bash[26391]: audit 2023-12-21T03:35:01.347826+0000 mon.smithi132 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T03:35:02.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:02 smithi132 bash[26391]: audit 2023-12-21T03:35:01.349591+0000 mon.smithi132 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:02.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:02 smithi132 bash[26391]: cephadm 2023-12-21T03:35:01.351254+0000 mgr.smithi132.rubyiy (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi184 2023-12-21T03:35:02.531 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:02 smithi184 bash[29684]: audit 2023-12-21T03:35:01.347826+0000 mon.smithi132 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T03:35:02.531 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:02 smithi184 bash[29684]: audit 2023-12-21T03:35:01.349591+0000 mon.smithi132 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:02.531 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:02 smithi184 bash[29684]: cephadm 2023-12-21T03:35:01.351254+0000 mgr.smithi132.rubyiy (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi184 2023-12-21T03:35:03.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:03 smithi132 bash[26391]: cluster 2023-12-21T03:35:01.882171+0000 mgr.smithi132.rubyiy (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:03.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:03 smithi184 bash[29684]: cluster 2023-12-21T03:35:01.882171+0000 mgr.smithi132.rubyiy (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:03.884 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:04.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:04 smithi132 bash[26391]: audit 2023-12-21T03:35:03.883358+0000 mon.smithi132 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.132:0/1842838464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:04.599 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:04 smithi184 bash[29684]: audit 2023-12-21T03:35:03.883358+0000 mon.smithi132 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.132:0/1842838464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:04.820 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:05.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:05 smithi132 bash[26391]: cluster 2023-12-21T03:35:03.882525+0000 mgr.smithi132.rubyiy (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:05.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:05 smithi184 bash[29684]: cluster 2023-12-21T03:35:03.882525+0000 mgr.smithi132.rubyiy (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:05.822 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:06.720 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:06 smithi132 bash[26391]: audit 2023-12-21T03:35:05.466467+0000 mon.smithi132 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:06.720 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:06 smithi132 bash[26391]: audit 2023-12-21T03:35:05.468312+0000 mon.smithi132 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T03:35:06.720 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:06 smithi132 bash[26391]: audit 2023-12-21T03:35:05.469871+0000 mon.smithi132 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:06.720 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:06 smithi132 bash[26391]: cephadm 2023-12-21T03:35:05.471308+0000 mgr.smithi132.rubyiy (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi184 2023-12-21T03:35:06.720 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:06 smithi132 bash[26391]: cluster 2023-12-21T03:35:05.882874+0000 mgr.smithi132.rubyiy (mgr.14182) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:06 smithi184 bash[29684]: audit 2023-12-21T03:35:05.466467+0000 mon.smithi132 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:06 smithi184 bash[29684]: audit 2023-12-21T03:35:05.468312+0000 mon.smithi132 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T03:35:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:06 smithi184 bash[29684]: audit 2023-12-21T03:35:05.469871+0000 mon.smithi132 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:06 smithi184 bash[29684]: cephadm 2023-12-21T03:35:05.471308+0000 mgr.smithi132.rubyiy (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi184 2023-12-21T03:35:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:06 smithi184 bash[29684]: cluster 2023-12-21T03:35:05.882874+0000 mgr.smithi132.rubyiy (mgr.14182) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:07.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:07 smithi132 bash[26391]: audit 2023-12-21T03:35:07.471661+0000 mon.smithi132 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T03:35:07.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:07 smithi132 bash[26391]: audit 2023-12-21T03:35:07.473062+0000 mon.smithi132 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:07.801 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:07 smithi184 bash[29684]: audit 2023-12-21T03:35:07.471661+0000 mon.smithi132 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T03:35:07.801 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:07 smithi184 bash[29684]: audit 2023-12-21T03:35:07.473062+0000 mon.smithi132 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:08.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:08 smithi184 bash[29684]: cephadm 2023-12-21T03:35:07.474244+0000 mgr.smithi132.rubyiy (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.1 on smithi132 2023-12-21T03:35:08.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:08 smithi184 bash[29684]: cluster 2023-12-21T03:35:07.883391+0000 mgr.smithi132.rubyiy (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:08.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:08 smithi132 bash[26391]: cephadm 2023-12-21T03:35:07.474244+0000 mgr.smithi132.rubyiy (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.1 on smithi132 2023-12-21T03:35:08.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:08 smithi132 bash[26391]: cluster 2023-12-21T03:35:07.883391+0000 mgr.smithi132.rubyiy (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:10.653 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:11.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:11 smithi184 bash[29684]: cluster 2023-12-21T03:35:09.883758+0000 mgr.smithi132.rubyiy (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:11.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:11 smithi184 bash[29684]: audit 2023-12-21T03:35:10.649661+0000 mon.smithi132 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:11.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:11 smithi184 bash[29684]: audit 2023-12-21T03:35:10.651506+0000 mon.smithi132 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T03:35:11.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:11 smithi184 bash[29684]: audit 2023-12-21T03:35:10.652579+0000 mon.smithi132 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.132:0/1591015630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:11.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:11 smithi184 bash[29684]: audit 2023-12-21T03:35:10.653237+0000 mon.smithi132 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:11.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:11 smithi132 bash[26391]: cluster 2023-12-21T03:35:09.883758+0000 mgr.smithi132.rubyiy (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:11.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:11 smithi132 bash[26391]: audit 2023-12-21T03:35:10.649661+0000 mon.smithi132 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:11.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:11 smithi132 bash[26391]: audit 2023-12-21T03:35:10.651506+0000 mon.smithi132 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T03:35:11.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:11 smithi132 bash[26391]: audit 2023-12-21T03:35:10.652579+0000 mon.smithi132 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.132:0/1591015630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:11.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:11 smithi132 bash[26391]: audit 2023-12-21T03:35:10.653237+0000 mon.smithi132 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:11.611 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:12.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:12 smithi132 bash[26391]: cephadm 2023-12-21T03:35:10.654857+0000 mgr.smithi132.rubyiy (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.4 on smithi184 2023-12-21T03:35:12.540 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:12 smithi184 bash[29684]: cephadm 2023-12-21T03:35:10.654857+0000 mgr.smithi132.rubyiy (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.4 on smithi184 2023-12-21T03:35:12.612 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:13.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:13 smithi184 bash[29684]: cluster 2023-12-21T03:35:11.884126+0000 mgr.smithi132.rubyiy (mgr.14182) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:13.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:13 smithi184 bash[29684]: audit 2023-12-21T03:35:12.910510+0000 mon.smithi132 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:13.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:13 smithi184 bash[29684]: audit 2023-12-21T03:35:12.911402+0000 mon.smithi132 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T03:35:13.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:13 smithi184 bash[29684]: audit 2023-12-21T03:35:12.912311+0000 mon.smithi132 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:13 smithi132 bash[26391]: cluster 2023-12-21T03:35:11.884126+0000 mgr.smithi132.rubyiy (mgr.14182) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:13 smithi132 bash[26391]: audit 2023-12-21T03:35:12.910510+0000 mon.smithi132 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:13 smithi132 bash[26391]: audit 2023-12-21T03:35:12.911402+0000 mon.smithi132 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T03:35:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:13 smithi132 bash[26391]: audit 2023-12-21T03:35:12.912311+0000 mon.smithi132 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:14.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:14 smithi184 bash[29684]: cephadm 2023-12-21T03:35:12.913062+0000 mgr.smithi132.rubyiy (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.3 on smithi132 2023-12-21T03:35:14.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:14 smithi184 bash[29684]: audit 2023-12-21T03:35:13.990343+0000 mon.smithi184 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/3159462666,v1:172.21.15.184:6801/3159462666]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T03:35:14.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:14 smithi184 bash[29684]: audit 2023-12-21T03:35:13.991697+0000 mon.smithi132 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T03:35:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:14 smithi132 bash[26391]: cephadm 2023-12-21T03:35:12.913062+0000 mgr.smithi132.rubyiy (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.3 on smithi132 2023-12-21T03:35:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:14 smithi132 bash[26391]: audit 2023-12-21T03:35:13.990343+0000 mon.smithi184 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/3159462666,v1:172.21.15.184:6801/3159462666]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T03:35:14.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:14 smithi132 bash[26391]: audit 2023-12-21T03:35:13.991697+0000 mon.smithi132 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T03:35:15.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: cluster 2023-12-21T03:35:13.884580+0000 mgr.smithi132.rubyiy (mgr.14182) 57 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:15.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.204613+0000 mon.smithi132 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T03:35:15.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: cluster 2023-12-21T03:35:14.204797+0000 mon.smithi132 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.204986+0000 mon.smithi132 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.205533+0000 mon.smithi132 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.205563+0000 mon.smithi184 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/3159462666,v1:172.21.15.184:6801/3159462666]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.205832+0000 mon.smithi132 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.206122+0000 mon.smithi132 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.206460+0000 mon.smithi132 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.206879+0000 mon.smithi132 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.207289+0000 mon.smithi132 (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.207681+0000 mon.smithi132 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:15.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:15 smithi184 bash[29684]: audit 2023-12-21T03:35:14.208011+0000 mon.smithi132 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:15.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: cluster 2023-12-21T03:35:13.884580+0000 mgr.smithi132.rubyiy (mgr.14182) 57 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:15.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.204613+0000 mon.smithi132 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T03:35:15.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: cluster 2023-12-21T03:35:14.204797+0000 mon.smithi132 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T03:35:15.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.204986+0000 mon.smithi132 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.205533+0000 mon.smithi132 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.205563+0000 mon.smithi184 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/3159462666,v1:172.21.15.184:6801/3159462666]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.205832+0000 mon.smithi132 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.206122+0000 mon.smithi132 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.206460+0000 mon.smithi132 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.206879+0000 mon.smithi132 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.207289+0000 mon.smithi132 (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.207681+0000 mon.smithi132 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:15.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:15 smithi132 bash[26391]: audit 2023-12-21T03:35:14.208011+0000 mon.smithi132 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:16.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.205932+0000 mon.smithi132 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:16.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: cluster 2023-12-21T03:35:15.206072+0000 mon.smithi132 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T03:35:16.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.206697+0000 mon.smithi132 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:16.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.207116+0000 mon.smithi132 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:16.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.207418+0000 mon.smithi132 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:16.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.207791+0000 mon.smithi132 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.213106+0000 mon.smithi132 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.213652+0000 mon.smithi132 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.213951+0000 mon.smithi132 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.214226+0000 mon.smithi132 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:15.214608+0000 mon.smithi132 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:16.098718+0000 mon.smithi132 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:16.100512+0000 mon.smithi132 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T03:35:16.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:16 smithi132 bash[26391]: audit 2023-12-21T03:35:16.102348+0000 mon.smithi132 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.205932+0000 mon.smithi132 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: cluster 2023-12-21T03:35:15.206072+0000 mon.smithi132 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.206697+0000 mon.smithi132 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.207116+0000 mon.smithi132 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.207418+0000 mon.smithi132 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.207791+0000 mon.smithi132 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.213106+0000 mon.smithi132 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.213652+0000 mon.smithi132 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.213951+0000 mon.smithi132 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.214226+0000 mon.smithi132 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:15.214608+0000 mon.smithi132 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:16.098718+0000 mon.smithi132 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:16.100512+0000 mon.smithi132 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T03:35:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:16 smithi184 bash[29684]: audit 2023-12-21T03:35:16.102348+0000 mon.smithi132 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: cluster 2023-12-21T03:35:15.013681+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: cluster 2023-12-21T03:35:15.013752+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: cluster 2023-12-21T03:35:15.885010+0000 mgr.smithi132.rubyiy (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: cephadm 2023-12-21T03:35:16.103785+0000 mgr.smithi132.rubyiy (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.6 on smithi184 2023-12-21T03:35:17.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: cluster 2023-12-21T03:35:16.217796+0000 mon.smithi132 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.184:6800/3159462666,v1:172.21.15.184:6801/3159462666] boot 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: cluster 2023-12-21T03:35:16.217879+0000 mon.smithi132 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.218717+0000 mon.smithi132 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.220033+0000 mon.smithi132 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.220578+0000 mon.smithi132 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.221048+0000 mon.smithi132 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.227942+0000 mon.smithi132 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.228464+0000 mon.smithi132 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.228935+0000 mon.smithi132 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:17.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:17 smithi132 bash[26391]: audit 2023-12-21T03:35:16.229401+0000 mon.smithi132 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: cluster 2023-12-21T03:35:15.013681+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: cluster 2023-12-21T03:35:15.013752+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: cluster 2023-12-21T03:35:15.885010+0000 mgr.smithi132.rubyiy (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: cephadm 2023-12-21T03:35:16.103785+0000 mgr.smithi132.rubyiy (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.6 on smithi184 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: cluster 2023-12-21T03:35:16.217796+0000 mon.smithi132 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.184:6800/3159462666,v1:172.21.15.184:6801/3159462666] boot 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: cluster 2023-12-21T03:35:16.217879+0000 mon.smithi132 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.218717+0000 mon.smithi132 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.220033+0000 mon.smithi132 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.220578+0000 mon.smithi132 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:17.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.221048+0000 mon.smithi132 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:17.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.227942+0000 mon.smithi132 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:17.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.228464+0000 mon.smithi132 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:17.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.228935+0000 mon.smithi132 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:17.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:17 smithi184 bash[29684]: audit 2023-12-21T03:35:16.229401+0000 mon.smithi132 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:18.243 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: cluster 2023-12-21T03:35:17.235462+0000 mon.smithi132 (mon.0) 328 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-21T03:35:18.243 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.235662+0000 mon.smithi132 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:18.243 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.236137+0000 mon.smithi132 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:18.243 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.236442+0000 mon.smithi132 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:18.244 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.236813+0000 mon.smithi132 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:18.265 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:18.537 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.237138+0000 mon.smithi132 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:18.537 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.237513+0000 mon.smithi132 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:18.537 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:18 smithi184 bash[29684]: audit 2023-12-21T03:35:17.237862+0000 mon.smithi132 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: cluster 2023-12-21T03:35:17.235462+0000 mon.smithi132 (mon.0) 328 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.235662+0000 mon.smithi132 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.236137+0000 mon.smithi132 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.236442+0000 mon.smithi132 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.236813+0000 mon.smithi132 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.237138+0000 mon.smithi132 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.237513+0000 mon.smithi132 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:18.590 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:18 smithi132 bash[26391]: audit 2023-12-21T03:35:17.237862+0000 mon.smithi132 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:19.294 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1703129716,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:19 smithi132 bash[26391]: cluster 2023-12-21T03:35:17.885485+0000 mgr.smithi132.rubyiy (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T03:35:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:19 smithi132 bash[26391]: audit 2023-12-21T03:35:18.264893+0000 mon.smithi132 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.132:0/3495451958' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:19 smithi132 bash[26391]: audit 2023-12-21T03:35:19.203387+0000 mon.smithi184 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/1426474191,v1:172.21.15.184:6809/1426474191]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T03:35:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:19 smithi132 bash[26391]: audit 2023-12-21T03:35:19.204406+0000 mon.smithi132 (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T03:35:19.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:19 smithi184 bash[29684]: cluster 2023-12-21T03:35:17.885485+0000 mgr.smithi132.rubyiy (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T03:35:19.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:19 smithi184 bash[29684]: audit 2023-12-21T03:35:18.264893+0000 mon.smithi132 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.132:0/3495451958' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:19.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:19 smithi184 bash[29684]: audit 2023-12-21T03:35:19.203387+0000 mon.smithi184 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/1426474191,v1:172.21.15.184:6809/1426474191]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T03:35:19.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:19 smithi184 bash[29684]: audit 2023-12-21T03:35:19.204406+0000 mon.smithi132 (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T03:35:20.295 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.246312+0000 mon.smithi132 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: cluster 2023-12-21T03:35:19.246448+0000 mon.smithi132 (mon.0) 339 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.247012+0000 mon.smithi132 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.247692+0000 mon.smithi132 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.247810+0000 mon.smithi184 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/1426474191,v1:172.21.15.184:6809/1426474191]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.248250+0000 mon.smithi132 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.252529+0000 mon.smithi132 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.253155+0000 mon.smithi132 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.253608+0000 mon.smithi132 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.253984+0000 mon.smithi132 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.254778+0000 mon.smithi132 (mon.0) 347 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.370520+0000 mon.smithi132 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:20.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.371488+0000 mon.smithi132 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T03:35:20.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: audit 2023-12-21T03:35:19.372401+0000 mon.smithi132 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:20.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:20 smithi184 bash[29684]: cephadm 2023-12-21T03:35:19.373437+0000 mgr.smithi132.rubyiy (mgr.14182) 61 : cephadm [INF] Deploying daemon osd.5 on smithi132 2023-12-21T03:35:20.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.246312+0000 mon.smithi132 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T03:35:20.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: cluster 2023-12-21T03:35:19.246448+0000 mon.smithi132 (mon.0) 339 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-21T03:35:20.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.247012+0000 mon.smithi132 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:20.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.247692+0000 mon.smithi132 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.247810+0000 mon.smithi184 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/1426474191,v1:172.21.15.184:6809/1426474191]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.248250+0000 mon.smithi132 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.252529+0000 mon.smithi132 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.253155+0000 mon.smithi132 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.253608+0000 mon.smithi132 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.253984+0000 mon.smithi132 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.254778+0000 mon.smithi132 (mon.0) 347 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.370520+0000 mon.smithi132 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.371488+0000 mon.smithi132 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: audit 2023-12-21T03:35:19.372401+0000 mon.smithi132 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:20.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:20 smithi132 bash[26391]: cephadm 2023-12-21T03:35:19.373437+0000 mgr.smithi132.rubyiy (mgr.14182) 61 : cephadm [INF] Deploying daemon osd.5 on smithi132 2023-12-21T03:35:21.275 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: cluster 2023-12-21T03:35:19.885882+0000 mgr.smithi132.rubyiy (mgr.14182) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T03:35:21.275 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.258100+0000 mon.smithi132 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:21.275 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: cluster 2023-12-21T03:35:20.258284+0000 mon.smithi132 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-21T03:35:21.275 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.259186+0000 mon.smithi132 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.259850+0000 mon.smithi132 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.260227+0000 mon.smithi132 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.260708+0000 mon.smithi132 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.261225+0000 mon.smithi132 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.268986+0000 mon.smithi132 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.269459+0000 mon.smithi132 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:21.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:21 smithi184 bash[29684]: audit 2023-12-21T03:35:20.269955+0000 mon.smithi132 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: cluster 2023-12-21T03:35:19.885882+0000 mgr.smithi132.rubyiy (mgr.14182) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.258100+0000 mon.smithi132 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: cluster 2023-12-21T03:35:20.258284+0000 mon.smithi132 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.259186+0000 mon.smithi132 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.259850+0000 mon.smithi132 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.260227+0000 mon.smithi132 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.260708+0000 mon.smithi132 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.261225+0000 mon.smithi132 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:21.551 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.268986+0000 mon.smithi132 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:21.552 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.269459+0000 mon.smithi132 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:21.552 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:21 smithi132 bash[26391]: audit 2023-12-21T03:35:20.269955+0000 mon.smithi132 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: cluster 2023-12-21T03:35:20.171106+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: cluster 2023-12-21T03:35:20.171202+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: cluster 2023-12-21T03:35:21.267138+0000 mon.smithi132 (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.184:6808/1426474191,v1:172.21.15.184:6809/1426474191] boot 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: cluster 2023-12-21T03:35:21.267196+0000 mon.smithi132 (mon.0) 362 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.267765+0000 mon.smithi132 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.268482+0000 mon.smithi132 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.272872+0000 mon.smithi132 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.273173+0000 mon.smithi132 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:22.491 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.273462+0000 mon.smithi132 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:22.492 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.273791+0000 mon.smithi132 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:22.492 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.274086+0000 mon.smithi132 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:22.492 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.526463+0000 mon.smithi132 (mon.0) 370 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:22.492 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:22 smithi132 bash[26391]: audit 2023-12-21T03:35:21.553769+0000 mon.smithi132 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: cluster 2023-12-21T03:35:20.171106+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: cluster 2023-12-21T03:35:20.171202+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: cluster 2023-12-21T03:35:21.267138+0000 mon.smithi132 (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.184:6808/1426474191,v1:172.21.15.184:6809/1426474191] boot 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: cluster 2023-12-21T03:35:21.267196+0000 mon.smithi132 (mon.0) 362 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.267765+0000 mon.smithi132 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.268482+0000 mon.smithi132 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.272872+0000 mon.smithi132 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:22.546 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.273173+0000 mon.smithi132 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:22.547 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.273462+0000 mon.smithi132 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:22.547 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.273791+0000 mon.smithi132 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:22.547 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.274086+0000 mon.smithi132 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:22.547 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.526463+0000 mon.smithi132 (mon.0) 370 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:22.547 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:22 smithi184 bash[29684]: audit 2023-12-21T03:35:21.553769+0000 mon.smithi132 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T03:35:23.548 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: cluster 2023-12-21T03:35:21.886236+0000 mgr.smithi132.rubyiy (mgr.14182) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.538758+0000 mon.smithi132 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: cluster 2023-12-21T03:35:22.538926+0000 mon.smithi132 (mon.0) 373 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.539207+0000 mon.smithi132 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.539763+0000 mon.smithi132 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.540013+0000 mon.smithi132 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.540362+0000 mon.smithi132 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.540704+0000 mon.smithi132 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.540976+0000 mon.smithi132 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:23.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:23 smithi132 bash[26391]: audit 2023-12-21T03:35:22.541264+0000 mon.smithi132 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: cluster 2023-12-21T03:35:21.886236+0000 mgr.smithi132.rubyiy (mgr.14182) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.538758+0000 mon.smithi132 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: cluster 2023-12-21T03:35:22.538926+0000 mon.smithi132 (mon.0) 373 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.539207+0000 mon.smithi132 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.539763+0000 mon.smithi132 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.540013+0000 mon.smithi132 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.540362+0000 mon.smithi132 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.540704+0000 mon.smithi132 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.540976+0000 mon.smithi132 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:23 smithi184 bash[29684]: audit 2023-12-21T03:35:22.541264+0000 mon.smithi132 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.541167+0000 mon.smithi132 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: cluster 2023-12-21T03:35:23.541311+0000 mon.smithi132 (mon.0) 382 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.541617+0000 mon.smithi132 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.542403+0000 mon.smithi132 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.543464+0000 mon.smithi132 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.543970+0000 mon.smithi132 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.544438+0000 mon.smithi132 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.544878+0000 mon.smithi132 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:23.548464+0000 mon.smithi132 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: cluster 2023-12-21T03:35:23.886679+0000 mgr.smithi132.rubyiy (mgr.14182) 64 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T03:35:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:24.392808+0000 mon.smithi184 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/3188671072,v1:172.21.15.184:6817/3188671072]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T03:35:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:24 smithi184 bash[29684]: audit 2023-12-21T03:35:24.393960+0000 mon.smithi132 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T03:35:24.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.541167+0000 mon.smithi132 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:24.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: cluster 2023-12-21T03:35:23.541311+0000 mon.smithi132 (mon.0) 382 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-21T03:35:24.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.541617+0000 mon.smithi132 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:24.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.542403+0000 mon.smithi132 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:24.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.543464+0000 mon.smithi132 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.543970+0000 mon.smithi132 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.544438+0000 mon.smithi132 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.544878+0000 mon.smithi132 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:23.548464+0000 mon.smithi132 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: cluster 2023-12-21T03:35:23.886679+0000 mgr.smithi132.rubyiy (mgr.14182) 64 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:24.392808+0000 mon.smithi184 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/3188671072,v1:172.21.15.184:6817/3188671072]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T03:35:24.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:24 smithi132 bash[26391]: audit 2023-12-21T03:35:24.393960+0000 mon.smithi132 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T03:35:25.528 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:25.566 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: cluster 2023-12-21T03:35:22.589504+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:25.566 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: cluster 2023-12-21T03:35:22.589633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:25.566 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: cluster 2023-12-21T03:35:24.543320+0000 mon.smithi132 (mon.0) 391 : cluster [INF] osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833] boot 2023-12-21T03:35:25.566 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.543437+0000 mon.smithi132 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: cluster 2023-12-21T03:35:24.543617+0000 mon.smithi132 (mon.0) 393 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.544504+0000 mon.smithi132 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.544897+0000 mon.smithi132 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.545159+0000 mon.smithi132 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.545265+0000 mon.smithi184 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/3188671072,v1:172.21.15.184:6817/3188671072]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.545366+0000 mon.smithi132 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.545617+0000 mon.smithi132 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.545829+0000 mon.smithi132 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.550243+0000 mon.smithi132 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:24.550697+0000 mon.smithi132 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T03:35:25.567 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:25 smithi184 bash[29684]: audit 2023-12-21T03:35:25.528008+0000 mon.smithi132 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.132:0/884691012' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:25.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: cluster 2023-12-21T03:35:22.589504+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:25.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: cluster 2023-12-21T03:35:22.589633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: cluster 2023-12-21T03:35:24.543320+0000 mon.smithi132 (mon.0) 391 : cluster [INF] osd.1 [v2:172.21.15.132:6802/959033833,v1:172.21.15.132:6803/959033833] boot 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.543437+0000 mon.smithi132 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: cluster 2023-12-21T03:35:24.543617+0000 mon.smithi132 (mon.0) 393 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.544504+0000 mon.smithi132 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.544897+0000 mon.smithi132 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.545159+0000 mon.smithi132 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.545265+0000 mon.smithi184 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/3188671072,v1:172.21.15.184:6817/3188671072]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.545366+0000 mon.smithi132 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.545617+0000 mon.smithi132 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.545829+0000 mon.smithi132 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.550243+0000 mon.smithi132 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:24.550697+0000 mon.smithi132 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T03:35:25.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:25 smithi132 bash[26391]: audit 2023-12-21T03:35:25.528008+0000 mon.smithi132 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.132:0/884691012' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:26.512 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1703129724,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.559125+0000 mon.smithi132 (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.559210+0000 mon.smithi132 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: cluster 2023-12-21T03:35:25.559260+0000 mon.smithi132 (mon.0) 405 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.559494+0000 mon.smithi132 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.560259+0000 mon.smithi132 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.560846+0000 mon.smithi132 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.561237+0000 mon.smithi132 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.561620+0000 mon.smithi132 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.562986+0000 mon.smithi132 (mon.0) 411 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T03:35:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.566466+0000 mon.smithi132 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:26.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.683711+0000 mon.smithi132 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:26.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.684714+0000 mon.smithi132 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T03:35:26.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: audit 2023-12-21T03:35:25.685749+0000 mon.smithi132 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:26.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: cephadm 2023-12-21T03:35:25.686495+0000 mgr.smithi132.rubyiy (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi132 2023-12-21T03:35:26.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:26 smithi184 bash[29684]: cluster 2023-12-21T03:35:25.887127+0000 mgr.smithi132.rubyiy (mgr.14182) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T03:35:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.559125+0000 mon.smithi132 (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.559210+0000 mon.smithi132 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T03:35:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: cluster 2023-12-21T03:35:25.559260+0000 mon.smithi132 (mon.0) 405 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-21T03:35:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.559494+0000 mon.smithi132 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.560259+0000 mon.smithi132 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.560846+0000 mon.smithi132 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.561237+0000 mon.smithi132 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.561620+0000 mon.smithi132 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.562986+0000 mon.smithi132 (mon.0) 411 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.566466+0000 mon.smithi132 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.683711+0000 mon.smithi132 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.684714+0000 mon.smithi132 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: audit 2023-12-21T03:35:25.685749+0000 mon.smithi132 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: cephadm 2023-12-21T03:35:25.686495+0000 mgr.smithi132.rubyiy (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi132 2023-12-21T03:35:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:26 smithi132 bash[26391]: cluster 2023-12-21T03:35:25.887127+0000 mgr.smithi132.rubyiy (mgr.14182) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T03:35:27.513 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: cluster 2023-12-21T03:35:25.349971+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: cluster 2023-12-21T03:35:25.350041+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.567436+0000 mon.smithi132 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.571366+0000 mon.smithi132 (mon.0) 417 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: cluster 2023-12-21T03:35:26.571420+0000 mon.smithi132 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.184:6816/3188671072,v1:172.21.15.184:6817/3188671072] boot 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: cluster 2023-12-21T03:35:26.571450+0000 mon.smithi132 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.572330+0000 mon.smithi132 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.572766+0000 mon.smithi132 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.573373+0000 mon.smithi132 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.573880+0000 mon.smithi132 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:27 smithi184 bash[29684]: audit 2023-12-21T03:35:26.574331+0000 mon.smithi132 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:27.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: cluster 2023-12-21T03:35:25.349971+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:27.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: cluster 2023-12-21T03:35:25.350041+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:27.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.567436+0000 mon.smithi132 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:27.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.571366+0000 mon.smithi132 (mon.0) 417 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: cluster 2023-12-21T03:35:26.571420+0000 mon.smithi132 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.184:6816/3188671072,v1:172.21.15.184:6817/3188671072] boot 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: cluster 2023-12-21T03:35:26.571450+0000 mon.smithi132 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.572330+0000 mon.smithi132 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.572766+0000 mon.smithi132 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.573373+0000 mon.smithi132 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.573880+0000 mon.smithi132 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:27.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:27 smithi132 bash[26391]: audit 2023-12-21T03:35:26.574331+0000 mon.smithi132 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: cluster 2023-12-21T03:35:27.689001+0000 mon.smithi132 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-21T03:35:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:27.689127+0000 mon.smithi132 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:27.689363+0000 mon.smithi132 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:27.689557+0000 mon.smithi132 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:27.689756+0000 mon.smithi132 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: cluster 2023-12-21T03:35:27.887567+0000 mgr.smithi132.rubyiy (mgr.14182) 67 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T03:35:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:28.250969+0000 mon.smithi184 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/2333159356,v1:172.21.15.184:6825/2333159356]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T03:35:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:28.252045+0000 mon.smithi132 (mon.0) 430 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T03:35:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:28 smithi132 bash[26391]: audit 2023-12-21T03:35:28.606958+0000 mon.smithi132 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T03:35:29.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: cluster 2023-12-21T03:35:27.689001+0000 mon.smithi132 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:27.689127+0000 mon.smithi132 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:27.689363+0000 mon.smithi132 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:27.689557+0000 mon.smithi132 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:27.689756+0000 mon.smithi132 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: cluster 2023-12-21T03:35:27.887567+0000 mgr.smithi132.rubyiy (mgr.14182) 67 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:28.250969+0000 mon.smithi184 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/2333159356,v1:172.21.15.184:6825/2333159356]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:28.252045+0000 mon.smithi132 (mon.0) 430 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T03:35:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:28 smithi184 bash[29684]: audit 2023-12-21T03:35:28.606958+0000 mon.smithi132 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T03:35:30.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.702426+0000 mon.smithi132 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T03:35:30.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.702590+0000 mon.smithi132 (mon.0) 433 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T03:35:30.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: cluster 2023-12-21T03:35:28.702728+0000 mon.smithi132 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-21T03:35:30.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.702728+0000 mon.smithi184 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/2333159356,v1:172.21.15.184:6825/2333159356]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:30.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.703014+0000 mon.smithi132 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:30.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.703980+0000 mon.smithi132 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:30.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.704504+0000 mon.smithi132 (mon.0) 437 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:30.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.705089+0000 mon.smithi132 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:30.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.705588+0000 mon.smithi132 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:30.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:29 smithi184 bash[29684]: audit 2023-12-21T03:35:28.705984+0000 mon.smithi132 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:30.147 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.702426+0000 mon.smithi132 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.702590+0000 mon.smithi132 (mon.0) 433 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: cluster 2023-12-21T03:35:28.702728+0000 mon.smithi132 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.702728+0000 mon.smithi184 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/2333159356,v1:172.21.15.184:6825/2333159356]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.703014+0000 mon.smithi132 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.703980+0000 mon.smithi132 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.704504+0000 mon.smithi132 (mon.0) 437 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.705089+0000 mon.smithi132 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.705588+0000 mon.smithi132 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:30.148 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:29 smithi132 bash[26391]: audit 2023-12-21T03:35:28.705984+0000 mon.smithi132 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.703760+0000 mon.smithi132 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.703939+0000 mon.smithi132 (mon.0) 442 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: cluster 2023-12-21T03:35:29.704058+0000 mon.smithi132 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.704732+0000 mon.smithi132 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.705290+0000 mon.smithi132 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.706355+0000 mon.smithi132 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.706856+0000 mon.smithi132 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:30.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.712559+0000 mon.smithi132 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:30.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:29.713105+0000 mon.smithi132 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:30.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: cluster 2023-12-21T03:35:29.888157+0000 mgr.smithi132.rubyiy (mgr.14182) 68 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T03:35:30.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: cluster 2023-12-21T03:35:30.186633+0000 mon.smithi132 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.184:6824/2333159356,v1:172.21.15.184:6825/2333159356] boot 2023-12-21T03:35:30.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: cluster 2023-12-21T03:35:30.186696+0000 mon.smithi132 (mon.0) 451 : cluster [INF] osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744] boot 2023-12-21T03:35:30.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: cluster 2023-12-21T03:35:30.186746+0000 mon.smithi132 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-21T03:35:30.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:30.187288+0000 mon.smithi132 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:30.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:30.188022+0000 mon.smithi132 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:30.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:30.188640+0000 mon.smithi132 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:30.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:30 smithi132 bash[26391]: audit 2023-12-21T03:35:30.189248+0000 mon.smithi132 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:31.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.703760+0000 mon.smithi132 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.703939+0000 mon.smithi132 (mon.0) 442 : audit [INF] from='osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: cluster 2023-12-21T03:35:29.704058+0000 mon.smithi132 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.704732+0000 mon.smithi132 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.705290+0000 mon.smithi132 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.706355+0000 mon.smithi132 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.706856+0000 mon.smithi132 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.712559+0000 mon.smithi132 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:29.713105+0000 mon.smithi132 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: cluster 2023-12-21T03:35:29.888157+0000 mgr.smithi132.rubyiy (mgr.14182) 68 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: cluster 2023-12-21T03:35:30.186633+0000 mon.smithi132 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.184:6824/2333159356,v1:172.21.15.184:6825/2333159356] boot 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: cluster 2023-12-21T03:35:30.186696+0000 mon.smithi132 (mon.0) 451 : cluster [INF] osd.3 [v2:172.21.15.132:6810/3101585744,v1:172.21.15.132:6811/3101585744] boot 2023-12-21T03:35:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: cluster 2023-12-21T03:35:30.186746+0000 mon.smithi132 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-21T03:35:31.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:30.187288+0000 mon.smithi132 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T03:35:31.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:30.188022+0000 mon.smithi132 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:31.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:30.188640+0000 mon.smithi132 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T03:35:31.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:30 smithi184 bash[29684]: audit 2023-12-21T03:35:30.189248+0000 mon.smithi132 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:32.485 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: cluster 2023-12-21T03:35:29.207213+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:32.485 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: cluster 2023-12-21T03:35:29.207317+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:32.485 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: cluster 2023-12-21T03:35:29.626421+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:32.485 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: cluster 2023-12-21T03:35:29.626491+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:32.486 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: cluster 2023-12-21T03:35:31.191157+0000 mon.smithi132 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-21T03:35:32.486 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: audit 2023-12-21T03:35:31.191347+0000 mon.smithi132 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:32.486 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: audit 2023-12-21T03:35:31.191717+0000 mon.smithi132 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:32.486 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: audit 2023-12-21T03:35:31.543433+0000 mon.smithi132 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:32.486 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:32 smithi132 bash[26391]: audit 2023-12-21T03:35:31.930606+0000 mon.smithi132 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: cluster 2023-12-21T03:35:29.207213+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: cluster 2023-12-21T03:35:29.207317+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: cluster 2023-12-21T03:35:29.626421+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: cluster 2023-12-21T03:35:29.626491+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: cluster 2023-12-21T03:35:31.191157+0000 mon.smithi132 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: audit 2023-12-21T03:35:31.191347+0000 mon.smithi132 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: audit 2023-12-21T03:35:31.191717+0000 mon.smithi132 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: audit 2023-12-21T03:35:31.543433+0000 mon.smithi132 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:32 smithi184 bash[29684]: audit 2023-12-21T03:35:31.930606+0000 mon.smithi132 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:33.223 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:33.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:33 smithi132 bash[26391]: cluster 2023-12-21T03:35:31.888739+0000 mgr.smithi132.rubyiy (mgr.14182) 69 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:33.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:33 smithi132 bash[26391]: cluster 2023-12-21T03:35:32.192866+0000 mon.smithi132 (mon.0) 462 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-21T03:35:33.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:33 smithi132 bash[26391]: audit 2023-12-21T03:35:32.193601+0000 mon.smithi132 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:33.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:33 smithi132 bash[26391]: audit 2023-12-21T03:35:32.193858+0000 mon.smithi132 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:33.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:33 smithi184 bash[29684]: cluster 2023-12-21T03:35:31.888739+0000 mgr.smithi132.rubyiy (mgr.14182) 69 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:33 smithi184 bash[29684]: cluster 2023-12-21T03:35:32.192866+0000 mon.smithi132 (mon.0) 462 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-21T03:35:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:33 smithi184 bash[29684]: audit 2023-12-21T03:35:32.193601+0000 mon.smithi132 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:33 smithi184 bash[29684]: audit 2023-12-21T03:35:32.193858+0000 mon.smithi132 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:33.837 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1703129730,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:34.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:34 smithi132 bash[26391]: audit 2023-12-21T03:35:33.222680+0000 mon.smithi132 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.132:0/2235200263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:34.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:34 smithi184 bash[29684]: audit 2023-12-21T03:35:33.222680+0000 mon.smithi132 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.132:0/2235200263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:34.839 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:35 smithi132 bash[26391]: cluster 2023-12-21T03:35:33.889138+0000 mgr.smithi132.rubyiy (mgr.14182) 70 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:35 smithi132 bash[26391]: audit 2023-12-21T03:35:34.763842+0000 mon.smithi132 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T03:35:35.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:35 smithi184 bash[29684]: cluster 2023-12-21T03:35:33.889138+0000 mgr.smithi132.rubyiy (mgr.14182) 70 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:35.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:35 smithi184 bash[29684]: audit 2023-12-21T03:35:34.763842+0000 mon.smithi132 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T03:35:36.448 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:36 smithi132 bash[26391]: audit 2023-12-21T03:35:35.212311+0000 mon.smithi132 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T03:35:36.448 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:36 smithi132 bash[26391]: cluster 2023-12-21T03:35:35.212495+0000 mon.smithi132 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-21T03:35:36.448 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:36 smithi132 bash[26391]: audit 2023-12-21T03:35:35.213126+0000 mon.smithi132 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:36.448 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:36 smithi132 bash[26391]: audit 2023-12-21T03:35:35.213413+0000 mon.smithi132 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:36.448 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:36 smithi132 bash[26391]: audit 2023-12-21T03:35:35.213637+0000 mon.smithi132 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:36.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:36 smithi184 bash[29684]: audit 2023-12-21T03:35:35.212311+0000 mon.smithi132 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T03:35:36.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:36 smithi184 bash[29684]: cluster 2023-12-21T03:35:35.212495+0000 mon.smithi132 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-21T03:35:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:36 smithi184 bash[29684]: audit 2023-12-21T03:35:35.213126+0000 mon.smithi132 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:36 smithi184 bash[29684]: audit 2023-12-21T03:35:35.213413+0000 mon.smithi132 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:36 smithi184 bash[29684]: audit 2023-12-21T03:35:35.213637+0000 mon.smithi132 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:37.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:37 smithi132 bash[26391]: cluster 2023-12-21T03:35:35.889713+0000 mgr.smithi132.rubyiy (mgr.14182) 71 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:37.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:37 smithi132 bash[26391]: audit 2023-12-21T03:35:36.214501+0000 mon.smithi132 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:37.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:37 smithi132 bash[26391]: cluster 2023-12-21T03:35:36.214637+0000 mon.smithi132 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-21T03:35:37.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:37 smithi132 bash[26391]: audit 2023-12-21T03:35:36.214811+0000 mon.smithi132 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:37.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:37 smithi132 bash[26391]: audit 2023-12-21T03:35:36.215911+0000 mon.smithi132 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:37.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:37 smithi132 bash[26391]: audit 2023-12-21T03:35:36.226061+0000 mon.smithi132 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:37.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:37 smithi184 bash[29684]: cluster 2023-12-21T03:35:35.889713+0000 mgr.smithi132.rubyiy (mgr.14182) 71 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:37 smithi184 bash[29684]: audit 2023-12-21T03:35:36.214501+0000 mon.smithi132 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:37 smithi184 bash[29684]: cluster 2023-12-21T03:35:36.214637+0000 mon.smithi132 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-21T03:35:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:37 smithi184 bash[29684]: audit 2023-12-21T03:35:36.214811+0000 mon.smithi132 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:37 smithi184 bash[29684]: audit 2023-12-21T03:35:36.215911+0000 mon.smithi132 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:37 smithi184 bash[29684]: audit 2023-12-21T03:35:36.226061+0000 mon.smithi132 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:38.377 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:38.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: cluster 2023-12-21T03:35:35.735113+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: cluster 2023-12-21T03:35:35.735214+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: audit 2023-12-21T03:35:37.225879+0000 mon.smithi132 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: cluster 2023-12-21T03:35:37.235705+0000 mon.smithi132 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041] boot 2023-12-21T03:35:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: cluster 2023-12-21T03:35:37.235749+0000 mon.smithi132 (mon.0) 479 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-21T03:35:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: audit 2023-12-21T03:35:37.236291+0000 mon.smithi132 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:38 smithi184 bash[29684]: audit 2023-12-21T03:35:37.236892+0000 mon.smithi132 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: cluster 2023-12-21T03:35:35.735113+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: cluster 2023-12-21T03:35:35.735214+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: audit 2023-12-21T03:35:37.225879+0000 mon.smithi132 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: cluster 2023-12-21T03:35:37.235705+0000 mon.smithi132 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.132:6818/1114944041,v1:172.21.15.132:6819/1114944041] boot 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: cluster 2023-12-21T03:35:37.235749+0000 mon.smithi132 (mon.0) 479 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: audit 2023-12-21T03:35:37.236291+0000 mon.smithi132 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T03:35:38.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:38 smithi132 bash[26391]: audit 2023-12-21T03:35:37.236892+0000 mon.smithi132 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:39.265 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1703129737,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:39.625 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:39 smithi132 bash[26391]: cluster 2023-12-21T03:35:37.890353+0000 mgr.smithi132.rubyiy (mgr.14182) 72 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:39.625 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:39 smithi132 bash[26391]: cluster 2023-12-21T03:35:38.239970+0000 mon.smithi132 (mon.0) 482 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-21T03:35:39.625 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:39 smithi132 bash[26391]: audit 2023-12-21T03:35:38.240164+0000 mon.smithi132 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:39.625 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:39 smithi132 bash[26391]: audit 2023-12-21T03:35:38.377063+0000 mon.smithi132 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.132:0/1855695632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:39.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:39 smithi184 bash[29684]: cluster 2023-12-21T03:35:37.890353+0000 mgr.smithi132.rubyiy (mgr.14182) 72 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T03:35:39.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:39 smithi184 bash[29684]: cluster 2023-12-21T03:35:38.239970+0000 mon.smithi132 (mon.0) 482 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-21T03:35:39.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:39 smithi184 bash[29684]: audit 2023-12-21T03:35:38.240164+0000 mon.smithi132 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:39.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:39 smithi184 bash[29684]: audit 2023-12-21T03:35:38.377063+0000 mon.smithi132 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.132:0/1855695632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:40.266 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T03:35:40.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:40 smithi184 bash[29684]: audit 2023-12-21T03:35:39.735937+0000 mon.smithi132 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T03:35:40.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:40 smithi132 bash[26391]: audit 2023-12-21T03:35:39.735937+0000 mon.smithi132 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T03:35:41.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:41 smithi132 bash[26391]: cluster 2023-12-21T03:35:39.890962+0000 mgr.smithi132.rubyiy (mgr.14182) 73 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T03:35:41.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:41 smithi132 bash[26391]: audit 2023-12-21T03:35:40.255520+0000 mon.smithi132 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T03:35:41.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:41 smithi132 bash[26391]: cluster 2023-12-21T03:35:40.255611+0000 mon.smithi132 (mon.0) 487 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-21T03:35:41.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:41 smithi132 bash[26391]: audit 2023-12-21T03:35:40.255909+0000 mon.smithi132 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:41.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:41 smithi132 bash[26391]: audit 2023-12-21T03:35:40.256775+0000 mon.smithi132 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:41.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:41 smithi184 bash[29684]: cluster 2023-12-21T03:35:39.890962+0000 mgr.smithi132.rubyiy (mgr.14182) 73 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T03:35:41.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:41 smithi184 bash[29684]: audit 2023-12-21T03:35:40.255520+0000 mon.smithi132 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T03:35:41.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:41 smithi184 bash[29684]: cluster 2023-12-21T03:35:40.255611+0000 mon.smithi132 (mon.0) 487 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-21T03:35:41.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:41 smithi184 bash[29684]: audit 2023-12-21T03:35:40.255909+0000 mon.smithi132 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:41.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:41 smithi184 bash[29684]: audit 2023-12-21T03:35:40.256775+0000 mon.smithi132 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-12-21T03:35:42.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:42 smithi184 bash[29684]: audit 2023-12-21T03:35:41.259413+0000 mon.smithi132 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:42.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:42 smithi184 bash[29684]: cluster 2023-12-21T03:35:41.259597+0000 mon.smithi132 (mon.0) 491 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-21T03:35:42.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:42 smithi184 bash[29684]: audit 2023-12-21T03:35:41.260322+0000 mon.smithi132 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:42.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:42 smithi184 bash[29684]: audit 2023-12-21T03:35:41.268590+0000 mon.smithi132 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:42.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:42 smithi132 bash[26391]: audit 2023-12-21T03:35:41.259413+0000 mon.smithi132 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-12-21T03:35:42.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:42 smithi132 bash[26391]: cluster 2023-12-21T03:35:41.259597+0000 mon.smithi132 (mon.0) 491 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-21T03:35:42.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:42 smithi132 bash[26391]: audit 2023-12-21T03:35:41.260322+0000 mon.smithi132 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:42.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:42 smithi132 bash[26391]: audit 2023-12-21T03:35:41.268590+0000 mon.smithi132 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:43.630 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: cluster 2023-12-21T03:35:40.761068+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:43.630 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: cluster 2023-12-21T03:35:40.761176+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:43.631 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: cluster 2023-12-21T03:35:41.891318+0000 mgr.smithi132.rubyiy (mgr.14182) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T03:35:43.631 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: audit 2023-12-21T03:35:42.264892+0000 mon.smithi132 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:43.631 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: cluster 2023-12-21T03:35:42.270959+0000 mon.smithi132 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601] boot 2023-12-21T03:35:43.631 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: cluster 2023-12-21T03:35:42.271070+0000 mon.smithi132 (mon.0) 496 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-21T03:35:43.631 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:43 smithi132 bash[26391]: audit 2023-12-21T03:35:42.272128+0000 mon.smithi132 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: cluster 2023-12-21T03:35:40.761068+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T03:35:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: cluster 2023-12-21T03:35:40.761176+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T03:35:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: cluster 2023-12-21T03:35:41.891318+0000 mgr.smithi132.rubyiy (mgr.14182) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T03:35:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: audit 2023-12-21T03:35:42.264892+0000 mon.smithi132 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: cluster 2023-12-21T03:35:42.270959+0000 mon.smithi132 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.132:6826/1270471601,v1:172.21.15.132:6827/1270471601] boot 2023-12-21T03:35:43.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: cluster 2023-12-21T03:35:42.271070+0000 mon.smithi132 (mon.0) 496 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-21T03:35:43.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:43 smithi184 bash[29684]: audit 2023-12-21T03:35:42.272128+0000 mon.smithi132 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T03:35:44.248 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:35:44.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: cluster 2023-12-21T03:35:43.289728+0000 mon.smithi132 (mon.0) 498 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: audit 2023-12-21T03:35:43.367960+0000 mon.smithi132 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: cephadm 2023-12-21T03:35:43.369417+0000 mgr.smithi132.rubyiy (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi132 (unknown last config time)... 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: audit 2023-12-21T03:35:43.369822+0000 mon.smithi132 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: audit 2023-12-21T03:35:43.370847+0000 mon.smithi132 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: audit 2023-12-21T03:35:43.372194+0000 mon.smithi132 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: cephadm 2023-12-21T03:35:43.373420+0000 mgr.smithi132.rubyiy (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi132 on smithi132 2023-12-21T03:35:44.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:44 smithi184 bash[29684]: audit 2023-12-21T03:35:44.247547+0000 mon.smithi132 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.132:0/480065887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: cluster 2023-12-21T03:35:43.289728+0000 mon.smithi132 (mon.0) 498 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: audit 2023-12-21T03:35:43.367960+0000 mon.smithi132 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: cephadm 2023-12-21T03:35:43.369417+0000 mgr.smithi132.rubyiy (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi132 (unknown last config time)... 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: audit 2023-12-21T03:35:43.369822+0000 mon.smithi132 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: audit 2023-12-21T03:35:43.370847+0000 mon.smithi132 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: audit 2023-12-21T03:35:43.372194+0000 mon.smithi132 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: cephadm 2023-12-21T03:35:43.373420+0000 mgr.smithi132.rubyiy (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi132 on smithi132 2023-12-21T03:35:44.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:44 smithi132 bash[26391]: audit 2023-12-21T03:35:44.247547+0000 mon.smithi132 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.132:0/480065887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T03:35:45.015 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1703129742,"num_in_osds":8,"osd_in_since":1703129691,"num_remapped_pgs":0} 2023-12-21T03:35:45.017 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T03:35:45.017 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T03:35:45.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:45 smithi184 bash[29684]: cluster 2023-12-21T03:35:43.891669+0000 mgr.smithi132.rubyiy (mgr.14182) 77 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:45.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:45 smithi184 bash[29684]: cluster 2023-12-21T03:35:44.290648+0000 mon.smithi132 (mon.0) 504 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-21T03:35:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:45 smithi132 bash[26391]: cluster 2023-12-21T03:35:43.891669+0000 mgr.smithi132.rubyiy (mgr.14182) 77 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:45 smithi132 bash[26391]: cluster 2023-12-21T03:35:44.290648+0000 mon.smithi132 (mon.0) 504 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-21T03:35:47.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: cluster 2023-12-21T03:35:45.892260+0000 mgr.smithi132.rubyiy (mgr.14182) 78 : cluster [DBG] pgmap v88: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: audit 2023-12-21T03:35:46.272774+0000 mon.smithi132 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: cephadm 2023-12-21T03:35:46.274136+0000 mgr.smithi132.rubyiy (mgr.14182) 79 : cephadm [INF] Reconfiguring mgr.smithi132.rubyiy (unknown last config time)... 2023-12-21T03:35:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: audit 2023-12-21T03:35:46.274705+0000 mon.smithi132 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.rubyiy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T03:35:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: audit 2023-12-21T03:35:46.276299+0000 mon.smithi132 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T03:35:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: audit 2023-12-21T03:35:46.277281+0000 mon.smithi132 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:47 smithi184 bash[29684]: cephadm 2023-12-21T03:35:46.278216+0000 mgr.smithi132.rubyiy (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi132.rubyiy on smithi132 2023-12-21T03:35:47.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: cluster 2023-12-21T03:35:45.892260+0000 mgr.smithi132.rubyiy (mgr.14182) 78 : cluster [DBG] pgmap v88: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:47.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: audit 2023-12-21T03:35:46.272774+0000 mon.smithi132 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:47.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: cephadm 2023-12-21T03:35:46.274136+0000 mgr.smithi132.rubyiy (mgr.14182) 79 : cephadm [INF] Reconfiguring mgr.smithi132.rubyiy (unknown last config time)... 2023-12-21T03:35:47.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: audit 2023-12-21T03:35:46.274705+0000 mon.smithi132 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.rubyiy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T03:35:47.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: audit 2023-12-21T03:35:46.276299+0000 mon.smithi132 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T03:35:47.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: audit 2023-12-21T03:35:46.277281+0000 mon.smithi132 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:47.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:47 smithi132 bash[26391]: cephadm 2023-12-21T03:35:46.278216+0000 mgr.smithi132.rubyiy (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi132.rubyiy on smithi132 2023-12-21T03:35:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:[client.0] 2023-12-21T03:35:49.417 INFO:teuthology.orchestra.run.smithi132.stdout: key = AQCVsoNlYe1zGBAAp0tFBPN4DPkvkMa8hOWgaQ== 2023-12-21T03:35:49.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:49 smithi184 bash[29684]: cluster 2023-12-21T03:35:47.892873+0000 mgr.smithi132.rubyiy (mgr.14182) 81 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:49.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:49 smithi184 bash[29684]: audit 2023-12-21T03:35:49.238171+0000 mon.smithi132 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:49.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:49 smithi132 bash[26391]: cluster 2023-12-21T03:35:47.892873+0000 mgr.smithi132.rubyiy (mgr.14182) 81 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:49.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:49 smithi132 bash[26391]: audit 2023-12-21T03:35:49.238171+0000 mon.smithi132 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:50.511 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T03:35:50.511 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T03:35:50.511 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T03:35:50.529 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T03:35:50.544 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:50 smithi184 bash[29684]: cephadm 2023-12-21T03:35:49.239641+0000 mgr.smithi132.rubyiy (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi132 (dependencies changed)... 2023-12-21T03:35:50.544 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:50 smithi184 bash[29684]: cephadm 2023-12-21T03:35:49.250220+0000 mgr.smithi132.rubyiy (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi132 on smithi132 2023-12-21T03:35:50.545 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:50 smithi184 bash[29684]: audit 2023-12-21T03:35:49.409896+0000 mon.smithi132 (mon.0) 510 : audit [INF] from='client.? 172.21.15.132:0/143410041' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T03:35:50.545 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:50 smithi184 bash[29684]: audit 2023-12-21T03:35:49.416289+0000 mon.smithi132 (mon.0) 511 : audit [INF] from='client.? 172.21.15.132:0/143410041' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T03:35:50.691 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:50 smithi132 bash[26391]: cephadm 2023-12-21T03:35:49.239641+0000 mgr.smithi132.rubyiy (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi132 (dependencies changed)... 2023-12-21T03:35:50.691 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:50 smithi132 bash[26391]: cephadm 2023-12-21T03:35:49.250220+0000 mgr.smithi132.rubyiy (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi132 on smithi132 2023-12-21T03:35:50.691 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:50 smithi132 bash[26391]: audit 2023-12-21T03:35:49.409896+0000 mon.smithi132 (mon.0) 510 : audit [INF] from='client.? 172.21.15.132:0/143410041' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T03:35:50.691 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:50 smithi132 bash[26391]: audit 2023-12-21T03:35:49.416289+0000 mon.smithi132 (mon.0) 511 : audit [INF] from='client.? 172.21.15.132:0/143410041' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T03:35:51.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:51 smithi184 bash[29684]: cluster 2023-12-21T03:35:49.893533+0000 mgr.smithi132.rubyiy (mgr.14182) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:51 smithi132 bash[26391]: cluster 2023-12-21T03:35:49.893533+0000 mgr.smithi132.rubyiy (mgr.14182) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:53.546 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:53 smithi132 bash[26391]: cluster 2023-12-21T03:35:51.894157+0000 mgr.smithi132.rubyiy (mgr.14182) 85 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:53.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:53 smithi184 bash[29684]: cluster 2023-12-21T03:35:51.894157+0000 mgr.smithi132.rubyiy (mgr.14182) 85 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:53.780 INFO:teuthology.orchestra.run.smithi184.stdout:[client.1] 2023-12-21T03:35:53.781 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQCZsoNlkBv9LRAAP3LVZLWtkj80uMdt0LW51g== 2023-12-21T03:35:54.423 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T03:35:54.423 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-21T03:35:54.423 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-21T03:35:54.489 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T03:35:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:54 smithi132 bash[26391]: audit 2023-12-21T03:35:53.769877+0000 mon.smithi184 (mon.1) 18 : audit [INF] from='client.? 172.21.15.184:0/994406724' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T03:35:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:54 smithi132 bash[26391]: audit 2023-12-21T03:35:53.771211+0000 mon.smithi132 (mon.0) 512 : 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 2023-12-21T03:35:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:54 smithi132 bash[26391]: audit 2023-12-21T03:35:53.779726+0000 mon.smithi132 (mon.0) 513 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T03:35:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:54 smithi132 bash[26391]: audit 2023-12-21T03:35:54.261079+0000 mon.smithi132 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:54 smithi132 bash[26391]: audit 2023-12-21T03:35:54.262969+0000 mon.smithi132 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T03:35:54.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:54 smithi132 bash[26391]: audit 2023-12-21T03:35:54.264483+0000 mon.smithi132 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:54 smithi184 bash[29684]: audit 2023-12-21T03:35:53.769877+0000 mon.smithi184 (mon.1) 18 : audit [INF] from='client.? 172.21.15.184:0/994406724' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T03:35:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:54 smithi184 bash[29684]: audit 2023-12-21T03:35:53.771211+0000 mon.smithi132 (mon.0) 512 : 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 2023-12-21T03:35:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:54 smithi184 bash[29684]: audit 2023-12-21T03:35:53.779726+0000 mon.smithi132 (mon.0) 513 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T03:35:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:54 smithi184 bash[29684]: audit 2023-12-21T03:35:54.261079+0000 mon.smithi132 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:54 smithi184 bash[29684]: audit 2023-12-21T03:35:54.262969+0000 mon.smithi132 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T03:35:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:54 smithi184 bash[29684]: audit 2023-12-21T03:35:54.264483+0000 mon.smithi132 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:35:55.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:55 smithi132 bash[26391]: cluster 2023-12-21T03:35:53.894763+0000 mgr.smithi132.rubyiy (mgr.14182) 86 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:55.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:55 smithi132 bash[26391]: cephadm 2023-12-21T03:35:54.262352+0000 mgr.smithi132.rubyiy (mgr.14182) 87 : cephadm [INF] Reconfiguring crash.smithi132 (monmap changed)... 2023-12-21T03:35:55.701 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:55 smithi132 bash[26391]: cephadm 2023-12-21T03:35:54.265684+0000 mgr.smithi132.rubyiy (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon crash.smithi132 on smithi132 2023-12-21T03:35:55.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:55 smithi184 bash[29684]: cluster 2023-12-21T03:35:53.894763+0000 mgr.smithi132.rubyiy (mgr.14182) 86 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:55.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:55 smithi184 bash[29684]: cephadm 2023-12-21T03:35:54.262352+0000 mgr.smithi132.rubyiy (mgr.14182) 87 : cephadm [INF] Reconfiguring crash.smithi132 (monmap changed)... 2023-12-21T03:35:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:55 smithi184 bash[29684]: cephadm 2023-12-21T03:35:54.265684+0000 mgr.smithi132.rubyiy (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon crash.smithi132 on smithi132 2023-12-21T03:35:57.714 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:57 smithi132 bash[26391]: cluster 2023-12-21T03:35:55.895299+0000 mgr.smithi132.rubyiy (mgr.14182) 89 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:57.715 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:57 smithi132 bash[26391]: audit 2023-12-21T03:35:56.559054+0000 mon.smithi132 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:57.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:57 smithi184 bash[29684]: cluster 2023-12-21T03:35:55.895299+0000 mgr.smithi132.rubyiy (mgr.14182) 89 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:57.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:57 smithi184 bash[29684]: audit 2023-12-21T03:35:56.559054+0000 mon.smithi132 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:35:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:58 smithi132 bash[26391]: cephadm 2023-12-21T03:35:56.560583+0000 mgr.smithi132.rubyiy (mgr.14182) 90 : cephadm [INF] Reconfiguring grafana.smithi132 (dependencies changed)... 2023-12-21T03:35:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:58 smithi132 bash[26391]: cephadm 2023-12-21T03:35:56.606369+0000 mgr.smithi132.rubyiy (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi132 on smithi132 2023-12-21T03:35:58.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:58 smithi184 bash[29684]: cephadm 2023-12-21T03:35:56.560583+0000 mgr.smithi132.rubyiy (mgr.14182) 90 : cephadm [INF] Reconfiguring grafana.smithi132 (dependencies changed)... 2023-12-21T03:35:58.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:58 smithi184 bash[29684]: cephadm 2023-12-21T03:35:56.606369+0000 mgr.smithi132.rubyiy (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi132 on smithi132 2023-12-21T03:35:59.463 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:35:59 smithi132 bash[26391]: cluster 2023-12-21T03:35:57.895901+0000 mgr.smithi132.rubyiy (mgr.14182) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:35:59.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:35:59 smithi184 bash[29684]: cluster 2023-12-21T03:35:57.895901+0000 mgr.smithi132.rubyiy (mgr.14182) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:00.516 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:01 smithi132 bash[26391]: cluster 2023-12-21T03:35:59.896558+0000 mgr.smithi132.rubyiy (mgr.14182) 93 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:01 smithi132 bash[26391]: audit 2023-12-21T03:36:01.141961+0000 mon.smithi132 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:01 smithi132 bash[26391]: audit 2023-12-21T03:36:01.143942+0000 mon.smithi132 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T03:36:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:01 smithi132 bash[26391]: audit 2023-12-21T03:36:01.145148+0000 mon.smithi132 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:01.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:01 smithi184 bash[29684]: cluster 2023-12-21T03:35:59.896558+0000 mgr.smithi132.rubyiy (mgr.14182) 93 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:01.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:01 smithi184 bash[29684]: audit 2023-12-21T03:36:01.141961+0000 mon.smithi132 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:01.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:01 smithi184 bash[29684]: audit 2023-12-21T03:36:01.143942+0000 mon.smithi132 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T03:36:01.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:01 smithi184 bash[29684]: audit 2023-12-21T03:36:01.145148+0000 mon.smithi132 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:02.632 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:02 smithi132 bash[26391]: cephadm 2023-12-21T03:36:01.143484+0000 mgr.smithi132.rubyiy (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi184 (monmap changed)... 2023-12-21T03:36:02.632 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:02 smithi132 bash[26391]: cephadm 2023-12-21T03:36:01.145976+0000 mgr.smithi132.rubyiy (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi184 on smithi184 2023-12-21T03:36:02.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:02 smithi184 bash[29684]: cephadm 2023-12-21T03:36:01.143484+0000 mgr.smithi132.rubyiy (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi184 (monmap changed)... 2023-12-21T03:36:02.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:02 smithi184 bash[29684]: cephadm 2023-12-21T03:36:01.145976+0000 mgr.smithi132.rubyiy (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi184 on smithi184 2023-12-21T03:36:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:03 smithi132 bash[26391]: cluster 2023-12-21T03:36:01.897173+0000 mgr.smithi132.rubyiy (mgr.14182) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:03 smithi132 bash[26391]: audit 2023-12-21T03:36:03.206141+0000 mon.smithi132 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:03 smithi132 bash[26391]: audit 2023-12-21T03:36:03.208374+0000 mon.smithi132 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.ezxbbq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T03:36:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:03 smithi132 bash[26391]: audit 2023-12-21T03:36:03.210317+0000 mon.smithi132 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T03:36:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:03 smithi132 bash[26391]: audit 2023-12-21T03:36:03.211970+0000 mon.smithi132 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:03.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:03 smithi184 bash[29684]: cluster 2023-12-21T03:36:01.897173+0000 mgr.smithi132.rubyiy (mgr.14182) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:03.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:03 smithi184 bash[29684]: audit 2023-12-21T03:36:03.206141+0000 mon.smithi132 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:03.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:03 smithi184 bash[29684]: audit 2023-12-21T03:36:03.208374+0000 mon.smithi132 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.ezxbbq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T03:36:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:03 smithi184 bash[29684]: audit 2023-12-21T03:36:03.210317+0000 mon.smithi132 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T03:36:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:03 smithi184 bash[29684]: audit 2023-12-21T03:36:03.211970+0000 mon.smithi132 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:04.564 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:04 smithi184 bash[29684]: cephadm 2023-12-21T03:36:03.207678+0000 mgr.smithi132.rubyiy (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi184.ezxbbq (monmap changed)... 2023-12-21T03:36:04.564 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:04 smithi184 bash[29684]: cephadm 2023-12-21T03:36:03.213318+0000 mgr.smithi132.rubyiy (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi184.ezxbbq on smithi184 2023-12-21T03:36:04.679 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:36:04.679 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":40,"fsid":"618e06f0-9fb1-11ee-95a5-87774f69a715","created":"2023-12-21T03:31:43.936236+0000","modified":"2023-12-21T03:35:44.284718+0000","last_up_change":"2023-12-21T03:35:42.263038+0000","last_in_change":"2023-12-21T03:34:51.516236+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T03:35:25.009504+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0c751e48-8e87-4ba3-8552-a9945c684954","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6801","nonce":3159462666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6803","nonce":3159462666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6807","nonce":3159462666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6805","nonce":3159462666}]},"public_addr":"172.21.15.184:6801/3159462666","cluster_addr":"172.21.15.184:6803/3159462666","heartbeat_back_addr":"172.21.15.184:6807/3159462666","heartbeat_front_addr":"172.21.15.184:6805/3159462666","state":["exists","up"]},{"osd":1,"uuid":"8480edac-5e5b-452f-91da-30b34cc9f512","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6803","nonce":959033833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6805","nonce":959033833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6809","nonce":959033833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6807","nonce":959033833}]},"public_addr":"172.21.15.132:6803/959033833","cluster_addr":"172.21.15.132:6805/959033833","heartbeat_back_addr":"172.21.15.132:6809/959033833","heartbeat_front_addr":"172.21.15.132:6807/959033833","state":["exists","up"]},{"osd":2,"uuid":"002c8c7c-b10d-46db-b0a7-bafe6aa44049","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6809","nonce":1426474191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6811","nonce":1426474191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6815","nonce":1426474191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6813","nonce":1426474191}]},"public_addr":"172.21.15.184:6809/1426474191","cluster_addr":"172.21.15.184:6811/1426474191","heartbeat_back_addr":"172.21.15.184:6815/1426474191","heartbeat_front_addr":"172.21.15.184:6813/1426474191","state":["exists","up"]},{"osd":3,"uuid":"615ea225-e98f-40fc-81ee-90654dcd9a57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6810","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6811","nonce":3101585744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6813","nonce":3101585744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6816","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6817","nonce":3101585744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6815","nonce":3101585744}]},"public_addr":"172.21.15.132:6811/3101585744","cluster_addr":"172.21.15.132:6813/3101585744","heartbeat_back_addr":"172.21.15.132:6817/3101585744","heartbeat_front_addr":"172.21.15.132:6815/3101585744","state":["exists","up"]},{"osd":4,"uuid":"ed5edc3e-e4f8-48a8-bfae-43e577d0f041","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6817","nonce":3188671072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6819","nonce":3188671072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6823","nonce":3188671072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6821","nonce":3188671072}]},"public_addr":"172.21.15.184:6817/3188671072","cluster_addr":"172.21.15.184:6819/3188671072","heartbeat_back_addr":"172.21.15.184:6823/3188671072","heartbeat_front_addr":"172.21.15.184:6821/3188671072","state":["exists","up"]},{"osd":5,"uuid":"4f79ef50-545f-4981-90e2-14e12393dccd","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.132:6818","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6819","nonce":1114944041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6821","nonce":1114944041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6824","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6825","nonce":1114944041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6823","nonce":1114944041}]},"public_addr":"172.21.15.132:6819/1114944041","cluster_addr":"172.21.15.132:6821/1114944041","heartbeat_back_addr":"172.21.15.132:6825/1114944041","heartbeat_front_addr":"172.21.15.132:6823/1114944041","state":["exists","up"]},{"osd":6,"uuid":"1317ed7b-324d-44c7-8de3-921902819032","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6825","nonce":2333159356}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6827","nonce":2333159356}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6831","nonce":2333159356}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6829","nonce":2333159356}]},"public_addr":"172.21.15.184:6825/2333159356","cluster_addr":"172.21.15.184:6827/2333159356","heartbeat_back_addr":"172.21.15.184:6831/2333159356","heartbeat_front_addr":"172.21.15.184:6829/2333159356","state":["exists","up"]},{"osd":7,"uuid":"ef45c258-b505-43c4-ae30-9ffa751e507a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6826","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6827","nonce":1270471601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6829","nonce":1270471601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6832","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6833","nonce":1270471601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6831","nonce":1270471601}]},"public_addr":"172.21.15.132:6827/1270471601","cluster_addr":"172.21.15.132:6829/1270471601","heartbeat_back_addr":"172.21.15.132:6833/1270471601","heartbeat_front_addr":"172.21.15.132:6831/1270471601","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":"2023-12-21T03:35:15.013756+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":"2023-12-21T03:35:22.589641+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":"2023-12-21T03:35:20.171207+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":"2023-12-21T03:35:29.626494+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":"2023-12-21T03:35:25.350045+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":"2023-12-21T03:35:35.735220+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":"2023-12-21T03:35:29.207322+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":"2023-12-21T03:35:40.761183+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.132:6800/1371038910":"2023-12-22T03:33:47.855994+0000","172.21.15.132:6801/2104584619":"2023-12-22T03:32:52.320662+0000","172.21.15.132:6800/2104584619":"2023-12-22T03:32:52.320662+0000","172.21.15.132:0/3686675879":"2023-12-22T03:32:52.320662+0000","172.21.15.132:0/1170941603":"2023-12-22T03:32:52.320662+0000","172.21.15.132:6801/1371038910":"2023-12-22T03:33:47.855994+0000","172.21.15.132:0/2351213701":"2023-12-22T03:33:47.855994+0000","172.21.15.132:0/692421505":"2023-12-22T03:32:11.488520+0000","172.21.15.132:0/661253583":"2023-12-22T03:32:11.488520+0000","172.21.15.132:0/3575186718":"2023-12-22T03:33:47.855994+0000","172.21.15.132:6800/3550237904":"2023-12-22T03:32:11.488520+0000","172.21.15.132:6801/3550237904":"2023-12-22T03:32:11.488520+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}} 2023-12-21T03:36:04.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:04 smithi132 bash[26391]: cephadm 2023-12-21T03:36:03.207678+0000 mgr.smithi132.rubyiy (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi184.ezxbbq (monmap changed)... 2023-12-21T03:36:04.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:04 smithi132 bash[26391]: cephadm 2023-12-21T03:36:03.213318+0000 mgr.smithi132.rubyiy (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi184.ezxbbq on smithi184 2023-12-21T03:36:05.332 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-21T03:35:25.009504+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-21T03:36:05.332 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-21T03:36:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: cluster 2023-12-21T03:36:03.897803+0000 mgr.smithi132.rubyiy (mgr.14182) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: audit 2023-12-21T03:36:04.677001+0000 mon.smithi132 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.132:0/3109757007' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: audit 2023-12-21T03:36:05.055650+0000 mon.smithi132 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: cephadm 2023-12-21T03:36:05.057311+0000 mgr.smithi132.rubyiy (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi184 (monmap changed)... 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: audit 2023-12-21T03:36:05.058008+0000 mon.smithi132 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: audit 2023-12-21T03:36:05.059845+0000 mon.smithi132 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: audit 2023-12-21T03:36:05.061579+0000 mon.smithi132 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:05.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:05 smithi132 bash[26391]: cephadm 2023-12-21T03:36:05.063123+0000 mgr.smithi132.rubyiy (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2023-12-21T03:36:05.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: cluster 2023-12-21T03:36:03.897803+0000 mgr.smithi132.rubyiy (mgr.14182) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: audit 2023-12-21T03:36:04.677001+0000 mon.smithi132 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.132:0/3109757007' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: audit 2023-12-21T03:36:05.055650+0000 mon.smithi132 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: cephadm 2023-12-21T03:36:05.057311+0000 mgr.smithi132.rubyiy (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi184 (monmap changed)... 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: audit 2023-12-21T03:36:05.058008+0000 mon.smithi132 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: audit 2023-12-21T03:36:05.059845+0000 mon.smithi132 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: audit 2023-12-21T03:36:05.061579+0000 mon.smithi132 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:05 smithi184 bash[29684]: cephadm 2023-12-21T03:36:05.063123+0000 mgr.smithi132.rubyiy (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2023-12-21T03:36:06.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:06 smithi184 bash[29684]: cluster 2023-12-21T03:36:05.898407+0000 mgr.smithi132.rubyiy (mgr.14182) 102 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:06.872 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:06 smithi132 bash[26391]: cluster 2023-12-21T03:36:05.898407+0000 mgr.smithi132.rubyiy (mgr.14182) 102 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.839405+0000 mon.smithi132 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.848793+0000 mon.smithi132 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.849732+0000 mgr.smithi132.rubyiy (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.852207+0000 mon.smithi132 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.852664+0000 mgr.smithi132.rubyiy (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.861152+0000 mon.smithi132 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.871573+0000 mon.smithi132 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.872420+0000 mgr.smithi132.rubyiy (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.883149+0000 mon.smithi132 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T03:36:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.884066+0000 mgr.smithi132.rubyiy (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.893307+0000 mon.smithi132 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.900401+0000 mon.smithi132 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.901176+0000 mgr.smithi132.rubyiy (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.911975+0000 mon.smithi132 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.912862+0000 mgr.smithi132.rubyiy (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.921317+0000 mon.smithi132 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:07 smithi184 bash[29684]: audit 2023-12-21T03:36:06.928034+0000 mon.smithi132 (mon.0) 540 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:36:08.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.839405+0000 mon.smithi132 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.848793+0000 mon.smithi132 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T03:36:08.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.849732+0000 mgr.smithi132.rubyiy (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.852207+0000 mon.smithi132 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.852664+0000 mgr.smithi132.rubyiy (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.861152+0000 mon.smithi132 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.871573+0000 mon.smithi132 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.872420+0000 mgr.smithi132.rubyiy (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.883149+0000 mon.smithi132 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.884066+0000 mgr.smithi132.rubyiy (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.893307+0000 mon.smithi132 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.900401+0000 mon.smithi132 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.901176+0000 mgr.smithi132.rubyiy (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T03:36:08.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.911975+0000 mon.smithi132 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T03:36:08.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.912862+0000 mgr.smithi132.rubyiy (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T03:36:08.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.921317+0000 mon.smithi132 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:08.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:07 smithi132 bash[26391]: audit 2023-12-21T03:36:06.928034+0000 mon.smithi132 (mon.0) 540 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:36:09.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:08 smithi184 bash[29684]: cluster 2023-12-21T03:36:07.899007+0000 mgr.smithi132.rubyiy (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:09.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:08 smithi132 bash[26391]: cluster 2023-12-21T03:36:07.899007+0000 mgr.smithi132.rubyiy (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:10.165 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:11.371 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:11 smithi132 bash[26391]: cluster 2023-12-21T03:36:09.899723+0000 mgr.smithi132.rubyiy (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:11.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:11 smithi184 bash[29684]: cluster 2023-12-21T03:36:09.899723+0000 mgr.smithi132.rubyiy (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:13.162 INFO:teuthology.orchestra.run.smithi132.stdout:pg_num: 1 2023-12-21T03:36:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:13 smithi132 bash[26391]: cluster 2023-12-21T03:36:11.900325+0000 mgr.smithi132.rubyiy (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:13 smithi132 bash[26391]: audit 2023-12-21T03:36:12.445602+0000 mon.smithi132 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:13 smithi132 bash[26391]: audit 2023-12-21T03:36:12.802689+0000 mon.smithi132 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:13 smithi132 bash[26391]: audit 2023-12-21T03:36:13.161082+0000 mon.smithi132 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.132:0/968378947' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T03:36:13.796 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T03:36:13.796 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T03:36:13.796 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T03:36:13.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:13 smithi184 bash[29684]: cluster 2023-12-21T03:36:11.900325+0000 mgr.smithi132.rubyiy (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:13.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:13 smithi184 bash[29684]: audit 2023-12-21T03:36:12.445602+0000 mon.smithi132 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:13.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:13 smithi184 bash[29684]: audit 2023-12-21T03:36:12.802689+0000 mon.smithi132 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:13.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:13 smithi184 bash[29684]: audit 2023-12-21T03:36:13.161082+0000 mon.smithi132 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.132:0/968378947' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T03:36:15.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:15 smithi132 bash[26391]: cluster 2023-12-21T03:36:13.900934+0000 mgr.smithi132.rubyiy (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:15.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:15 smithi184 bash[29684]: cluster 2023-12-21T03:36:13.900934+0000 mgr.smithi132.rubyiy (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:17.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:17 smithi132 bash[26391]: cluster 2023-12-21T03:36:15.901567+0000 mgr.smithi132.rubyiy (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:17.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:17 smithi184 bash[29684]: cluster 2023-12-21T03:36:15.901567+0000 mgr.smithi132.rubyiy (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:18.395 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:19 smithi132 bash[26391]: cluster 2023-12-21T03:36:17.902142+0000 mgr.smithi132.rubyiy (mgr.14182) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:19.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:19 smithi184 bash[29684]: cluster 2023-12-21T03:36:17.902142+0000 mgr.smithi132.rubyiy (mgr.14182) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:21.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:21 smithi132 bash[26391]: cluster 2023-12-21T03:36:19.902805+0000 mgr.smithi132.rubyiy (mgr.14182) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:21.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:21 smithi184 bash[29684]: cluster 2023-12-21T03:36:19.902805+0000 mgr.smithi132.rubyiy (mgr.14182) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:22.708 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:36:23.572 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi132.rubyiy","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":559316798},{"type":"v1","addr":"172.21.15.132:6801","nonce":559316798}]},"active_addr":"172.21.15.132:6801/559316798","active_change":"2023-12-21T03:33:47.856158+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14194,"name":"smithi184.ezxbbq","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.132:8443/","prometheus":"http://172.21.15.132: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.132:0","nonce":714758400}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.132:0","nonce":1064241076}]}]} 2023-12-21T03:36:23.576 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T03:36:23.576 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T03:36:23.576 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: cluster 2023-12-21T03:36:21.903308+0000 mgr.smithi132.rubyiy (mgr.14182) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:22.700929+0000 mon.smithi132 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.132:0/309439833' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:22.739534+0000 mon.smithi132 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:23.041309+0000 mon.smithi132 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:23.043416+0000 mon.smithi132 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:23.045343+0000 mon.smithi132 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:23.047281+0000 mon.smithi132 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:23 smithi132 bash[26391]: audit 2023-12-21T03:36:23.057087+0000 mon.smithi132 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:23.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: cluster 2023-12-21T03:36:21.903308+0000 mgr.smithi132.rubyiy (mgr.14182) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:23.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:22.700929+0000 mon.smithi132 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.132:0/309439833' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T03:36:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:22.739534+0000 mon.smithi132 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:23.041309+0000 mon.smithi132 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:23.043416+0000 mon.smithi132 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:23.045343+0000 mon.smithi132 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:23.047281+0000 mon.smithi132 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:23 smithi184 bash[29684]: audit 2023-12-21T03:36:23.057087+0000 mon.smithi132 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: cephadm 2023-12-21T03:36:22.730314+0000 mgr.smithi132.rubyiy (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi184 2023-12-21T03:36:24.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: cephadm 2023-12-21T03:36:23.048836+0000 mgr.smithi132.rubyiy (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3785M 2023-12-21T03:36:24.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: cluster 2023-12-21T03:36:23.903921+0000 mgr.smithi132.rubyiy (mgr.14182) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:24.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: cephadm 2023-12-21T03:36:23.907024+0000 mgr.smithi132.rubyiy (mgr.14182) 120 : cephadm [INF] Detected new or changed devices on smithi132 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:23.918403+0000 mon.smithi132 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.235396+0000 mon.smithi132 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.237548+0000 mon.smithi132 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.238860+0000 mon.smithi132 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.240182+0000 mon.smithi132 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.241428+0000 mon.smithi132 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: cephadm 2023-12-21T03:36:24.242496+0000 mgr.smithi132.rubyiy (mgr.14182) 121 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 3529M 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.248524+0000 mon.smithi132 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.250296+0000 mon.smithi132 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.251543+0000 mon.smithi132 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.258556+0000 mon.smithi132 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.265314+0000 mon.smithi132 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.270754+0000 mon.smithi132 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.274030+0000 mon.smithi132 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.274545+0000 mon.smithi132 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:24.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:24 smithi132 bash[26391]: audit 2023-12-21T03:36:24.275486+0000 mon.smithi132 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: cephadm 2023-12-21T03:36:22.730314+0000 mgr.smithi132.rubyiy (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi184 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: cephadm 2023-12-21T03:36:23.048836+0000 mgr.smithi132.rubyiy (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3785M 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: cluster 2023-12-21T03:36:23.903921+0000 mgr.smithi132.rubyiy (mgr.14182) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: cephadm 2023-12-21T03:36:23.907024+0000 mgr.smithi132.rubyiy (mgr.14182) 120 : cephadm [INF] Detected new or changed devices on smithi132 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:23.918403+0000 mon.smithi132 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.235396+0000 mon.smithi132 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.237548+0000 mon.smithi132 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.238860+0000 mon.smithi132 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.240182+0000 mon.smithi132 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.241428+0000 mon.smithi132 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: cephadm 2023-12-21T03:36:24.242496+0000 mgr.smithi132.rubyiy (mgr.14182) 121 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 3529M 2023-12-21T03:36:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.248524+0000 mon.smithi132 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.250296+0000 mon.smithi132 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.251543+0000 mon.smithi132 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.258556+0000 mon.smithi132 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.265314+0000 mon.smithi132 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.270754+0000 mon.smithi132 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.274030+0000 mon.smithi132 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.274545+0000 mon.smithi132 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:24 smithi184 bash[29684]: audit 2023-12-21T03:36:24.275486+0000 mon.smithi132 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:27.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:27 smithi132 bash[26391]: cluster 2023-12-21T03:36:25.904657+0000 mgr.smithi132.rubyiy (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:27.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:27 smithi184 bash[29684]: cluster 2023-12-21T03:36:25.904657+0000 mgr.smithi132.rubyiy (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:28.423 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:29.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:29 smithi132 bash[26391]: cluster 2023-12-21T03:36:27.905174+0000 mgr.smithi132.rubyiy (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:29.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:29 smithi184 bash[29684]: cluster 2023-12-21T03:36:27.905174+0000 mgr.smithi132.rubyiy (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:31.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:31 smithi184 bash[29684]: cluster 2023-12-21T03:36:29.905817+0000 mgr.smithi132.rubyiy (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:31.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:31 smithi132 bash[26391]: cluster 2023-12-21T03:36:29.905817+0000 mgr.smithi132.rubyiy (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:32.564 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:36:32.564 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":40,"fsid":"618e06f0-9fb1-11ee-95a5-87774f69a715","created":"2023-12-21T03:31:43.936236+0000","modified":"2023-12-21T03:35:44.284718+0000","last_up_change":"2023-12-21T03:35:42.263038+0000","last_in_change":"2023-12-21T03:34:51.516236+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T03:35:25.009504+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0c751e48-8e87-4ba3-8552-a9945c684954","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6801","nonce":3159462666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6803","nonce":3159462666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6807","nonce":3159462666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6805","nonce":3159462666}]},"public_addr":"172.21.15.184:6801/3159462666","cluster_addr":"172.21.15.184:6803/3159462666","heartbeat_back_addr":"172.21.15.184:6807/3159462666","heartbeat_front_addr":"172.21.15.184:6805/3159462666","state":["exists","up"]},{"osd":1,"uuid":"8480edac-5e5b-452f-91da-30b34cc9f512","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6803","nonce":959033833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6805","nonce":959033833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6809","nonce":959033833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6807","nonce":959033833}]},"public_addr":"172.21.15.132:6803/959033833","cluster_addr":"172.21.15.132:6805/959033833","heartbeat_back_addr":"172.21.15.132:6809/959033833","heartbeat_front_addr":"172.21.15.132:6807/959033833","state":["exists","up"]},{"osd":2,"uuid":"002c8c7c-b10d-46db-b0a7-bafe6aa44049","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6809","nonce":1426474191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6811","nonce":1426474191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6815","nonce":1426474191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6813","nonce":1426474191}]},"public_addr":"172.21.15.184:6809/1426474191","cluster_addr":"172.21.15.184:6811/1426474191","heartbeat_back_addr":"172.21.15.184:6815/1426474191","heartbeat_front_addr":"172.21.15.184:6813/1426474191","state":["exists","up"]},{"osd":3,"uuid":"615ea225-e98f-40fc-81ee-90654dcd9a57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6810","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6811","nonce":3101585744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6813","nonce":3101585744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6816","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6817","nonce":3101585744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6815","nonce":3101585744}]},"public_addr":"172.21.15.132:6811/3101585744","cluster_addr":"172.21.15.132:6813/3101585744","heartbeat_back_addr":"172.21.15.132:6817/3101585744","heartbeat_front_addr":"172.21.15.132:6815/3101585744","state":["exists","up"]},{"osd":4,"uuid":"ed5edc3e-e4f8-48a8-bfae-43e577d0f041","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6817","nonce":3188671072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6819","nonce":3188671072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6823","nonce":3188671072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6821","nonce":3188671072}]},"public_addr":"172.21.15.184:6817/3188671072","cluster_addr":"172.21.15.184:6819/3188671072","heartbeat_back_addr":"172.21.15.184:6823/3188671072","heartbeat_front_addr":"172.21.15.184:6821/3188671072","state":["exists","up"]},{"osd":5,"uuid":"4f79ef50-545f-4981-90e2-14e12393dccd","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.132:6818","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6819","nonce":1114944041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6821","nonce":1114944041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6824","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6825","nonce":1114944041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6823","nonce":1114944041}]},"public_addr":"172.21.15.132:6819/1114944041","cluster_addr":"172.21.15.132:6821/1114944041","heartbeat_back_addr":"172.21.15.132:6825/1114944041","heartbeat_front_addr":"172.21.15.132:6823/1114944041","state":["exists","up"]},{"osd":6,"uuid":"1317ed7b-324d-44c7-8de3-921902819032","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6825","nonce":2333159356}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6827","nonce":2333159356}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6831","nonce":2333159356}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6829","nonce":2333159356}]},"public_addr":"172.21.15.184:6825/2333159356","cluster_addr":"172.21.15.184:6827/2333159356","heartbeat_back_addr":"172.21.15.184:6831/2333159356","heartbeat_front_addr":"172.21.15.184:6829/2333159356","state":["exists","up"]},{"osd":7,"uuid":"ef45c258-b505-43c4-ae30-9ffa751e507a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6826","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6827","nonce":1270471601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6829","nonce":1270471601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6832","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6833","nonce":1270471601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6831","nonce":1270471601}]},"public_addr":"172.21.15.132:6827/1270471601","cluster_addr":"172.21.15.132:6829/1270471601","heartbeat_back_addr":"172.21.15.132:6833/1270471601","heartbeat_front_addr":"172.21.15.132:6831/1270471601","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":"2023-12-21T03:35:15.013756+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":"2023-12-21T03:35:22.589641+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":"2023-12-21T03:35:20.171207+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":"2023-12-21T03:35:29.626494+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":"2023-12-21T03:35:25.350045+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":"2023-12-21T03:35:35.735220+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":"2023-12-21T03:35:29.207322+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":"2023-12-21T03:35:40.761183+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.132:6800/1371038910":"2023-12-22T03:33:47.855994+0000","172.21.15.132:6801/2104584619":"2023-12-22T03:32:52.320662+0000","172.21.15.132:6800/2104584619":"2023-12-22T03:32:52.320662+0000","172.21.15.132:0/3686675879":"2023-12-22T03:32:52.320662+0000","172.21.15.132:0/1170941603":"2023-12-22T03:32:52.320662+0000","172.21.15.132:6801/1371038910":"2023-12-22T03:33:47.855994+0000","172.21.15.132:0/2351213701":"2023-12-22T03:33:47.855994+0000","172.21.15.132:0/692421505":"2023-12-22T03:32:11.488520+0000","172.21.15.132:0/661253583":"2023-12-22T03:32:11.488520+0000","172.21.15.132:0/3575186718":"2023-12-22T03:33:47.855994+0000","172.21.15.132:6800/3550237904":"2023-12-22T03:32:11.488520+0000","172.21.15.132:6801/3550237904":"2023-12-22T03:32:11.488520+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}} 2023-12-21T03:36:33.247 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T03:36:33.247 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T03:36:33.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:33 smithi132 bash[26391]: cluster 2023-12-21T03:36:31.906647+0000 mgr.smithi132.rubyiy (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:33.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:33 smithi132 bash[26391]: audit 2023-12-21T03:36:32.561934+0000 mon.smithi132 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.132:0/267580822' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T03:36:33.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:33 smithi184 bash[29684]: cluster 2023-12-21T03:36:31.906647+0000 mgr.smithi132.rubyiy (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:33.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:33 smithi184 bash[29684]: audit 2023-12-21T03:36:32.561934+0000 mon.smithi132 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.132:0/267580822' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T03:36:35.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:35 smithi184 bash[29684]: cluster 2023-12-21T03:36:33.907302+0000 mgr.smithi132.rubyiy (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:35.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:35 smithi132 bash[26391]: cluster 2023-12-21T03:36:33.907302+0000 mgr.smithi132.rubyiy (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:37.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:37 smithi184 bash[29684]: cluster 2023-12-21T03:36:35.908013+0000 mgr.smithi132.rubyiy (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:37 smithi132 bash[26391]: cluster 2023-12-21T03:36:35.908013+0000 mgr.smithi132.rubyiy (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:38.095 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:39 smithi184 bash[29684]: cluster 2023-12-21T03:36:37.908752+0000 mgr.smithi132.rubyiy (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:39.657 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:39 smithi132 bash[26391]: cluster 2023-12-21T03:36:37.908752+0000 mgr.smithi132.rubyiy (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:41.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:41 smithi184 bash[29684]: cluster 2023-12-21T03:36:39.909428+0000 mgr.smithi132.rubyiy (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:41.685 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:41 smithi132 bash[26391]: cluster 2023-12-21T03:36:39.909428+0000 mgr.smithi132.rubyiy (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:42.146 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:36:42.146 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":40,"fsid":"618e06f0-9fb1-11ee-95a5-87774f69a715","created":"2023-12-21T03:31:43.936236+0000","modified":"2023-12-21T03:35:44.284718+0000","last_up_change":"2023-12-21T03:35:42.263038+0000","last_in_change":"2023-12-21T03:34:51.516236+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T03:35:25.009504+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0c751e48-8e87-4ba3-8552-a9945c684954","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6801","nonce":3159462666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6803","nonce":3159462666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6807","nonce":3159462666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3159462666},{"type":"v1","addr":"172.21.15.184:6805","nonce":3159462666}]},"public_addr":"172.21.15.184:6801/3159462666","cluster_addr":"172.21.15.184:6803/3159462666","heartbeat_back_addr":"172.21.15.184:6807/3159462666","heartbeat_front_addr":"172.21.15.184:6805/3159462666","state":["exists","up"]},{"osd":1,"uuid":"8480edac-5e5b-452f-91da-30b34cc9f512","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6803","nonce":959033833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6805","nonce":959033833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6809","nonce":959033833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":959033833},{"type":"v1","addr":"172.21.15.132:6807","nonce":959033833}]},"public_addr":"172.21.15.132:6803/959033833","cluster_addr":"172.21.15.132:6805/959033833","heartbeat_back_addr":"172.21.15.132:6809/959033833","heartbeat_front_addr":"172.21.15.132:6807/959033833","state":["exists","up"]},{"osd":2,"uuid":"002c8c7c-b10d-46db-b0a7-bafe6aa44049","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6809","nonce":1426474191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6811","nonce":1426474191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6815","nonce":1426474191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":1426474191},{"type":"v1","addr":"172.21.15.184:6813","nonce":1426474191}]},"public_addr":"172.21.15.184:6809/1426474191","cluster_addr":"172.21.15.184:6811/1426474191","heartbeat_back_addr":"172.21.15.184:6815/1426474191","heartbeat_front_addr":"172.21.15.184:6813/1426474191","state":["exists","up"]},{"osd":3,"uuid":"615ea225-e98f-40fc-81ee-90654dcd9a57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6810","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6811","nonce":3101585744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6813","nonce":3101585744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6816","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6817","nonce":3101585744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":3101585744},{"type":"v1","addr":"172.21.15.132:6815","nonce":3101585744}]},"public_addr":"172.21.15.132:6811/3101585744","cluster_addr":"172.21.15.132:6813/3101585744","heartbeat_back_addr":"172.21.15.132:6817/3101585744","heartbeat_front_addr":"172.21.15.132:6815/3101585744","state":["exists","up"]},{"osd":4,"uuid":"ed5edc3e-e4f8-48a8-bfae-43e577d0f041","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6817","nonce":3188671072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6819","nonce":3188671072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6823","nonce":3188671072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3188671072},{"type":"v1","addr":"172.21.15.184:6821","nonce":3188671072}]},"public_addr":"172.21.15.184:6817/3188671072","cluster_addr":"172.21.15.184:6819/3188671072","heartbeat_back_addr":"172.21.15.184:6823/3188671072","heartbeat_front_addr":"172.21.15.184:6821/3188671072","state":["exists","up"]},{"osd":5,"uuid":"4f79ef50-545f-4981-90e2-14e12393dccd","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.132:6818","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6819","nonce":1114944041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6821","nonce":1114944041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6824","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6825","nonce":1114944041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":1114944041},{"type":"v1","addr":"172.21.15.132:6823","nonce":1114944041}]},"public_addr":"172.21.15.132:6819/1114944041","cluster_addr":"172.21.15.132:6821/1114944041","heartbeat_back_addr":"172.21.15.132:6825/1114944041","heartbeat_front_addr":"172.21.15.132:6823/1114944041","state":["exists","up"]},{"osd":6,"uuid":"1317ed7b-324d-44c7-8de3-921902819032","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6825","nonce":2333159356}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6827","nonce":2333159356}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6831","nonce":2333159356}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2333159356},{"type":"v1","addr":"172.21.15.184:6829","nonce":2333159356}]},"public_addr":"172.21.15.184:6825/2333159356","cluster_addr":"172.21.15.184:6827/2333159356","heartbeat_back_addr":"172.21.15.184:6831/2333159356","heartbeat_front_addr":"172.21.15.184:6829/2333159356","state":["exists","up"]},{"osd":7,"uuid":"ef45c258-b505-43c4-ae30-9ffa751e507a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6826","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6827","nonce":1270471601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6829","nonce":1270471601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6832","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6833","nonce":1270471601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":1270471601},{"type":"v1","addr":"172.21.15.132:6831","nonce":1270471601}]},"public_addr":"172.21.15.132:6827/1270471601","cluster_addr":"172.21.15.132:6829/1270471601","heartbeat_back_addr":"172.21.15.132:6833/1270471601","heartbeat_front_addr":"172.21.15.132:6831/1270471601","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":"2023-12-21T03:35:15.013756+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":"2023-12-21T03:35:22.589641+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":"2023-12-21T03:35:20.171207+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":"2023-12-21T03:35:29.626494+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":"2023-12-21T03:35:25.350045+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":"2023-12-21T03:35:35.735220+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":"2023-12-21T03:35:29.207322+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":"2023-12-21T03:35:40.761183+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.132:6800/1371038910":"2023-12-22T03:33:47.855994+0000","172.21.15.132:6801/2104584619":"2023-12-22T03:32:52.320662+0000","172.21.15.132:6800/2104584619":"2023-12-22T03:32:52.320662+0000","172.21.15.132:0/3686675879":"2023-12-22T03:32:52.320662+0000","172.21.15.132:0/1170941603":"2023-12-22T03:32:52.320662+0000","172.21.15.132:6801/1371038910":"2023-12-22T03:33:47.855994+0000","172.21.15.132:0/2351213701":"2023-12-22T03:33:47.855994+0000","172.21.15.132:0/692421505":"2023-12-22T03:32:11.488520+0000","172.21.15.132:0/661253583":"2023-12-22T03:32:11.488520+0000","172.21.15.132:0/3575186718":"2023-12-22T03:33:47.855994+0000","172.21.15.132:6800/3550237904":"2023-12-22T03:32:11.488520+0000","172.21.15.132:6801/3550237904":"2023-12-22T03:32:11.488520+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}} 2023-12-21T03:36:42.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:42 smithi132 bash[26391]: audit 2023-12-21T03:36:42.144996+0000 mon.smithi132 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.132:0/2779894330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T03:36:42.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:42 smithi184 bash[29684]: audit 2023-12-21T03:36:42.144996+0000 mon.smithi132 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.132:0/2779894330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T03:36:43.086 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T03:36:43.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:43 smithi132 bash[26391]: cluster 2023-12-21T03:36:41.909987+0000 mgr.smithi132.rubyiy (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:43 smithi184 bash[29684]: cluster 2023-12-21T03:36:41.909987+0000 mgr.smithi132.rubyiy (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:45.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:45 smithi184 bash[29684]: cluster 2023-12-21T03:36:43.910612+0000 mgr.smithi132.rubyiy (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:45 smithi132 bash[26391]: cluster 2023-12-21T03:36:43.910612+0000 mgr.smithi132.rubyiy (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:47.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:47 smithi184 bash[29684]: cluster 2023-12-21T03:36:45.911090+0000 mgr.smithi132.rubyiy (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:47.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:47 smithi132 bash[26391]: cluster 2023-12-21T03:36:45.911090+0000 mgr.smithi132.rubyiy (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:47.942 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:49.530 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:49 smithi132 bash[26391]: cluster 2023-12-21T03:36:47.911652+0000 mgr.smithi132.rubyiy (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:49.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:49 smithi184 bash[29684]: cluster 2023-12-21T03:36:47.911652+0000 mgr.smithi132.rubyiy (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:51 smithi132 bash[26391]: cluster 2023-12-21T03:36:49.912395+0000 mgr.smithi132.rubyiy (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:51 smithi132 bash[26391]: audit 2023-12-21T03:36:50.444656+0000 mon.smithi132 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:51.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:51 smithi184 bash[29684]: cluster 2023-12-21T03:36:49.912395+0000 mgr.smithi132.rubyiy (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:51.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:51 smithi184 bash[29684]: audit 2023-12-21T03:36:50.444656+0000 mon.smithi132 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:52.395 INFO:teuthology.orchestra.run.smithi132.stdout:68719476758 2023-12-21T03:36:52.395 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T03:36:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:53 smithi132 bash[26391]: cluster 2023-12-21T03:36:51.912915+0000 mgr.smithi132.rubyiy (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:53 smithi132 bash[26391]: audit 2023-12-21T03:36:52.954707+0000 mon.smithi132 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:53 smithi132 bash[26391]: audit 2023-12-21T03:36:52.958901+0000 mon.smithi132 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:36:53.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:53 smithi184 bash[29684]: cluster 2023-12-21T03:36:51.912915+0000 mgr.smithi132.rubyiy (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:53.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:53 smithi184 bash[29684]: audit 2023-12-21T03:36:52.954707+0000 mon.smithi132 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:53.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:53 smithi184 bash[29684]: audit 2023-12-21T03:36:52.958901+0000 mon.smithi132 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:36:55.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:55 smithi132 bash[26391]: cluster 2023-12-21T03:36:53.913537+0000 mgr.smithi132.rubyiy (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:55.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:55 smithi184 bash[29684]: cluster 2023-12-21T03:36:53.913537+0000 mgr.smithi132.rubyiy (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:57.238 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:36:57.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:57 smithi132 bash[26391]: cluster 2023-12-21T03:36:55.914146+0000 mgr.smithi132.rubyiy (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:57.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:57 smithi184 bash[29684]: cluster 2023-12-21T03:36:55.914146+0000 mgr.smithi132.rubyiy (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: cluster 2023-12-21T03:36:57.914616+0000 mgr.smithi132.rubyiy (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: audit 2023-12-21T03:36:58.572412+0000 mon.smithi132 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: audit 2023-12-21T03:36:58.809629+0000 mon.smithi132 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: audit 2023-12-21T03:36:58.811264+0000 mon.smithi132 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: audit 2023-12-21T03:36:58.812781+0000 mon.smithi132 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: audit 2023-12-21T03:36:58.820986+0000 mon.smithi132 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:36:59 smithi132 bash[26391]: audit 2023-12-21T03:36:58.828062+0000 mon.smithi132 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:36:59.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: cluster 2023-12-21T03:36:57.914616+0000 mgr.smithi132.rubyiy (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:36:59.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: audit 2023-12-21T03:36:58.572412+0000 mon.smithi132 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:59.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: audit 2023-12-21T03:36:58.809629+0000 mon.smithi132 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: audit 2023-12-21T03:36:58.811264+0000 mon.smithi132 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:36:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: audit 2023-12-21T03:36:58.812781+0000 mon.smithi132 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:36:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: audit 2023-12-21T03:36:58.820986+0000 mon.smithi132 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:36:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:36:59 smithi184 bash[29684]: audit 2023-12-21T03:36:58.828062+0000 mon.smithi132 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:37:00.739 INFO:teuthology.orchestra.run.smithi132.stdout:98784247830 2023-12-21T03:37:00.740 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T03:37:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:01 smithi132 bash[26391]: cluster 2023-12-21T03:36:59.915054+0000 mgr.smithi132.rubyiy (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:01.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:01 smithi184 bash[29684]: cluster 2023-12-21T03:36:59.915054+0000 mgr.smithi132.rubyiy (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:03 smithi132 bash[26391]: cluster 2023-12-21T03:37:01.915659+0000 mgr.smithi132.rubyiy (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:03.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:03 smithi184 bash[29684]: cluster 2023-12-21T03:37:01.915659+0000 mgr.smithi132.rubyiy (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:05.570 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:05.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:05 smithi184 bash[29684]: cluster 2023-12-21T03:37:03.916306+0000 mgr.smithi132.rubyiy (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:05 smithi132 bash[26391]: cluster 2023-12-21T03:37:03.916306+0000 mgr.smithi132.rubyiy (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:06.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:06 smithi132 bash[26391]: cluster 2023-12-21T03:37:05.916935+0000 mgr.smithi132.rubyiy (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:06.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:06 smithi184 bash[29684]: cluster 2023-12-21T03:37:05.916935+0000 mgr.smithi132.rubyiy (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:09.092 INFO:teuthology.orchestra.run.smithi132.stdout:85899345945 2023-12-21T03:37:09.093 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T03:37:09.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:08 smithi132 bash[26391]: cluster 2023-12-21T03:37:07.917467+0000 mgr.smithi132.rubyiy (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:09.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:08 smithi184 bash[29684]: cluster 2023-12-21T03:37:07.917467+0000 mgr.smithi132.rubyiy (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:11.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:11 smithi184 bash[29684]: cluster 2023-12-21T03:37:09.918063+0000 mgr.smithi132.rubyiy (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:11.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:11 smithi132 bash[26391]: cluster 2023-12-21T03:37:09.918063+0000 mgr.smithi132.rubyiy (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:13.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:13 smithi132 bash[26391]: cluster 2023-12-21T03:37:11.918596+0000 mgr.smithi132.rubyiy (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:13.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:13 smithi184 bash[29684]: cluster 2023-12-21T03:37:11.918596+0000 mgr.smithi132.rubyiy (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:13.936 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:15 smithi132 bash[26391]: cluster 2023-12-21T03:37:13.919305+0000 mgr.smithi132.rubyiy (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:15.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:15 smithi184 bash[29684]: cluster 2023-12-21T03:37:13.919305+0000 mgr.smithi132.rubyiy (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:17.375 INFO:teuthology.orchestra.run.smithi132.stdout:124554051607 2023-12-21T03:37:17.376 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T03:37:17.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:17 smithi184 bash[29684]: cluster 2023-12-21T03:37:15.919949+0000 mgr.smithi132.rubyiy (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:17.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:17 smithi132 bash[26391]: cluster 2023-12-21T03:37:15.919949+0000 mgr.smithi132.rubyiy (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:19.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:19 smithi184 bash[29684]: cluster 2023-12-21T03:37:17.920654+0000 mgr.smithi132.rubyiy (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:19 smithi132 bash[26391]: cluster 2023-12-21T03:37:17.920654+0000 mgr.smithi132.rubyiy (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:21.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:21 smithi184 bash[29684]: cluster 2023-12-21T03:37:19.921429+0000 mgr.smithi132.rubyiy (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:21.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:21 smithi132 bash[26391]: cluster 2023-12-21T03:37:19.921429+0000 mgr.smithi132.rubyiy (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:22.213 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:23.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:23 smithi132 bash[26391]: cluster 2023-12-21T03:37:21.922066+0000 mgr.smithi132.rubyiy (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:23.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:23 smithi184 bash[29684]: cluster 2023-12-21T03:37:21.922066+0000 mgr.smithi132.rubyiy (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:25.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:25 smithi132 bash[26391]: cluster 2023-12-21T03:37:23.922669+0000 mgr.smithi132.rubyiy (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:25.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:25 smithi184 bash[29684]: cluster 2023-12-21T03:37:23.922669+0000 mgr.smithi132.rubyiy (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:25.782 INFO:teuthology.orchestra.run.smithi132.stdout:107374182427 2023-12-21T03:37:25.783 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T03:37:27.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:27 smithi184 bash[29684]: cluster 2023-12-21T03:37:25.923255+0000 mgr.smithi132.rubyiy (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:27.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:27 smithi132 bash[26391]: cluster 2023-12-21T03:37:25.923255+0000 mgr.smithi132.rubyiy (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:29.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:29 smithi184 bash[29684]: cluster 2023-12-21T03:37:27.923832+0000 mgr.smithi132.rubyiy (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:29 smithi132 bash[26391]: cluster 2023-12-21T03:37:27.923832+0000 mgr.smithi132.rubyiy (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:30.630 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:31.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:31 smithi132 bash[26391]: cluster 2023-12-21T03:37:29.924425+0000 mgr.smithi132.rubyiy (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:31.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:31 smithi184 bash[29684]: cluster 2023-12-21T03:37:29.924425+0000 mgr.smithi132.rubyiy (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:33.544 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:33 smithi132 bash[26391]: cluster 2023-12-21T03:37:31.925093+0000 mgr.smithi132.rubyiy (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:33.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:33 smithi184 bash[29684]: cluster 2023-12-21T03:37:31.925093+0000 mgr.smithi132.rubyiy (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:34.129 INFO:teuthology.orchestra.run.smithi132.stdout:146028888090 2023-12-21T03:37:34.130 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T03:37:35.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:35 smithi184 bash[29684]: cluster 2023-12-21T03:37:33.925682+0000 mgr.smithi132.rubyiy (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:35.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:35 smithi132 bash[26391]: cluster 2023-12-21T03:37:33.925682+0000 mgr.smithi132.rubyiy (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:37.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:37 smithi184 bash[29684]: cluster 2023-12-21T03:37:35.926267+0000 mgr.smithi132.rubyiy (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:37 smithi132 bash[26391]: cluster 2023-12-21T03:37:35.926267+0000 mgr.smithi132.rubyiy (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:38.974 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:39.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:39 smithi184 bash[29684]: cluster 2023-12-21T03:37:37.926879+0000 mgr.smithi132.rubyiy (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:39 smithi132 bash[26391]: cluster 2023-12-21T03:37:37.926879+0000 mgr.smithi132.rubyiy (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:41.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:41 smithi184 bash[29684]: cluster 2023-12-21T03:37:39.927326+0000 mgr.smithi132.rubyiy (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:41.666 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:41 smithi132 bash[26391]: cluster 2023-12-21T03:37:39.927326+0000 mgr.smithi132.rubyiy (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:42.556 INFO:teuthology.orchestra.run.smithi132.stdout:124554051613 2023-12-21T03:37:42.557 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T03:37:43.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:43 smithi184 bash[29684]: cluster 2023-12-21T03:37:41.927876+0000 mgr.smithi132.rubyiy (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:43.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:43 smithi132 bash[26391]: cluster 2023-12-21T03:37:41.927876+0000 mgr.smithi132.rubyiy (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:45.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:45 smithi184 bash[29684]: cluster 2023-12-21T03:37:43.928510+0000 mgr.smithi132.rubyiy (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:45 smithi132 bash[26391]: cluster 2023-12-21T03:37:43.928510+0000 mgr.smithi132.rubyiy (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:47.400 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:47.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:47 smithi184 bash[29684]: cluster 2023-12-21T03:37:45.929130+0000 mgr.smithi132.rubyiy (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:47.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:47 smithi132 bash[26391]: cluster 2023-12-21T03:37:45.929130+0000 mgr.smithi132.rubyiy (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:49.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:49 smithi184 bash[29684]: cluster 2023-12-21T03:37:47.929692+0000 mgr.smithi132.rubyiy (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:49 smithi132 bash[26391]: cluster 2023-12-21T03:37:47.929692+0000 mgr.smithi132.rubyiy (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:50.973 INFO:teuthology.orchestra.run.smithi132.stdout:163208757276 2023-12-21T03:37:50.974 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T03:37:51.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:51 smithi184 bash[29684]: cluster 2023-12-21T03:37:49.930287+0000 mgr.smithi132.rubyiy (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:51.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:51 smithi132 bash[26391]: cluster 2023-12-21T03:37:49.930287+0000 mgr.smithi132.rubyiy (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:53.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:53 smithi184 bash[29684]: cluster 2023-12-21T03:37:51.930883+0000 mgr.smithi132.rubyiy (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:53.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:53 smithi132 bash[26391]: cluster 2023-12-21T03:37:51.930883+0000 mgr.smithi132.rubyiy (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:55.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:55 smithi184 bash[29684]: cluster 2023-12-21T03:37:53.931484+0000 mgr.smithi132.rubyiy (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:55 smithi132 bash[26391]: cluster 2023-12-21T03:37:53.931484+0000 mgr.smithi132.rubyiy (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:55.808 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:37:57.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:57 smithi184 bash[29684]: cluster 2023-12-21T03:37:55.932097+0000 mgr.smithi132.rubyiy (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:57 smithi132 bash[26391]: cluster 2023-12-21T03:37:55.932097+0000 mgr.smithi132.rubyiy (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:59.045 INFO:teuthology.orchestra.run.smithi132.stdout:68719476772 2023-12-21T03:37:59.432 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:59 smithi132 bash[26391]: cluster 2023-12-21T03:37:57.932700+0000 mgr.smithi132.rubyiy (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:59.432 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:59 smithi132 bash[26391]: audit 2023-12-21T03:37:58.836776+0000 mon.smithi132 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:37:59.432 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:37:59 smithi132 bash[26391]: audit 2023-12-21T03:37:59.045099+0000 mon.smithi132 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.132:0/965868554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T03:37:59.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:59 smithi184 bash[29684]: cluster 2023-12-21T03:37:57.932700+0000 mgr.smithi132.rubyiy (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:37:59.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:59 smithi184 bash[29684]: audit 2023-12-21T03:37:58.836776+0000 mon.smithi132 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:37:59.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:37:59 smithi184 bash[29684]: audit 2023-12-21T03:37:59.045099+0000 mon.smithi132 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.132:0/965868554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T03:37:59.653 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476772 for osd.0 2023-12-21T03:37:59.653 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T03:38:01.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:01 smithi184 bash[29684]: cluster 2023-12-21T03:37:59.933307+0000 mgr.smithi132.rubyiy (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:01 smithi132 bash[26391]: cluster 2023-12-21T03:37:59.933307+0000 mgr.smithi132.rubyiy (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:03.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:03 smithi184 bash[29684]: cluster 2023-12-21T03:38:01.933906+0000 mgr.smithi132.rubyiy (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:03.666 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:03.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:03 smithi132 bash[26391]: cluster 2023-12-21T03:38:01.933906+0000 mgr.smithi132.rubyiy (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:05.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: cluster 2023-12-21T03:38:03.934554+0000 mgr.smithi132.rubyiy (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: audit 2023-12-21T03:38:04.669167+0000 mon.smithi132 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:38:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: audit 2023-12-21T03:38:05.022486+0000 mon.smithi132 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:38:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: audit 2023-12-21T03:38:05.306170+0000 mon.smithi132 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:38:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: audit 2023-12-21T03:38:05.307710+0000 mon.smithi132 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:38:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: audit 2023-12-21T03:38:05.315535+0000 mon.smithi132 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:38:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:05 smithi184 bash[29684]: audit 2023-12-21T03:38:05.321846+0000 mon.smithi132 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: cluster 2023-12-21T03:38:03.934554+0000 mgr.smithi132.rubyiy (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: audit 2023-12-21T03:38:04.669167+0000 mon.smithi132 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: audit 2023-12-21T03:38:05.022486+0000 mon.smithi132 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: audit 2023-12-21T03:38:05.306170+0000 mon.smithi132 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: audit 2023-12-21T03:38:05.307710+0000 mon.smithi132 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: audit 2023-12-21T03:38:05.315535+0000 mon.smithi132 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:38:05.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:05 smithi132 bash[26391]: audit 2023-12-21T03:38:05.321846+0000 mon.smithi132 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:38:06.899 INFO:teuthology.orchestra.run.smithi132.stdout:98784247843 2023-12-21T03:38:07.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247830 got 98784247843 for osd.1 2023-12-21T03:38:07.528 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T03:38:07.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:07 smithi184 bash[29684]: cluster 2023-12-21T03:38:05.935082+0000 mgr.smithi132.rubyiy (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:07.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:07 smithi184 bash[29684]: audit 2023-12-21T03:38:06.898782+0000 mon.smithi132 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.132:0/3984650110' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T03:38:07.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:07 smithi132 bash[26391]: cluster 2023-12-21T03:38:05.935082+0000 mgr.smithi132.rubyiy (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:07.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:07 smithi132 bash[26391]: audit 2023-12-21T03:38:06.898782+0000 mon.smithi132 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.132:0/3984650110' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T03:38:09.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:09 smithi184 bash[29684]: cluster 2023-12-21T03:38:07.935665+0000 mgr.smithi132.rubyiy (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:09 smithi132 bash[26391]: cluster 2023-12-21T03:38:07.935665+0000 mgr.smithi132.rubyiy (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:11.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:11 smithi184 bash[29684]: cluster 2023-12-21T03:38:09.936323+0000 mgr.smithi132.rubyiy (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:11.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:11 smithi132 bash[26391]: cluster 2023-12-21T03:38:09.936323+0000 mgr.smithi132.rubyiy (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:12.376 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:13.524 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:13 smithi132 bash[26391]: cluster 2023-12-21T03:38:11.936988+0000 mgr.smithi132.rubyiy (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:13.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:13 smithi184 bash[29684]: cluster 2023-12-21T03:38:11.936988+0000 mgr.smithi132.rubyiy (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:15.253 INFO:teuthology.orchestra.run.smithi132.stdout:85899345958 2023-12-21T03:38:15.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:15 smithi184 bash[29684]: cluster 2023-12-21T03:38:13.937633+0000 mgr.smithi132.rubyiy (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:15.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:15 smithi184 bash[29684]: audit 2023-12-21T03:38:15.252957+0000 mon.smithi132 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.132:0/1956927358' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T03:38:15.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:15 smithi132 bash[26391]: cluster 2023-12-21T03:38:13.937633+0000 mgr.smithi132.rubyiy (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:15.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:15 smithi132 bash[26391]: audit 2023-12-21T03:38:15.252957+0000 mon.smithi132 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.132:0/1956927358' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T03:38:15.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2023-12-21T03:38:15.827 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T03:38:17.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:17 smithi184 bash[29684]: cluster 2023-12-21T03:38:15.938286+0000 mgr.smithi132.rubyiy (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:17.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:17 smithi132 bash[26391]: cluster 2023-12-21T03:38:15.938286+0000 mgr.smithi132.rubyiy (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:19 smithi132 bash[26391]: cluster 2023-12-21T03:38:17.938890+0000 mgr.smithi132.rubyiy (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:19 smithi184 bash[29684]: cluster 2023-12-21T03:38:17.938890+0000 mgr.smithi132.rubyiy (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:20.665 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:21.690 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:21 smithi132 bash[26391]: cluster 2023-12-21T03:38:19.939487+0000 mgr.smithi132.rubyiy (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:21.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:21 smithi184 bash[29684]: cluster 2023-12-21T03:38:19.939487+0000 mgr.smithi132.rubyiy (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:23.657 INFO:teuthology.orchestra.run.smithi132.stdout:124554051620 2023-12-21T03:38:23.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:23 smithi132 bash[26391]: cluster 2023-12-21T03:38:21.940118+0000 mgr.smithi132.rubyiy (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:23.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:23 smithi184 bash[29684]: cluster 2023-12-21T03:38:21.940118+0000 mgr.smithi132.rubyiy (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:24.266 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051607 got 124554051620 for osd.3 2023-12-21T03:38:24.266 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T03:38:24.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:24 smithi132 bash[26391]: audit 2023-12-21T03:38:23.656865+0000 mon.smithi132 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.132:0/261816880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T03:38:24.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:24 smithi184 bash[29684]: audit 2023-12-21T03:38:23.656865+0000 mon.smithi132 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.132:0/261816880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T03:38:25.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:25 smithi132 bash[26391]: cluster 2023-12-21T03:38:23.940699+0000 mgr.smithi132.rubyiy (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:25.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:25 smithi184 bash[29684]: cluster 2023-12-21T03:38:23.940699+0000 mgr.smithi132.rubyiy (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:27.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:27 smithi132 bash[26391]: cluster 2023-12-21T03:38:25.941233+0000 mgr.smithi132.rubyiy (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:27.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:27 smithi184 bash[29684]: cluster 2023-12-21T03:38:25.941233+0000 mgr.smithi132.rubyiy (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:29.100 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:29 smithi132 bash[26391]: cluster 2023-12-21T03:38:27.941773+0000 mgr.smithi132.rubyiy (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:29.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:29 smithi184 bash[29684]: cluster 2023-12-21T03:38:27.941773+0000 mgr.smithi132.rubyiy (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:31.707 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:31 smithi132 bash[26391]: cluster 2023-12-21T03:38:29.942458+0000 mgr.smithi132.rubyiy (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:31.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:31 smithi184 bash[29684]: cluster 2023-12-21T03:38:29.942458+0000 mgr.smithi132.rubyiy (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:32.141 INFO:teuthology.orchestra.run.smithi132.stdout:107374182440 2023-12-21T03:38:32.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:32 smithi132 bash[26391]: audit 2023-12-21T03:38:32.140529+0000 mon.smithi132 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.132:0/2537957418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T03:38:32.726 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182427 got 107374182440 for osd.4 2023-12-21T03:38:32.726 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T03:38:32.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:32 smithi184 bash[29684]: audit 2023-12-21T03:38:32.140529+0000 mon.smithi132 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.132:0/2537957418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T03:38:33.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:33 smithi132 bash[26391]: cluster 2023-12-21T03:38:31.942985+0000 mgr.smithi132.rubyiy (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:33.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:33 smithi184 bash[29684]: cluster 2023-12-21T03:38:31.942985+0000 mgr.smithi132.rubyiy (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:35.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:35 smithi132 bash[26391]: cluster 2023-12-21T03:38:33.943583+0000 mgr.smithi132.rubyiy (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:35.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:35 smithi184 bash[29684]: cluster 2023-12-21T03:38:33.943583+0000 mgr.smithi132.rubyiy (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:37.576 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:37 smithi132 bash[26391]: cluster 2023-12-21T03:38:35.944182+0000 mgr.smithi132.rubyiy (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:37.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:37 smithi184 bash[29684]: cluster 2023-12-21T03:38:35.944182+0000 mgr.smithi132.rubyiy (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:39 smithi132 bash[26391]: cluster 2023-12-21T03:38:37.944740+0000 mgr.smithi132.rubyiy (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:39.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:39 smithi184 bash[29684]: cluster 2023-12-21T03:38:37.944740+0000 mgr.smithi132.rubyiy (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:40.606 INFO:teuthology.orchestra.run.smithi132.stdout:146028888103 2023-12-21T03:38:41.194 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888090 got 146028888103 for osd.5 2023-12-21T03:38:41.194 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T03:38:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:41 smithi132 bash[26391]: cluster 2023-12-21T03:38:39.945474+0000 mgr.smithi132.rubyiy (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:41 smithi132 bash[26391]: audit 2023-12-21T03:38:40.605908+0000 mon.smithi132 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.132:0/2241241874' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T03:38:41.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:41 smithi184 bash[29684]: cluster 2023-12-21T03:38:39.945474+0000 mgr.smithi132.rubyiy (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:41 smithi184 bash[29684]: audit 2023-12-21T03:38:40.605908+0000 mon.smithi132 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.132:0/2241241874' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T03:38:43.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:43 smithi132 bash[26391]: cluster 2023-12-21T03:38:41.946056+0000 mgr.smithi132.rubyiy (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:43 smithi184 bash[29684]: cluster 2023-12-21T03:38:41.946056+0000 mgr.smithi132.rubyiy (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:45 smithi132 bash[26391]: cluster 2023-12-21T03:38:43.946700+0000 mgr.smithi132.rubyiy (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:45.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:45 smithi184 bash[29684]: cluster 2023-12-21T03:38:43.946700+0000 mgr.smithi132.rubyiy (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:46.040 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:47.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:47 smithi184 bash[29684]: cluster 2023-12-21T03:38:45.947374+0000 mgr.smithi132.rubyiy (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:47.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:47 smithi132 bash[26391]: cluster 2023-12-21T03:38:45.947374+0000 mgr.smithi132.rubyiy (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:49.179 INFO:teuthology.orchestra.run.smithi132.stdout:124554051626 2023-12-21T03:38:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:49 smithi132 bash[26391]: cluster 2023-12-21T03:38:47.947988+0000 mgr.smithi132.rubyiy (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:49 smithi132 bash[26391]: audit 2023-12-21T03:38:49.178923+0000 mon.smithi132 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.132:0/3775302575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T03:38:49.754 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051626 for osd.6 2023-12-21T03:38:49.797 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T03:38:49.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:49 smithi184 bash[29684]: cluster 2023-12-21T03:38:47.947988+0000 mgr.smithi132.rubyiy (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:49 smithi184 bash[29684]: audit 2023-12-21T03:38:49.178923+0000 mon.smithi132 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.132:0/3775302575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T03:38:51.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:51 smithi184 bash[29684]: cluster 2023-12-21T03:38:49.948567+0000 mgr.smithi132.rubyiy (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:51 smithi132 bash[26391]: cluster 2023-12-21T03:38:49.948567+0000 mgr.smithi132.rubyiy (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:53.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:53 smithi184 bash[29684]: cluster 2023-12-21T03:38:51.949150+0000 mgr.smithi132.rubyiy (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:53.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:53 smithi132 bash[26391]: cluster 2023-12-21T03:38:51.949150+0000 mgr.smithi132.rubyiy (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:54.634 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:38:55.787 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:55 smithi132 bash[26391]: cluster 2023-12-21T03:38:53.949779+0000 mgr.smithi132.rubyiy (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:55 smithi184 bash[29684]: cluster 2023-12-21T03:38:53.949779+0000 mgr.smithi132.rubyiy (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:57.598 INFO:teuthology.orchestra.run.smithi132.stdout:163208757289 2023-12-21T03:38:57.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:57 smithi184 bash[29684]: cluster 2023-12-21T03:38:55.950475+0000 mgr.smithi132.rubyiy (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:57.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:57 smithi132 bash[26391]: cluster 2023-12-21T03:38:55.950475+0000 mgr.smithi132.rubyiy (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:58.245 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757276 got 163208757289 for osd.7 2023-12-21T03:38:58.245 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T03:38:58.245 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T03:38:58.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:58 smithi184 bash[29684]: audit 2023-12-21T03:38:57.598343+0000 mon.smithi132 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.132:0/185243343' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T03:38:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:38:58 smithi184 bash[29684]: cluster 2023-12-21T03:38:57.951060+0000 mgr.smithi132.rubyiy (mgr.14182) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:38:58.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:58 smithi132 bash[26391]: audit 2023-12-21T03:38:57.598343+0000 mon.smithi132 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.132:0/185243343' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T03:38:58.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:38:58 smithi132 bash[26391]: cluster 2023-12-21T03:38:57.951060+0000 mgr.smithi132.rubyiy (mgr.14182) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:01.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:01 smithi184 bash[29684]: cluster 2023-12-21T03:38:59.951677+0000 mgr.smithi132.rubyiy (mgr.14182) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:01 smithi132 bash[26391]: cluster 2023-12-21T03:38:59.951677+0000 mgr.smithi132.rubyiy (mgr.14182) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:03.084 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:39:03.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:03 smithi184 bash[29684]: cluster 2023-12-21T03:39:01.952280+0000 mgr.smithi132.rubyiy (mgr.14182) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:03 smithi132 bash[26391]: cluster 2023-12-21T03:39:01.952280+0000 mgr.smithi132.rubyiy (mgr.14182) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:05 smithi184 bash[29684]: cluster 2023-12-21T03:39:03.952889+0000 mgr.smithi132.rubyiy (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:05.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:05 smithi132 bash[26391]: cluster 2023-12-21T03:39:03.952889+0000 mgr.smithi132.rubyiy (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:06.253 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:39:06.255 INFO:teuthology.orchestra.run.smithi132.stderr:dumped all 2023-12-21T03:39:06.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:06 smithi184 bash[29684]: audit 2023-12-21T03:39:05.333332+0000 mon.smithi132 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:39:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:06 smithi132 bash[26391]: audit 2023-12-21T03:39:05.333332+0000 mon.smithi132 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:39:06.884 INFO:teuthology.orchestra.run.smithi132.stdout:{"pg_ready":true,"pg_map":{"version":188,"stamp":"2023-12-21T03:39:05.953176+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1237176,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2023-12-21T03:35:44.755106+0000","last_change":"2023-12-21T03:35:44.755106+0000","last_active":"2023-12-21T03:35:44.755106+0000","last_peered":"2023-12-21T03:35:44.755106+0000","last_clean":"2023-12-21T03:35:44.755106+0000","last_became_active":"2023-12-21T03:35:44.754199+0000","last_became_peered":"2023-12-21T03:35:44.754199+0000","last_unstale":"2023-12-21T03:35:44.755106+0000","last_undegraded":"2023-12-21T03:35:44.755106+0000","last_fullsized":"2023-12-21T03:35:44.755106+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T03:35:25.546848+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T03:35:25.546848+0000","last_clean_scrub_stamp":"2023-12-21T03:35:25.546848+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.88700000000000001,"15min":0.89900000000000002},"min":{"1min":0.67600000000000005,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.1200000000000001,"5min":1.254,"15min":1.254},"last":1.0760000000000001},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.90100000000000002,"15min":0.88900000000000001},"min":{"1min":0.69599999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.85299999999999998}]},{"osd":1,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.80200000000000005,"15min":0.80700000000000005},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.96499999999999997,"5min":1.9530000000000001,"15min":1.9530000000000001},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.85399999999999998,"15min":0.85799999999999998},"min":{"1min":0.51000000000000001,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.2210000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.64000000000000001}]},{"osd":2,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.85999999999999999,"15min":0.85499999999999998},"min":{"1min":0.67900000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.95299999999999996,"15min":0.98099999999999998},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.042,"5min":2.4870000000000001,"15min":2.4870000000000001},"last":0.92500000000000004}]},{"osd":3,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.94199999999999995,"15min":0.94399999999999995},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2110000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.96499999999999997,"15min":0.98299999999999998},"min":{"1min":0.56200000000000006,"5min":0.498,"15min":0.498},"max":{"1min":1.2290000000000001,"5min":2.6509999999999998,"15min":2.6509999999999998},"last":0.89800000000000002}]},{"osd":4,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.0389999999999999,"15min":1.0369999999999999},"min":{"1min":0.81999999999999995,"5min":0.752,"15min":0.752},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0589999999999999,"15min":1.079},"min":{"1min":0.77200000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.171,"5min":2.7040000000000002,"15min":2.7040000000000002},"last":1.0469999999999999}]},{"osd":5,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.0840000000000001,"15min":1.0980000000000001},"min":{"1min":0.73799999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3080000000000001,"5min":2.6200000000000001,"15min":2.6200000000000001},"last":1.1639999999999999},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.121},"min":{"1min":0.752,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.3380000000000001,"5min":1.75,"15min":1.75},"last":1.1399999999999999}]},{"osd":6,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.177,"15min":1.1719999999999999},"min":{"1min":0.84499999999999997,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.4279999999999999,"5min":1.766,"15min":1.766},"last":1.2509999999999999},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.1679999999999999,"15min":1.1659999999999999},"min":{"1min":0.89200000000000002,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.5129999999999999,"5min":1.667,"15min":1.667},"last":1.3080000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888108,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.80300000000000005,"15min":0.79500000000000004},"min":{"1min":0.54800000000000004,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.78900000000000003,"15min":0.76800000000000002},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.0089999999999999}]},{"osd":1,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.70099999999999996,"15min":0.68500000000000005},"min":{"1min":0.47299999999999998,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.74299999999999999,"15min":0.69999999999999996},"min":{"1min":0.57799999999999996,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":0.59099999999999997}]},{"osd":2,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.92100000000000004,"15min":0.92300000000000004},"min":{"1min":0.69599999999999995,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.88,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.234,"5min":1.266,"15min":1.266},"last":0.84499999999999997}]},{"osd":3,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.83999999999999997,"15min":0.81100000000000005},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.153,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.95199999999999996,"15min":0.93600000000000005},"min":{"1min":0.66800000000000004,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.92500000000000004}]},{"osd":4,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.0309999999999999,"15min":1.036},"min":{"1min":0.80300000000000005,"5min":0.752,"15min":0.752},"max":{"1min":1.1220000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0549999999999999,"15min":1.0389999999999999},"min":{"1min":0.88600000000000001,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.3260000000000001,"5min":1.542,"15min":1.542},"last":1.0600000000000001}]},{"osd":6,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.0349999999999999,"15min":0.98799999999999999},"min":{"1min":0.73499999999999999,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.391,"5min":3.3889999999999998,"15min":3.3889999999999998},"last":1.262},{"interface":"front","average":{"1min":1.109,"5min":1.115,"15min":1.0740000000000001},"min":{"1min":0.85899999999999999,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.353,"5min":3.3559999999999999,"15min":3.3559999999999999},"last":1.145}]},{"osd":7,"last update":"Thu Dec 21 03:38:46 2023","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.034,"15min":0.99299999999999999},"min":{"1min":0.63800000000000001,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.357,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.093,"5min":1.02,"15min":0.96399999999999997},"min":{"1min":0.747,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.3460000000000001,"5min":1.357,"15min":1.357},"last":1.089}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:26 2023","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.55500000000000005,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.70999999999999996,"15min":0.70399999999999996},"min":{"1min":0.58499999999999996,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.171,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.69499999999999995}]},{"osd":1,"last update":"Thu Dec 21 03:38:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.85799999999999998,"15min":0.83799999999999997},"min":{"1min":0.72199999999999998,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.1080000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.91200000000000003,"15min":0.89100000000000001},"min":{"1min":0.73099999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.88700000000000001}]},{"osd":3,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.69699999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.131,"5min":1.212,"15min":1.212},"last":1.149},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0289999999999999,"15min":1.0129999999999999},"min":{"1min":0.85299999999999998,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.96699999999999997}]},{"osd":4,"last update":"Thu Dec 21 03:38:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.93500000000000005,"15min":0.92100000000000004},"min":{"1min":0.71399999999999997,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4239999999999999,"5min":1.496,"15min":1.496},"last":1.179},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.93899999999999995,"15min":0.93799999999999994},"min":{"1min":0.61499999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.1459999999999999,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":1.2170000000000001}]},{"osd":5,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.99299999999999999},"min":{"1min":0.752,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.212,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":0.81399999999999995},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.081,"15min":1.0629999999999999},"min":{"1min":0.879,"5min":0.83099999999999996,"15min":0.83099999999999996},"max":{"1min":1.349,"5min":1.748,"15min":1.748},"last":1.105}]},{"osd":6,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.95799999999999996,"15min":0.94899999999999995},"min":{"1min":0.80100000000000005,"5min":0.378,"15min":0.378},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.90700000000000003},{"interface":"front","average":{"1min":1.054,"5min":1.0349999999999999,"15min":1.044},"min":{"1min":0.85999999999999999,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.319,"5min":1.591,"15min":1.591},"last":1.022}]},{"osd":7,"last update":"Thu Dec 21 03:38:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0880000000000001,"15min":1.0820000000000001},"min":{"1min":0.84799999999999998,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.083},{"interface":"front","average":{"1min":1.214,"5min":1.1779999999999999,"15min":1.1579999999999999},"min":{"1min":1.0820000000000001,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.395,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.2350000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.84799999999999998,"15min":0.82799999999999996},"min":{"1min":0.625,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.85199999999999998,"15min":0.83599999999999997},"min":{"1min":0.64000000000000001,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1859999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.92000000000000004}]},{"osd":2,"last update":"Thu Dec 21 03:38:33 2023","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.76600000000000001,"15min":0.77400000000000002},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.0469999999999999,"5min":1.099,"15min":1.099},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.81899999999999995,"15min":0.80100000000000005},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.74099999999999999}]},{"osd":3,"last update":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.70899999999999996,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.284,"5min":1.294,"15min":1.294},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.85399999999999998,"15min":0.85999999999999999},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.129,"5min":1.274,"15min":1.274},"last":0.95499999999999996}]},{"osd":4,"last update":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.92400000000000004,"15min":0.91500000000000004},"min":{"1min":0.76000000000000001,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.1890000000000001,"5min":1.204,"15min":1.204},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.91000000000000003,"15min":0.90400000000000003},"min":{"1min":0.71599999999999997,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.1850000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.78800000000000003}]},{"osd":5,"last update":"Thu Dec 21 03:38:42 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.97899999999999998,"15min":0.97799999999999998},"min":{"1min":0.84499999999999997,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.224,"5min":1.387,"15min":1.387},"last":0.876},{"interface":"front","average":{"1min":0.995,"5min":1.042,"15min":1.044},"min":{"1min":0.66600000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.28,"5min":1.365,"15min":1.365},"last":0.96899999999999997}]},{"osd":6,"last update":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0669999999999999,"15min":1.073},"min":{"1min":0.72599999999999998,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3460000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.097,"15min":1.089},"min":{"1min":0.82799999999999996,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.3620000000000001,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.2350000000000001}]},{"osd":7,"last update":"Thu Dec 21 03:38:47 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.093,"15min":1.099},"min":{"1min":0.88,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.3240000000000001,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.079},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.194,"15min":1.194},"min":{"1min":0.91100000000000003,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.401,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.169}]}]},{"osd":1,"up_from":23,"seq":98784247855,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:30 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.876,"15min":0.878},"min":{"1min":0.61399999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.028,"5min":1.714,"15min":1.714},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.84099999999999997,"15min":0.81899999999999995},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.0629999999999999,"5min":1.21,"15min":1.21},"last":1.3069999999999999}]},{"osd":2,"last update":"Thu Dec 21 03:38:30 2023","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.86299999999999999,"15min":0.86299999999999999},"min":{"1min":0.66900000000000004,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.101,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.755},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.90100000000000002,"15min":0.89700000000000002},"min":{"1min":0.68600000000000005,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.244,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.78500000000000003}]},{"osd":3,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.83599999999999997,"15min":0.81200000000000006},"min":{"1min":0.54100000000000004,"5min":0.443,"15min":0.443},"max":{"1min":1.2609999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.3240000000000001},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.81899999999999995,"15min":0.80200000000000005},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.1830000000000001,"5min":1.897,"15min":1.897},"last":1.0089999999999999}]},{"osd":4,"last update":"Thu Dec 21 03:38:30 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.98699999999999999,"15min":0.998},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.21,"5min":1.651,"15min":1.651},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.04,"5min":1.056,"15min":1.0449999999999999},"min":{"1min":0.72299999999999998,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.1739999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":0.92300000000000004}]},{"osd":5,"last update":"Thu Dec 21 03:38:41 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.90600000000000003,"15min":0.90400000000000003},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1200000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.3779999999999999},{"interface":"front","average":{"1min":0.94899999999999995,"5min":1.083,"15min":1.0920000000000001},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.2909999999999999,"5min":2.3879999999999999,"15min":2.3879999999999999},"last":1.2749999999999999}]},{"osd":6,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.145,"15min":1.143},"min":{"1min":0.871,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.4079999999999999,"5min":1.823,"15min":1.823},"last":1.1839999999999999},{"interface":"front","average":{"1min":1.081,"5min":1.109,"15min":1.105},"min":{"1min":0.88200000000000001,"5min":0.746,"15min":0.746},"max":{"1min":1.3819999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.248}]},{"osd":7,"last update":"Thu Dec 21 03:38:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.155,"15min":1.147},"min":{"1min":0.82399999999999995,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.4370000000000001,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":1.091},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.1339999999999999,"15min":1.1200000000000001},"min":{"1min":0.84099999999999997,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3460000000000001,"5min":2.1110000000000002,"15min":2.1110000000000002},"last":1.1459999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.69799999999999995,"15min":0.69099999999999995},"min":{"1min":0.53500000000000003,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.77100000000000002,"15min":0.77500000000000002},"min":{"1min":0.61299999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.95599999999999996}]},{"osd":1,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.96699999999999997,"15min":0.95899999999999996},"min":{"1min":0.78900000000000003,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2769999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.95799999999999996,"15min":0.96999999999999997},"min":{"1min":0.70299999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.105,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.82999999999999996}]},{"osd":2,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.91400000000000003,"15min":0.91600000000000004},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3500000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.871,"15min":0.877},"min":{"1min":0.629,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.68600000000000005}]},{"osd":3,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.97599999999999998,"15min":0.96499999999999997},"min":{"1min":0.82199999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.25,"5min":1.417,"15min":1.417},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.92100000000000004,"15min":0.91900000000000004},"min":{"1min":0.73199999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":1.0469999999999999}]},{"osd":5,"last update":"Thu Dec 21 03:38:48 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.048,"15min":1.024},"min":{"1min":0.83499999999999996,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.073,"5min":1.0780000000000001,"15min":1.0760000000000001},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.097}]},{"osd":6,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.1020000000000001,"15min":1.107},"min":{"1min":0.751,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.458,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.1319999999999999},{"interface":"front","average":{"1min":1.081,"5min":1.093,"15min":1.103},"min":{"1min":0.80900000000000005,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.3979999999999999,"5min":1.522,"15min":1.522},"last":1.1830000000000001}]},{"osd":7,"last update":"Thu Dec 21 03:38:48 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.1000000000000001,"15min":1.083},"min":{"1min":0.85399999999999998,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.53},{"interface":"front","average":{"1min":1.256,"5min":1.2190000000000001,"15min":1.2110000000000001},"min":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.173}]}]},{"osd":3,"up_from":29,"seq":124554051629,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":154052,"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":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.89300000000000002,"15min":0.91800000000000004},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.2729999999999999,"5min":1.706,"15min":1.706},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.83299999999999996,"15min":0.85199999999999998},"min":{"1min":0.60599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.0029999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":0.996}]},{"osd":1,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.71899999999999997,"15min":0.69799999999999995},"min":{"1min":0.50800000000000001,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.2210000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.746,"15min":0.72599999999999998},"min":{"1min":0.53500000000000003,"5min":0.434,"15min":0.434},"max":{"1min":1.347,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.0580000000000001}]},{"osd":2,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.94699999999999995,"15min":0.96499999999999997},"min":{"1min":0.60599999999999998,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.397,"5min":1.782,"15min":1.782},"last":1.1419999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.93100000000000005,"15min":0.93700000000000006},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2330000000000001,"5min":1.365,"15min":1.365},"last":0.92600000000000005}]},{"osd":4,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.93700000000000006,"15min":0.92900000000000005},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.232,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.83899999999999997},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0509999999999999,"15min":1.0580000000000001},"min":{"1min":0.751,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.4430000000000001,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":1.24}]},{"osd":5,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.89500000000000002,"15min":0.88500000000000001},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.165,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.755},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.93400000000000005,"15min":0.92000000000000004},"min":{"1min":0.73699999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.1779999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.0289999999999999}]},{"osd":6,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0620000000000001,"15min":1.0660000000000001},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2529999999999999,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.085},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.075,"15min":1.073},"min":{"1min":0.81000000000000005,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.2929999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.97599999999999998}]},{"osd":7,"last update":"Thu Dec 21 03:38:52 2023","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.0600000000000001,"15min":1.052},"min":{"1min":0.72999999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.399,"5min":1.627,"15min":1.627},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.159,"5min":1.1140000000000001,"15min":1.1060000000000001},"min":{"1min":0.68100000000000005,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.4410000000000001,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.2070000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.747,"5min":0.79000000000000004,"15min":0.80600000000000005},"min":{"1min":0.503,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1839999999999999,"5min":1.25,"15min":1.25},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.82299999999999995,"15min":0.84599999999999997},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.71499999999999997}]},{"osd":1,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.86199999999999999},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.1220000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.93500000000000005,"15min":0.94899999999999995},"min":{"1min":0.68600000000000005,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.119,"5min":1.206,"15min":1.206},"last":0.86299999999999999}]},{"osd":2,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.86899999999999999,"15min":0.88400000000000001},"min":{"1min":0.65300000000000002,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.204,"5min":1.296,"15min":1.296},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.83799999999999997,"15min":0.82899999999999996},"min":{"1min":0.627,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.073,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.1519999999999999}]},{"osd":3,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.90800000000000003,"15min":0.91600000000000004},"min":{"1min":0.69499999999999995,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1990000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.754},{"interface":"front","average":{"1min":1.018,"5min":1.0389999999999999,"15min":1.038},"min":{"1min":0.80800000000000005,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.359,"5min":1.397,"15min":1.397},"last":0.95399999999999996}]},{"osd":4,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.93600000000000005,"15min":0.92000000000000004},"min":{"1min":0.78300000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1659999999999999,"5min":1.325,"15min":1.325},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.999,"5min":1.022,"15min":1.03},"min":{"1min":0.81499999999999995,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.206,"5min":1.45,"15min":1.45},"last":1.1180000000000001}]},{"osd":5,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.115,"15min":1.101},"min":{"1min":0.82599999999999996,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.647,"5min":1.647,"15min":1.647},"last":0.90800000000000003},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.1379999999999999,"15min":1.147},"min":{"1min":0.88800000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.5,"5min":1.746,"15min":1.746},"last":1.2170000000000001}]},{"osd":7,"last update":"Thu Dec 21 03:38:51 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.1830000000000001,"15min":1.181},"min":{"1min":0.93400000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"max":{"1min":1.4590000000000001,"5min":1.748,"15min":1.748},"last":1.276},{"interface":"front","average":{"1min":1.141,"5min":1.198,"15min":1.208},"min":{"1min":0.98399999999999999,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.409,"5min":1.9510000000000001,"15min":1.9510000000000001},"last":1.1859999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T03:39:06.885 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T03:39:07.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:07 smithi184 bash[29684]: cluster 2023-12-21T03:39:05.953427+0000 mgr.smithi132.rubyiy (mgr.14182) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:07.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:07 smithi184 bash[29684]: audit 2023-12-21T03:39:06.245639+0000 mgr.smithi132.rubyiy (mgr.14182) 203 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:39:07.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:07 smithi132 bash[26391]: cluster 2023-12-21T03:39:05.953427+0000 mgr.smithi132.rubyiy (mgr.14182) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:07.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:07 smithi132 bash[26391]: audit 2023-12-21T03:39:06.245639+0000 mgr.smithi132.rubyiy (mgr.14182) 203 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:39:09.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:09 smithi184 bash[29684]: cluster 2023-12-21T03:39:07.953963+0000 mgr.smithi132.rubyiy (mgr.14182) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:09 smithi132 bash[26391]: cluster 2023-12-21T03:39:07.953963+0000 mgr.smithi132.rubyiy (mgr.14182) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:11.462 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:39:11.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:11 smithi184 bash[29684]: cluster 2023-12-21T03:39:09.954648+0000 mgr.smithi132.rubyiy (mgr.14182) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:11.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:11 smithi184 bash[29684]: audit 2023-12-21T03:39:11.159800+0000 mon.smithi132 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:11.731 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:11 smithi132 bash[26391]: cluster 2023-12-21T03:39:09.954648+0000 mgr.smithi132.rubyiy (mgr.14182) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:11.731 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:11 smithi132 bash[26391]: audit 2023-12-21T03:39:11.159800+0000 mon.smithi132 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:12.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:12 smithi132 bash[26391]: audit 2023-12-21T03:39:11.609292+0000 mon.smithi132 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:12.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:12 smithi132 bash[26391]: audit 2023-12-21T03:39:11.897644+0000 mon.smithi132 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:39:12.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:12 smithi132 bash[26391]: audit 2023-12-21T03:39:11.898967+0000 mon.smithi132 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:39:12.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:12 smithi132 bash[26391]: audit 2023-12-21T03:39:11.905701+0000 mon.smithi132 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:12.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:12 smithi132 bash[26391]: audit 2023-12-21T03:39:11.911764+0000 mon.smithi132 (mon.0) 598 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:39:12.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:12 smithi132 bash[26391]: cluster 2023-12-21T03:39:11.955072+0000 mgr.smithi132.rubyiy (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:12 smithi184 bash[29684]: audit 2023-12-21T03:39:11.609292+0000 mon.smithi132 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:12 smithi184 bash[29684]: audit 2023-12-21T03:39:11.897644+0000 mon.smithi132 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:39:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:12 smithi184 bash[29684]: audit 2023-12-21T03:39:11.898967+0000 mon.smithi132 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:39:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:12 smithi184 bash[29684]: audit 2023-12-21T03:39:11.905701+0000 mon.smithi132 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:12 smithi184 bash[29684]: audit 2023-12-21T03:39:11.911764+0000 mon.smithi132 (mon.0) 598 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:39:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:12 smithi184 bash[29684]: cluster 2023-12-21T03:39:11.955072+0000 mgr.smithi132.rubyiy (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:14.603 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:39:14.605 INFO:teuthology.orchestra.run.smithi132.stderr:dumped all 2023-12-21T03:39:15.239 INFO:teuthology.orchestra.run.smithi132.stdout:{"pg_ready":true,"pg_map":{"version":192,"stamp":"2023-12-21T03:39:13.955243+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1237176,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2023-12-21T03:35:44.755106+0000","last_change":"2023-12-21T03:35:44.755106+0000","last_active":"2023-12-21T03:35:44.755106+0000","last_peered":"2023-12-21T03:35:44.755106+0000","last_clean":"2023-12-21T03:35:44.755106+0000","last_became_active":"2023-12-21T03:35:44.754199+0000","last_became_peered":"2023-12-21T03:35:44.754199+0000","last_unstale":"2023-12-21T03:35:44.755106+0000","last_undegraded":"2023-12-21T03:35:44.755106+0000","last_fullsized":"2023-12-21T03:35:44.755106+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T03:35:25.546848+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T03:35:25.546848+0000","last_clean_scrub_stamp":"2023-12-21T03:35:25.546848+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757293,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.88700000000000001,"15min":0.89900000000000002},"min":{"1min":0.67600000000000005,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.1200000000000001,"5min":1.254,"15min":1.254},"last":1.2210000000000001},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.90100000000000002,"15min":0.88900000000000001},"min":{"1min":0.69599999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":1.008}]},{"osd":1,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.80200000000000005,"15min":0.80700000000000005},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.96499999999999997,"5min":1.9530000000000001,"15min":1.9530000000000001},"last":1.046},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.85399999999999998,"15min":0.85799999999999998},"min":{"1min":0.51000000000000001,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.2210000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.2509999999999999}]},{"osd":2,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.85999999999999999,"15min":0.85499999999999998},"min":{"1min":0.67900000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.95299999999999996,"15min":0.98099999999999998},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.042,"5min":2.4870000000000001,"15min":2.4870000000000001},"last":1.153}]},{"osd":3,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.94199999999999995,"15min":0.94399999999999995},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2110000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.3819999999999999},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.96499999999999997,"15min":0.98299999999999998},"min":{"1min":0.56200000000000006,"5min":0.498,"15min":0.498},"max":{"1min":1.2290000000000001,"5min":2.6509999999999998,"15min":2.6509999999999998},"last":1.4450000000000001}]},{"osd":4,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.0389999999999999,"15min":1.0369999999999999},"min":{"1min":0.81999999999999995,"5min":0.752,"15min":0.752},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.3600000000000001},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0589999999999999,"15min":1.079},"min":{"1min":0.77200000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.171,"5min":2.7040000000000002,"15min":2.7040000000000002},"last":1.403}]},{"osd":5,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.0840000000000001,"15min":1.0980000000000001},"min":{"1min":0.73799999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3080000000000001,"5min":2.6200000000000001,"15min":2.6200000000000001},"last":1.286},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.121},"min":{"1min":0.752,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.3380000000000001,"5min":1.75,"15min":1.75},"last":1.472}]},{"osd":6,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.177,"15min":1.1719999999999999},"min":{"1min":0.84499999999999997,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.4279999999999999,"5min":1.766,"15min":1.766},"last":1.5349999999999999},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.1679999999999999,"15min":1.1659999999999999},"min":{"1min":0.89200000000000002,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.5129999999999999,"5min":1.667,"15min":1.667},"last":1.579}]}]},{"osd":5,"up_from":34,"seq":146028888110,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.80300000000000005,"15min":0.79500000000000004},"min":{"1min":0.54800000000000004,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.78900000000000003,"15min":0.76800000000000002},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.81299999999999994}]},{"osd":1,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.70099999999999996,"15min":0.68500000000000005},"min":{"1min":0.47299999999999998,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.74299999999999999,"15min":0.69999999999999996},"min":{"1min":0.57799999999999996,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":0.85999999999999999}]},{"osd":2,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.92100000000000004,"15min":0.92300000000000004},"min":{"1min":0.69599999999999995,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.88,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.234,"5min":1.266,"15min":1.266},"last":1.087}]},{"osd":3,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.83999999999999997,"15min":0.81100000000000005},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.153,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.0149999999999999},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.95199999999999996,"15min":0.93600000000000005},"min":{"1min":0.66800000000000004,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":1.1970000000000001}]},{"osd":4,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.0309999999999999,"15min":1.036},"min":{"1min":0.80300000000000005,"5min":0.752,"15min":0.752},"max":{"1min":1.1220000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.97199999999999998},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0549999999999999,"15min":1.0389999999999999},"min":{"1min":0.88600000000000001,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.3260000000000001,"5min":1.542,"15min":1.542},"last":1.135}]},{"osd":6,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.0349999999999999,"15min":0.98799999999999999},"min":{"1min":0.73499999999999999,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.391,"5min":3.3889999999999998,"15min":3.3889999999999998},"last":1.167},{"interface":"front","average":{"1min":1.109,"5min":1.115,"15min":1.0740000000000001},"min":{"1min":0.85899999999999999,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.353,"5min":3.3559999999999999,"15min":3.3559999999999999},"last":1.1120000000000001}]},{"osd":7,"last update":"Thu Dec 21 03:38:46 2023","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.034,"15min":0.99299999999999999},"min":{"1min":0.63800000000000001,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.357,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.244},{"interface":"front","average":{"1min":1.093,"5min":1.02,"15min":0.96399999999999997},"min":{"1min":0.747,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.3460000000000001,"5min":1.357,"15min":1.357},"last":1.2849999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:26 2023","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.55500000000000005,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.70999999999999996,"15min":0.70399999999999996},"min":{"1min":0.58499999999999996,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.171,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.68999999999999995}]},{"osd":1,"last update":"Thu Dec 21 03:38:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.85799999999999998,"15min":0.83799999999999997},"min":{"1min":0.72199999999999998,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.1080000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.93100000000000005},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.91200000000000003,"15min":0.89100000000000001},"min":{"1min":0.73099999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.0549999999999999}]},{"osd":3,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.69699999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.131,"5min":1.212,"15min":1.212},"last":0.77100000000000002},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0289999999999999,"15min":1.0129999999999999},"min":{"1min":0.85299999999999998,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.95099999999999996}]},{"osd":4,"last update":"Thu Dec 21 03:38:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.93500000000000005,"15min":0.92100000000000004},"min":{"1min":0.71399999999999997,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4239999999999999,"5min":1.496,"15min":1.496},"last":1.1339999999999999},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.93899999999999995,"15min":0.93799999999999994},"min":{"1min":0.61499999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.1459999999999999,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.89600000000000002}]},{"osd":5,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.99299999999999999},"min":{"1min":0.752,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.212,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":1.026},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.081,"15min":1.0629999999999999},"min":{"1min":0.879,"5min":0.83099999999999996,"15min":0.83099999999999996},"max":{"1min":1.349,"5min":1.748,"15min":1.748},"last":1.1890000000000001}]},{"osd":6,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.95799999999999996,"15min":0.94899999999999995},"min":{"1min":0.80100000000000005,"5min":0.378,"15min":0.378},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.054,"5min":1.0349999999999999,"15min":1.044},"min":{"1min":0.85999999999999999,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.319,"5min":1.591,"15min":1.591},"last":1.109}]},{"osd":7,"last update":"Thu Dec 21 03:38:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0880000000000001,"15min":1.0820000000000001},"min":{"1min":0.84799999999999998,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.087},{"interface":"front","average":{"1min":1.214,"5min":1.1779999999999999,"15min":1.1579999999999999},"min":{"1min":1.0820000000000001,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.395,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.2390000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.84799999999999998,"15min":0.82799999999999996},"min":{"1min":0.625,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.85199999999999998,"15min":0.83599999999999997},"min":{"1min":0.64000000000000001,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1859999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.57099999999999995}]},{"osd":2,"last update":"Thu Dec 21 03:38:33 2023","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.76600000000000001,"15min":0.77400000000000002},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.0469999999999999,"5min":1.099,"15min":1.099},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.81899999999999995,"15min":0.80100000000000005},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.73099999999999998}]},{"osd":3,"last update":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.97599999999999998,"15min":0.97599999999999998},"min":{"1min":0.70899999999999996,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.284,"5min":1.294,"15min":1.294},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.85399999999999998,"15min":0.85999999999999999},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.129,"5min":1.274,"15min":1.274},"last":0.97099999999999997}]},{"osd":4,"last update":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.92400000000000004,"15min":0.91500000000000004},"min":{"1min":0.76000000000000001,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.1890000000000001,"5min":1.204,"15min":1.204},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.91000000000000003,"15min":0.90400000000000003},"min":{"1min":0.71599999999999997,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.1850000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.80600000000000005}]},{"osd":5,"last update":"Thu Dec 21 03:38:42 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.97899999999999998,"15min":0.97799999999999998},"min":{"1min":0.84499999999999997,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.224,"5min":1.387,"15min":1.387},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.995,"5min":1.042,"15min":1.044},"min":{"1min":0.66600000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.28,"5min":1.365,"15min":1.365},"last":0.83999999999999997}]},{"osd":6,"last update":"Thu Dec 21 03:38:39 2023","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0669999999999999,"15min":1.073},"min":{"1min":0.72599999999999998,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3460000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.70799999999999996},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.097,"15min":1.089},"min":{"1min":0.82799999999999996,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.3620000000000001,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.69599999999999995}]},{"osd":7,"last update":"Thu Dec 21 03:38:47 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.093,"15min":1.099},"min":{"1min":0.88,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.3240000000000001,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.018},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.194,"15min":1.194},"min":{"1min":0.91100000000000003,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.401,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":0.89200000000000002}]}]},{"osd":1,"up_from":23,"seq":98784247856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:30 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.876,"15min":0.878},"min":{"1min":0.61399999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.028,"5min":1.714,"15min":1.714},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.84099999999999997,"15min":0.81899999999999995},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.0629999999999999,"5min":1.21,"15min":1.21},"last":0.79800000000000004}]},{"osd":2,"last update":"Thu Dec 21 03:38:30 2023","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.86299999999999999,"15min":0.86299999999999999},"min":{"1min":0.66900000000000004,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.101,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.78500000000000003},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.90100000000000002,"15min":0.89700000000000002},"min":{"1min":0.68600000000000005,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.244,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.92400000000000004}]},{"osd":3,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.83599999999999997,"15min":0.81200000000000006},"min":{"1min":0.54100000000000004,"5min":0.443,"15min":0.443},"max":{"1min":1.2609999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.81899999999999995,"15min":0.80200000000000005},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.1830000000000001,"5min":1.897,"15min":1.897},"last":0.97199999999999998}]},{"osd":4,"last update":"Thu Dec 21 03:38:30 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.98699999999999999,"15min":0.998},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.21,"5min":1.651,"15min":1.651},"last":0.84999999999999998},{"interface":"front","average":{"1min":1.04,"5min":1.056,"15min":1.0449999999999999},"min":{"1min":0.72299999999999998,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.1739999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":0.86599999999999999}]},{"osd":5,"last update":"Thu Dec 21 03:38:41 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.90600000000000003,"15min":0.90400000000000003},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1200000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.056},{"interface":"front","average":{"1min":0.94899999999999995,"5min":1.083,"15min":1.0920000000000001},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.2909999999999999,"5min":2.3879999999999999,"15min":2.3879999999999999},"last":0.69599999999999995}]},{"osd":6,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.145,"15min":1.143},"min":{"1min":0.871,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.4079999999999999,"5min":1.823,"15min":1.823},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.081,"5min":1.109,"15min":1.105},"min":{"1min":0.88200000000000001,"5min":0.746,"15min":0.746},"max":{"1min":1.3819999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.89700000000000002}]},{"osd":7,"last update":"Thu Dec 21 03:38:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.155,"15min":1.147},"min":{"1min":0.82399999999999995,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.4370000000000001,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":0.749},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.1339999999999999,"15min":1.1200000000000001},"min":{"1min":0.84099999999999997,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3460000000000001,"5min":2.1110000000000002,"15min":2.1110000000000002},"last":0.93500000000000005}]}]},{"osd":4,"up_from":25,"seq":107374182449,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.69799999999999995,"15min":0.69099999999999995},"min":{"1min":0.53500000000000003,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.77100000000000002,"15min":0.77500000000000002},"min":{"1min":0.61299999999999999,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.90500000000000003}]},{"osd":1,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.96699999999999997,"15min":0.95899999999999996},"min":{"1min":0.78900000000000003,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2769999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.95799999999999996,"15min":0.96999999999999997},"min":{"1min":0.70299999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.105,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.87}]},{"osd":2,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.91400000000000003,"15min":0.91600000000000004},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.3500000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.871,"15min":0.877},"min":{"1min":0.629,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.73799999999999999}]},{"osd":3,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.97599999999999998,"15min":0.96499999999999997},"min":{"1min":0.82199999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.25,"5min":1.417,"15min":1.417},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.92100000000000004,"15min":0.91900000000000004},"min":{"1min":0.73199999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.96999999999999997}]},{"osd":5,"last update":"Thu Dec 21 03:38:48 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.048,"15min":1.024},"min":{"1min":0.83499999999999996,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.89000000000000001},{"interface":"front","average":{"1min":1.073,"5min":1.0780000000000001,"15min":1.0760000000000001},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.0149999999999999}]},{"osd":6,"last update":"Thu Dec 21 03:38:32 2023","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.1020000000000001,"15min":1.107},"min":{"1min":0.751,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.458,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.081,"5min":1.093,"15min":1.103},"min":{"1min":0.80900000000000005,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.3979999999999999,"5min":1.522,"15min":1.522},"last":1.0629999999999999}]},{"osd":7,"last update":"Thu Dec 21 03:38:48 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.1000000000000001,"15min":1.083},"min":{"1min":0.85399999999999998,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.79200000000000004},{"interface":"front","average":{"1min":1.256,"5min":1.2190000000000001,"15min":1.2110000000000001},"min":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.93300000000000005}]}]},{"osd":3,"up_from":29,"seq":124554051630,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":154052,"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":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.89300000000000002,"15min":0.91800000000000004},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.2729999999999999,"5min":1.706,"15min":1.706},"last":0.93600000000000005},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.83299999999999996,"15min":0.85199999999999998},"min":{"1min":0.60599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.0029999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":1.198}]},{"osd":1,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.71899999999999997,"15min":0.69799999999999995},"min":{"1min":0.50800000000000001,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.2210000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.746,"15min":0.72599999999999998},"min":{"1min":0.53500000000000003,"5min":0.434,"15min":0.434},"max":{"1min":1.347,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.78600000000000003}]},{"osd":2,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.94699999999999995,"15min":0.96499999999999997},"min":{"1min":0.60599999999999998,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.397,"5min":1.782,"15min":1.782},"last":1.0089999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.93100000000000005,"15min":0.93700000000000006},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2330000000000001,"5min":1.365,"15min":1.365},"last":0.96299999999999997}]},{"osd":4,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.93700000000000006,"15min":0.92900000000000005},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.232,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0509999999999999,"15min":1.0580000000000001},"min":{"1min":0.751,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.4430000000000001,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":1.0960000000000001}]},{"osd":5,"last update":"Thu Dec 21 03:38:43 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.89500000000000002,"15min":0.88500000000000001},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.165,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.137},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.93400000000000005,"15min":0.92000000000000004},"min":{"1min":0.73699999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.1779999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.91200000000000003}]},{"osd":6,"last update":"Thu Dec 21 03:38:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0620000000000001,"15min":1.0660000000000001},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2529999999999999,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.071},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.075,"15min":1.073},"min":{"1min":0.81000000000000005,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.2929999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.034}]},{"osd":7,"last update":"Thu Dec 21 03:38:52 2023","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.0600000000000001,"15min":1.052},"min":{"1min":0.72999999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.399,"5min":1.627,"15min":1.627},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.159,"5min":1.1140000000000001,"15min":1.1060000000000001},"min":{"1min":0.68100000000000005,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.4410000000000001,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.244}]}]},{"osd":6,"up_from":29,"seq":124554051631,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"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":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.747,"5min":0.79000000000000004,"15min":0.80600000000000005},"min":{"1min":0.503,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1839999999999999,"5min":1.25,"15min":1.25},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.82299999999999995,"15min":0.84599999999999997},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.69899999999999995}]},{"osd":1,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.86199999999999999},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.1220000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.93500000000000005,"15min":0.94899999999999995},"min":{"1min":0.68600000000000005,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.119,"5min":1.206,"15min":1.206},"last":1.149}]},{"osd":2,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.86899999999999999,"15min":0.88400000000000001},"min":{"1min":0.65300000000000002,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.204,"5min":1.296,"15min":1.296},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.83799999999999997,"15min":0.82899999999999996},"min":{"1min":0.627,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.073,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.78500000000000003}]},{"osd":3,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.90800000000000003,"15min":0.91600000000000004},"min":{"1min":0.69499999999999995,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1990000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.88},{"interface":"front","average":{"1min":1.018,"5min":1.0389999999999999,"15min":1.038},"min":{"1min":0.80800000000000005,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.359,"5min":1.397,"15min":1.397},"last":1.256}]},{"osd":4,"last update":"Thu Dec 21 03:38:40 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.93600000000000005,"15min":0.92000000000000004},"min":{"1min":0.78300000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1659999999999999,"5min":1.325,"15min":1.325},"last":0.90700000000000003},{"interface":"front","average":{"1min":0.999,"5min":1.022,"15min":1.03},"min":{"1min":0.81499999999999995,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.206,"5min":1.45,"15min":1.45},"last":1.052}]},{"osd":5,"last update":"Thu Dec 21 03:38:44 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.115,"15min":1.101},"min":{"1min":0.82599999999999996,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.647,"5min":1.647,"15min":1.647},"last":1.1910000000000001},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.1379999999999999,"15min":1.147},"min":{"1min":0.88800000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.5,"5min":1.746,"15min":1.746},"last":1.1379999999999999}]},{"osd":7,"last update":"Thu Dec 21 03:38:51 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.1830000000000001,"15min":1.181},"min":{"1min":0.93400000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"max":{"1min":1.4590000000000001,"5min":1.748,"15min":1.748},"last":1.177},{"interface":"front","average":{"1min":1.141,"5min":1.198,"15min":1.208},"min":{"1min":0.98399999999999999,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.409,"5min":1.9510000000000001,"15min":1.9510000000000001},"last":1.5109999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T03:39:15.241 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T03:39:15.241 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T03:39:15.241 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T03:39:15.241 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T03:39:15.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:15 smithi184 bash[29684]: cluster 2023-12-21T03:39:13.955416+0000 mgr.smithi132.rubyiy (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:15 smithi132 bash[26391]: cluster 2023-12-21T03:39:13.955416+0000 mgr.smithi132.rubyiy (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:16 smithi184 bash[29684]: audit 2023-12-21T03:39:14.595048+0000 mgr.smithi132.rubyiy (mgr.14182) 208 : audit [DBG] from='client.24325 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:39:16.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:16 smithi132 bash[26391]: audit 2023-12-21T03:39:14.595048+0000 mgr.smithi132.rubyiy (mgr.14182) 208 : audit [DBG] from='client.24325 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:39:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:17 smithi184 bash[29684]: cluster 2023-12-21T03:39:15.956020+0000 mgr.smithi132.rubyiy (mgr.14182) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:17.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:17 smithi132 bash[26391]: cluster 2023-12-21T03:39:15.956020+0000 mgr.smithi132.rubyiy (mgr.14182) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:19.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:19 smithi184 bash[29684]: cluster 2023-12-21T03:39:17.956560+0000 mgr.smithi132.rubyiy (mgr.14182) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:19 smithi132 bash[26391]: cluster 2023-12-21T03:39:17.956560+0000 mgr.smithi132.rubyiy (mgr.14182) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:20.073 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/mon.smithi132/config 2023-12-21T03:39:21.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:21 smithi184 bash[29684]: cluster 2023-12-21T03:39:19.957198+0000 mgr.smithi132.rubyiy (mgr.14182) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:21.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:21 smithi132 bash[26391]: cluster 2023-12-21T03:39:19.957198+0000 mgr.smithi132.rubyiy (mgr.14182) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:23.159 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:39:23.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:23 smithi132 bash[26391]: cluster 2023-12-21T03:39:21.957834+0000 mgr.smithi132.rubyiy (mgr.14182) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:23.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:23 smithi132 bash[26391]: audit 2023-12-21T03:39:23.159056+0000 mon.smithi132 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.132:0/3404579320' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T03:39:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:23 smithi184 bash[29684]: cluster 2023-12-21T03:39:21.957834+0000 mgr.smithi132.rubyiy (mgr.14182) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:23 smithi184 bash[29684]: audit 2023-12-21T03:39:23.159056+0000 mon.smithi132 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.132:0/3404579320' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T03:39:23.811 INFO:teuthology.orchestra.run.smithi132.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T03:39:23.811 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T03:39:23.812 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T03:39:23.812 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T03:39:23.822 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2023-12-21T03:39:23.823 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-21T03:39:25.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:25 smithi184 bash[29684]: cluster 2023-12-21T03:39:23.958462+0000 mgr.smithi132.rubyiy (mgr.14182) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:25.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:25 smithi132 bash[26391]: cluster 2023-12-21T03:39:23.958462+0000 mgr.smithi132.rubyiy (mgr.14182) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:27.088 INFO:teuthology.orchestra.run.smithi132.stdout:Backend: cephadm 2023-12-21T03:39:27.089 INFO:teuthology.orchestra.run.smithi132.stdout:Available: Yes 2023-12-21T03:39:27.089 INFO:teuthology.orchestra.run.smithi132.stdout:Paused: No 2023-12-21T03:39:27.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:27 smithi132 bash[26391]: cluster 2023-12-21T03:39:25.959065+0000 mgr.smithi132.rubyiy (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:27.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:27 smithi184 bash[29684]: cluster 2023-12-21T03:39:25.959065+0000 mgr.smithi132.rubyiy (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:27.681 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-21T03:39:28.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:28 smithi184 bash[29684]: audit 2023-12-21T03:39:27.087609+0000 mgr.smithi132.rubyiy (mgr.14182) 215 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:28.714 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:28 smithi132 bash[26391]: audit 2023-12-21T03:39:27.087609+0000 mgr.smithi132.rubyiy (mgr.14182) 215 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:29.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:29 smithi184 bash[29684]: cluster 2023-12-21T03:39:27.959678+0000 mgr.smithi132.rubyiy (mgr.14182) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:29 smithi132 bash[26391]: cluster 2023-12-21T03:39:27.959678+0000 mgr.smithi132.rubyiy (mgr.14182) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (3m) 19s ago 6m 14.2M - 0.23.0 ba2b418f427c b8abb229a3b1 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (6m) 19s ago 6m 7839k - 16.2.14-413-g639f0137 19e6b2dc6c74 c8f4518aad22 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi184 smithi184 running (5m) 19s ago 5m 9555k - 16.2.14-413-g639f0137 19e6b2dc6c74 1d2b1c3bfcd1 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (3m) 19s ago 5m 41.9M - 8.3.5 dad864ee21e9 4baf094d7117 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.rubyiy smithi132 *:9283 running (7m) 19s ago 7m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 1a4fafe6fbab 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi184.ezxbbq smithi184 *:8443,9283 running (5m) 19s ago 5m 377M - 16.2.14-413-g639f0137 19e6b2dc6c74 e10828f12eef 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (7m) 19s ago 7m 60.7M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 52c9b458361d 2023-12-21T03:39:30.883 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi184 smithi184 running (5m) 19s ago 5m 58.1M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 9ec72ef1f680 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (5m) 19s ago 5m 11.5M - 1.3.1 1dbe0e931976 c8c28f8ba4ad 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi184 smithi184 *:9100 running (5m) 19s ago 5m 11.4M - 1.3.1 1dbe0e931976 a3d9b19ce810 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi184 running (4m) 19s ago 4m 35.2M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 3affc03c43c1 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (4m) 19s ago 4m 34.7M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 2084ccc2d1ff 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi184 running (4m) 19s ago 4m 37.0M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 3f339ee4783f 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (4m) 19s ago 4m 36.7M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 825a195f7c78 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi184 running (4m) 19s ago 4m 34.2M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 543b7c4b2d7f 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi132 running (4m) 19s ago 4m 34.4M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 5c17e32304be 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi184 running (4m) 19s ago 4m 34.9M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 168a9e355189 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi132 running (3m) 19s ago 3m 34.4M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 0aee7d175b44 2023-12-21T03:39:30.884 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi184 smithi184 *:9095 running (5m) 19s ago 5m 54.9M - 2.33.4 514e6a882f6e ff252e9ed9d6 2023-12-21T03:39:31.488 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-21T03:39:31.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:31 smithi184 bash[29684]: cluster 2023-12-21T03:39:29.960251+0000 mgr.smithi132.rubyiy (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:31.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:31 smithi132 bash[26391]: cluster 2023-12-21T03:39:29.960251+0000 mgr.smithi132.rubyiy (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:32.629 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:32 smithi132 bash[26391]: audit 2023-12-21T03:39:30.863069+0000 mgr.smithi132.rubyiy (mgr.14182) 218 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:32.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:32 smithi184 bash[29684]: audit 2023-12-21T03:39:30.863069+0000 mgr.smithi132.rubyiy (mgr.14182) 218 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:33.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:33 smithi184 bash[29684]: cluster 2023-12-21T03:39:31.960842+0000 mgr.smithi132.rubyiy (mgr.14182) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:33.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:33 smithi132 bash[26391]: cluster 2023-12-21T03:39:31.960842+0000 mgr.smithi132.rubyiy (mgr.14182) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager ?:9093,9094 1/1 23s ago 6m count:1 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:crash 2/2 23s ago 7m * 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:grafana ?:3000 1/1 23s ago 7m count:1 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:mgr 2/2 23s ago 7m count:2 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:mon 2/2 23s ago 5m smithi132:172.21.15.132=smithi132;smithi184:172.21.15.184=smithi184;count:2 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter ?:9100 2/2 23s ago 6m * 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:osd.all-available-devices 8 23s ago 5m * 2023-12-21T03:39:34.785 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus ?:9095 1/1 23s ago 7m count:1 2023-12-21T03:39:35.412 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-21T03:39:35.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:35 smithi184 bash[29684]: cluster 2023-12-21T03:39:33.961472+0000 mgr.smithi132.rubyiy (mgr.14182) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:35.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:35 smithi132 bash[26391]: cluster 2023-12-21T03:39:33.961472+0000 mgr.smithi132.rubyiy (mgr.14182) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:36.614 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:36 smithi132 bash[26391]: audit 2023-12-21T03:39:34.771371+0000 mgr.smithi132.rubyiy (mgr.14182) 221 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:36.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:36 smithi184 bash[29684]: audit 2023-12-21T03:39:34.771371+0000 mgr.smithi132.rubyiy (mgr.14182) 221 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:37.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:37 smithi184 bash[29684]: cluster 2023-12-21T03:39:35.962126+0000 mgr.smithi132.rubyiy (mgr.14182) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:37 smithi132 bash[26391]: cluster 2023-12-21T03:39:35.962126+0000 mgr.smithi132.rubyiy (mgr.14182) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:38.660 INFO:teuthology.orchestra.run.smithi132.stdout:HOST ADDR LABELS STATUS 2023-12-21T03:39:38.661 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 172.21.15.132 2023-12-21T03:39:38.661 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 172.21.15.184 2023-12-21T03:39:38.661 INFO:teuthology.orchestra.run.smithi132.stdout:2 hosts in cluster 2023-12-21T03:39:39.233 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-21T03:39:39.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:39 smithi184 bash[29684]: cluster 2023-12-21T03:39:37.962720+0000 mgr.smithi132.rubyiy (mgr.14182) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:39 smithi132 bash[26391]: cluster 2023-12-21T03:39:37.962720+0000 mgr.smithi132.rubyiy (mgr.14182) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:40.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:40 smithi184 bash[29684]: audit 2023-12-21T03:39:38.659844+0000 mgr.smithi132.rubyiy (mgr.14182) 224 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:40.680 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:40 smithi132 bash[26391]: audit 2023-12-21T03:39:38.659844+0000 mgr.smithi132.rubyiy (mgr.14182) 224 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:41.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:41 smithi184 bash[29684]: cluster 2023-12-21T03:39:39.963335+0000 mgr.smithi132.rubyiy (mgr.14182) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:41 smithi132 bash[26391]: cluster 2023-12-21T03:39:39.963335+0000 mgr.smithi132.rubyiy (mgr.14182) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme0n1 ssd _CVFT6232000B400BGN 372G 3m ago LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme1n1 ssd _3cd91d43478b5f35 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme2n1 ssd _2c635182867f65da 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme3n1 ssd _31f88e896ac100bf 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme4n1 ssd _d5826e81af981c78 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme0n1 ssd _CVFT626500CE400BGN 372G 3m ago LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme1n1 ssd _c7b25329e4225ab0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.512 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme2n1 ssd _30325449ccf8ab29 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.513 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme3n1 ssd _e581faf5cb5a948b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:42.513 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme4n1 ssd _4673adaf04bcb51d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:43.137 INFO:teuthology.run_tasks:Running task vip... 2023-12-21T03:39:43.147 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-21T03:39:43.147 INFO:tasks.vip:peername 172.21.15.132 2023-12-21T03:39:43.152 INFO:tasks.vip:172.21.15.132 in 172.21.0.0/20, pos 3971 2023-12-21T03:39:43.157 INFO:tasks.vip:smithi132.front.sepia.ceph.com static 10.0.15.132, vnet 10.0.0.0/16 2023-12-21T03:39:43.157 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-21T03:39:43.158 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip route ls 2023-12-21T03:39:43.172 INFO:teuthology.orchestra.run.smithi132.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-21T03:39:43.173 INFO:teuthology.orchestra.run.smithi132.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.132 metric 100 2023-12-21T03:39:43.173 INFO:teuthology.orchestra.run.smithi132.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T03:39:43.173 INFO:teuthology.orchestra.run.smithi132.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.132 2023-12-21T03:39:43.173 INFO:teuthology.orchestra.run.smithi132.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.132 metric 100 2023-12-21T03:39:43.174 INFO:tasks.vip:Configuring 10.0.15.132 on smithi132.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T03:39:43.174 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip addr add 10.0.15.132/16 dev enp3s0f1 2023-12-21T03:39:43.232 INFO:tasks.vip:peername 172.21.15.184 2023-12-21T03:39:43.237 INFO:tasks.vip:172.21.15.184 in 172.21.0.0/20, pos 4023 2023-12-21T03:39:43.242 INFO:tasks.vip:smithi184.front.sepia.ceph.com static 10.0.15.184, vnet 10.0.0.0/16 2023-12-21T03:39:43.242 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip route ls 2023-12-21T03:39:43.257 INFO:teuthology.orchestra.run.smithi184.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-21T03:39:43.257 INFO:teuthology.orchestra.run.smithi184.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.184 metric 100 2023-12-21T03:39:43.257 INFO:teuthology.orchestra.run.smithi184.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T03:39:43.257 INFO:teuthology.orchestra.run.smithi184.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.184 2023-12-21T03:39:43.258 INFO:teuthology.orchestra.run.smithi184.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.184 metric 100 2023-12-21T03:39:43.259 INFO:tasks.vip:Configuring 10.0.15.184 on smithi184.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T03:39:43.259 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr add 10.0.15.184/16 dev enp3s0f1 2023-12-21T03:39:43.316 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T03:39:43.325 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2023-12-21T03:39:43.326 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-21T03:39:43.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:43 smithi132 bash[26391]: cluster 2023-12-21T03:39:41.963959+0000 mgr.smithi132.rubyiy (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:43.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:43 smithi132 bash[26391]: audit 2023-12-21T03:39:42.503632+0000 mgr.smithi132.rubyiy (mgr.14182) 227 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:43.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:43 smithi184 bash[29684]: cluster 2023-12-21T03:39:41.963959+0000 mgr.smithi132.rubyiy (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:43.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:43 smithi184 bash[29684]: audit 2023-12-21T03:39:42.503632+0000 mgr.smithi132.rubyiy (mgr.14182) 227 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:45.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:45 smithi184 bash[29684]: cluster 2023-12-21T03:39:43.964651+0000 mgr.smithi132.rubyiy (mgr.14182) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:45 smithi132 bash[26391]: cluster 2023-12-21T03:39:43.964651+0000 mgr.smithi132.rubyiy (mgr.14182) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:46.579 INFO:teuthology.orchestra.run.smithi132.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T03:39:46.579 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme0n1 ssd _CVFT6232000B400BGN 372G 3m ago LVM detected, locked 2023-12-21T03:39:46.579 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme1n1 ssd _3cd91d43478b5f35 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme2n1 ssd _2c635182867f65da 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme3n1 ssd _31f88e896ac100bf 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme4n1 ssd _d5826e81af981c78 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme0n1 ssd _CVFT626500CE400BGN 372G 3m ago LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme1n1 ssd _c7b25329e4225ab0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme2n1 ssd _30325449ccf8ab29 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme3n1 ssd _e581faf5cb5a948b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:46.580 INFO:teuthology.orchestra.run.smithi132.stdout:smithi184 /dev/nvme4n1 ssd _4673adaf04bcb51d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T03:39:47.214 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T03:39:47.224 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2023-12-21T03:39:47.225 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T03:39:47.240 INFO:teuthology.orchestra.run.smithi132.stderr:+ systemctl stop nfs-server 2023-12-21T03:39:47.261 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi184.front.sepia.ceph.com 2023-12-21T03:39:47.262 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T03:39:47.277 INFO:teuthology.orchestra.run.smithi184.stderr:+ systemctl stop nfs-server 2023-12-21T03:39:47.301 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T03:39:47.313 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2023-12-21T03:39:47.313 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-21T03:39:47.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:47 smithi132 bash[26391]: cluster 2023-12-21T03:39:45.965313+0000 mgr.smithi132.rubyiy (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:47.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:47 smithi132 bash[26391]: audit 2023-12-21T03:39:46.623599+0000 mon.smithi132 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:39:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:47 smithi184 bash[29684]: cluster 2023-12-21T03:39:45.965313+0000 mgr.smithi132.rubyiy (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:47 smithi184 bash[29684]: audit 2023-12-21T03:39:46.623599+0000 mon.smithi132 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:39:48.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:48 smithi184 bash[29684]: audit 2023-12-21T03:39:46.574511+0000 mgr.smithi132.rubyiy (mgr.14182) 230 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:48.716 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:48 smithi132 bash[26391]: audit 2023-12-21T03:39:46.574511+0000 mgr.smithi132.rubyiy (mgr.14182) 230 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:49.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:49 smithi184 bash[29684]: cluster 2023-12-21T03:39:47.965885+0000 mgr.smithi132.rubyiy (mgr.14182) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:49.812 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:49 smithi132 bash[26391]: cluster 2023-12-21T03:39:47.965885+0000 mgr.smithi132.rubyiy (mgr.14182) 231 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:51.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:51 smithi132 bash[26391]: cluster 2023-12-21T03:39:49.966532+0000 mgr.smithi132.rubyiy (mgr.14182) 232 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:51.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:51 smithi132 bash[26391]: audit 2023-12-21T03:39:50.702308+0000 mon.smithi132 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T03:39:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:51 smithi184 bash[29684]: cluster 2023-12-21T03:39:49.966532+0000 mgr.smithi132.rubyiy (mgr.14182) 232 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:51 smithi184 bash[29684]: audit 2023-12-21T03:39:50.702308+0000 mon.smithi132 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T03:39:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:52 smithi132 bash[26391]: audit 2023-12-21T03:39:50.701261+0000 mgr.smithi132.rubyiy (mgr.14182) 233 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:52 smithi132 bash[26391]: audit 2023-12-21T03:39:51.403515+0000 mon.smithi132 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T03:39:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:52 smithi132 bash[26391]: cluster 2023-12-21T03:39:51.403603+0000 mon.smithi132 (mon.0) 603 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-21T03:39:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:52 smithi132 bash[26391]: audit 2023-12-21T03:39:51.408580+0000 mon.smithi132 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T03:39:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:52 smithi132 bash[26391]: debug 2023-12-21T03:39:52.425+0000 7fa25baf9700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T03:39:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:52 smithi184 bash[29684]: audit 2023-12-21T03:39:50.701261+0000 mgr.smithi132.rubyiy (mgr.14182) 233 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:52 smithi184 bash[29684]: audit 2023-12-21T03:39:51.403515+0000 mon.smithi132 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T03:39:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:52 smithi184 bash[29684]: cluster 2023-12-21T03:39:51.403603+0000 mon.smithi132 (mon.0) 603 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-21T03:39:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:52 smithi184 bash[29684]: audit 2023-12-21T03:39:51.408580+0000 mon.smithi132 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T03:39:53.164 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.132/16 --port 2999' 2023-12-21T03:39:53.417 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cluster 2023-12-21T03:39:51.967079+0000 mgr.smithi132.rubyiy (mgr.14182) 234 : cluster [DBG] pgmap v212: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:53.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: audit 2023-12-21T03:39:52.419873+0000 mon.smithi132 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cluster 2023-12-21T03:39:52.420159+0000 mon.smithi132 (mon.0) 606 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: audit 2023-12-21T03:39:52.427168+0000 mon.smithi132 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cluster 2023-12-21T03:39:52.428998+0000 mon.smithi132 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cluster 2023-12-21T03:39:52.429047+0000 mon.smithi132 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cluster 2023-12-21T03:39:52.439551+0000 mon.smithi132 (mon.0) 610 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: audit 2023-12-21T03:39:52.439675+0000 mon.smithi132 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cluster 2023-12-21T03:39:52.439768+0000 mon.smithi132 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: cephadm 2023-12-21T03:39:52.442557+0000 mgr.smithi132.rubyiy (mgr.14182) 235 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: audit 2023-12-21T03:39:52.447157+0000 mon.smithi132 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:53 smithi132 bash[26391]: audit 2023-12-21T03:39:52.456781+0000 mon.smithi132 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cluster 2023-12-21T03:39:51.967079+0000 mgr.smithi132.rubyiy (mgr.14182) 234 : cluster [DBG] pgmap v212: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: audit 2023-12-21T03:39:52.419873+0000 mon.smithi132 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cluster 2023-12-21T03:39:52.420159+0000 mon.smithi132 (mon.0) 606 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: audit 2023-12-21T03:39:52.427168+0000 mon.smithi132 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cluster 2023-12-21T03:39:52.428998+0000 mon.smithi132 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cluster 2023-12-21T03:39:52.429047+0000 mon.smithi132 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cluster 2023-12-21T03:39:52.439551+0000 mon.smithi132 (mon.0) 610 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: audit 2023-12-21T03:39:52.439675+0000 mon.smithi132 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cluster 2023-12-21T03:39:52.439768+0000 mon.smithi132 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2023-12-21T03:39:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: cephadm 2023-12-21T03:39:52.442557+0000 mgr.smithi132.rubyiy (mgr.14182) 235 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-21T03:39:53.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: audit 2023-12-21T03:39:52.447157+0000 mon.smithi132 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:53.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:53 smithi184 bash[29684]: audit 2023-12-21T03:39:52.456781+0000 mon.smithi132 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:54.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:54 smithi132 bash[26391]: cluster 2023-12-21T03:39:53.440417+0000 mon.smithi132 (mon.0) 615 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-21T03:39:54.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:54 smithi132 bash[26391]: audit 2023-12-21T03:39:53.627179+0000 mon.smithi132 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:54.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:54 smithi184 bash[29684]: cluster 2023-12-21T03:39:53.440417+0000 mon.smithi132 (mon.0) 615 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-21T03:39:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:54 smithi184 bash[29684]: audit 2023-12-21T03:39:53.627179+0000 mon.smithi132 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:55 smithi132 bash[26391]: cluster 2023-12-21T03:39:53.967706+0000 mgr.smithi132.rubyiy (mgr.14182) 236 : cluster [DBG] pgmap v216: 65 pgs: 16 active+clean, 1 creating+activating, 17 creating+peering, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:55 smithi132 bash[26391]: cluster 2023-12-21T03:39:54.450020+0000 mon.smithi132 (mon.0) 617 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-21T03:39:55.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:55 smithi184 bash[29684]: cluster 2023-12-21T03:39:53.967706+0000 mgr.smithi132.rubyiy (mgr.14182) 236 : cluster [DBG] pgmap v216: 65 pgs: 16 active+clean, 1 creating+activating, 17 creating+peering, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:55 smithi184 bash[29684]: cluster 2023-12-21T03:39:54.450020+0000 mon.smithi132 (mon.0) 617 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-21T03:39:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:57 smithi132 bash[26391]: cluster 2023-12-21T03:39:55.968485+0000 mgr.smithi132.rubyiy (mgr.14182) 237 : cluster [DBG] pgmap v218: 65 pgs: 40 active+clean, 1 creating+activating, 17 creating+peering, 7 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:57 smithi132 bash[26391]: audit 2023-12-21T03:39:56.697925+0000 mon.smithi132 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T03:39:57.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:57 smithi184 bash[29684]: cluster 2023-12-21T03:39:55.968485+0000 mgr.smithi132.rubyiy (mgr.14182) 237 : cluster [DBG] pgmap v218: 65 pgs: 40 active+clean, 1 creating+activating, 17 creating+peering, 7 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:57 smithi184 bash[29684]: audit 2023-12-21T03:39:56.697925+0000 mon.smithi132 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T03:39:58.546 INFO:teuthology.orchestra.run.smithi132.stdout:NFS Cluster Created Successfully 2023-12-21T03:39:58.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:58 smithi184 bash[29684]: audit 2023-12-21T03:39:56.694264+0000 mgr.smithi132.rubyiy (mgr.14182) 238 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.132/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:58.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:58 smithi184 bash[29684]: audit 2023-12-21T03:39:57.469997+0000 mon.smithi132 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T03:39:58.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:58 smithi184 bash[29684]: cluster 2023-12-21T03:39:57.470248+0000 mon.smithi132 (mon.0) 620 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-21T03:39:58.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:58 smithi184 bash[29684]: audit 2023-12-21T03:39:57.474512+0000 mon.smithi132 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T03:39:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:58 smithi132 bash[26391]: audit 2023-12-21T03:39:56.694264+0000 mgr.smithi132.rubyiy (mgr.14182) 238 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.132/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:39:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:58 smithi132 bash[26391]: audit 2023-12-21T03:39:57.469997+0000 mon.smithi132 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T03:39:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:58 smithi132 bash[26391]: cluster 2023-12-21T03:39:57.470248+0000 mon.smithi132 (mon.0) 620 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-21T03:39:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:58 smithi132 bash[26391]: audit 2023-12-21T03:39:57.474512+0000 mon.smithi132 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T03:39:59.614 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-21T03:39:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:59 smithi132 bash[26391]: cluster 2023-12-21T03:39:57.969170+0000 mgr.smithi132.rubyiy (mgr.14182) 239 : cluster [DBG] pgmap v220: 97 pgs: 29 unknown, 55 active+clean, 13 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:59 smithi132 bash[26391]: audit 2023-12-21T03:39:58.476399+0000 mon.smithi132 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T03:39:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:59 smithi132 bash[26391]: cluster 2023-12-21T03:39:58.476640+0000 mon.smithi132 (mon.0) 623 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-21T03:39:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:59 smithi132 bash[26391]: audit 2023-12-21T03:39:58.540309+0000 mon.smithi132 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:39:59 smithi132 bash[26391]: audit 2023-12-21T03:39:58.545842+0000 mon.smithi132 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:59 smithi184 bash[29684]: cluster 2023-12-21T03:39:57.969170+0000 mgr.smithi132.rubyiy (mgr.14182) 239 : cluster [DBG] pgmap v220: 97 pgs: 29 unknown, 55 active+clean, 13 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:39:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:59 smithi184 bash[29684]: audit 2023-12-21T03:39:58.476399+0000 mon.smithi132 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T03:39:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:59 smithi184 bash[29684]: cluster 2023-12-21T03:39:58.476640+0000 mon.smithi132 (mon.0) 623 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-21T03:39:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:59 smithi184 bash[29684]: audit 2023-12-21T03:39:58.540309+0000 mon.smithi132 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:39:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:39:59 smithi184 bash[29684]: audit 2023-12-21T03:39:58.545842+0000 mon.smithi132 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:00.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: debug 2023-12-21T03:39:59.997+0000 7fa25e2fe700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-21T03:40:00.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: debug 2023-12-21T03:39:59.997+0000 7fa25e2fe700 -1 log_channel(cluster) log [ERR] : [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-21T03:40:00.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: debug 2023-12-21T03:39:59.997+0000 7fa25e2fe700 -1 log_channel(cluster) log [ERR] : fs foofs is offline because no MDS is active for it. 2023-12-21T03:40:00.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: debug 2023-12-21T03:39:59.997+0000 7fa25e2fe700 -1 log_channel(cluster) log [ERR] : [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-21T03:40:00.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: debug 2023-12-21T03:39:59.997+0000 7fa25e2fe700 -1 log_channel(cluster) log [ERR] : fs foofs has 0 MDS online, but wants 1 2023-12-21T03:40:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cephadm 2023-12-21T03:39:58.536009+0000 mgr.smithi132.rubyiy (mgr.14182) 240 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-21T03:40:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cephadm 2023-12-21T03:39:58.542054+0000 mgr.smithi132.rubyiy (mgr.14182) 241 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T03:40:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:39:59.486269+0000 mon.smithi132 (mon.0) 626 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-21T03:40:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:39:59.560171+0000 mon.smithi132 (mon.0) 627 : cluster [DBG] mgrmap e19: smithi132.rubyiy(active, since 6m), standbys: smithi184.ezxbbq 2023-12-21T03:40:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:40:00.000189+0000 mon.smithi132 (mon.0) 628 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-21T03:40:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:40:00.000245+0000 mon.smithi132 (mon.0) 629 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-21T03:40:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:40:00.000269+0000 mon.smithi132 (mon.0) 630 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2023-12-21T03:40:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:40:00.000310+0000 mon.smithi132 (mon.0) 631 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-21T03:40:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:00 smithi132 bash[26391]: cluster 2023-12-21T03:40:00.000338+0000 mon.smithi132 (mon.0) 632 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cephadm 2023-12-21T03:39:58.536009+0000 mgr.smithi132.rubyiy (mgr.14182) 240 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cephadm 2023-12-21T03:39:58.542054+0000 mgr.smithi132.rubyiy (mgr.14182) 241 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:39:59.486269+0000 mon.smithi132 (mon.0) 626 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:39:59.560171+0000 mon.smithi132 (mon.0) 627 : cluster [DBG] mgrmap e19: smithi132.rubyiy(active, since 6m), standbys: smithi184.ezxbbq 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:40:00.000189+0000 mon.smithi132 (mon.0) 628 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:40:00.000245+0000 mon.smithi132 (mon.0) 629 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:40:00.000269+0000 mon.smithi132 (mon.0) 630 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:40:00.000310+0000 mon.smithi132 (mon.0) 631 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-12-21T03:40:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:00 smithi184 bash[29684]: cluster 2023-12-21T03:40:00.000338+0000 mon.smithi132 (mon.0) 632 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2023-12-21T03:40:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:01 smithi184 bash[29684]: cluster 2023-12-21T03:39:59.970005+0000 mgr.smithi132.rubyiy (mgr.14182) 242 : cluster [DBG] pgmap v223: 97 pgs: 22 unknown, 69 active+clean, 6 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:01.913 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:01 smithi132 bash[26391]: cluster 2023-12-21T03:39:59.970005+0000 mgr.smithi132.rubyiy (mgr.14182) 242 : cluster [DBG] pgmap v223: 97 pgs: 22 unknown, 69 active+clean, 6 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:03 smithi132 bash[26391]: cluster 2023-12-21T03:40:01.970966+0000 mgr.smithi132.rubyiy (mgr.14182) 243 : cluster [DBG] pgmap v224: 97 pgs: 11 unknown, 80 active+clean, 6 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:03 smithi132 bash[26391]: audit 2023-12-21T03:40:02.423203+0000 mon.smithi132 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:03 smithi132 bash[26391]: audit 2023-12-21T03:40:03.097048+0000 mon.smithi132 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:03 smithi184 bash[29684]: cluster 2023-12-21T03:40:01.970966+0000 mgr.smithi132.rubyiy (mgr.14182) 243 : cluster [DBG] pgmap v224: 97 pgs: 11 unknown, 80 active+clean, 6 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:03 smithi184 bash[29684]: audit 2023-12-21T03:40:02.423203+0000 mon.smithi132 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:03 smithi184 bash[29684]: audit 2023-12-21T03:40:03.097048+0000 mon.smithi132 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:05.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:05 smithi132 bash[26391]: cluster 2023-12-21T03:40:03.971933+0000 mgr.smithi132.rubyiy (mgr.14182) 244 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:05.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:05 smithi132 bash[26391]: audit 2023-12-21T03:40:04.294862+0000 mgr.smithi132.rubyiy (mgr.14182) 245 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:40:05.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:05 smithi184 bash[29684]: cluster 2023-12-21T03:40:03.971933+0000 mgr.smithi132.rubyiy (mgr.14182) 244 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:05 smithi184 bash[29684]: audit 2023-12-21T03:40:04.294862+0000 mgr.smithi132.rubyiy (mgr.14182) 245 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T03:40:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.450910+0000 mon.smithi132 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.452369+0000 mon.smithi132 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.453679+0000 mon.smithi132 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.461304+0000 mon.smithi132 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.469381+0000 mon.smithi132 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.489184+0000 mon.smithi132 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.490535+0000 mon.smithi132 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iklxjs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.497371+0000 mon.smithi132 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iklxjs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T03:40:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: audit 2023-12-21T03:40:05.498722+0000 mon.smithi132 (mon.0) 643 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:06 smithi132 bash[26391]: cephadm 2023-12-21T03:40:05.499806+0000 mgr.smithi132.rubyiy (mgr.14182) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi184.iklxjs on smithi184 2023-12-21T03:40:06.869 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.450910+0000 mon.smithi132 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:06.869 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.452369+0000 mon.smithi132 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.453679+0000 mon.smithi132 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.461304+0000 mon.smithi132 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.469381+0000 mon.smithi132 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.489184+0000 mon.smithi132 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.490535+0000 mon.smithi132 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iklxjs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.497371+0000 mon.smithi132 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iklxjs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T03:40:06.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: audit 2023-12-21T03:40:05.498722+0000 mon.smithi132 (mon.0) 643 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:06.871 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:06 smithi184 bash[29684]: cephadm 2023-12-21T03:40:05.499806+0000 mgr.smithi132.rubyiy (mgr.14182) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi184.iklxjs on smithi184 2023-12-21T03:40:07.697 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:07 smithi184 bash[29684]: cluster 2023-12-21T03:40:05.972802+0000 mgr.smithi132.rubyiy (mgr.14182) 247 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:07 smithi132 bash[26391]: cluster 2023-12-21T03:40:05.972802+0000 mgr.smithi132.rubyiy (mgr.14182) 247 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:08 smithi184 bash[29684]: audit 2023-12-21T03:40:07.742661+0000 mon.smithi132 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:08 smithi184 bash[29684]: audit 2023-12-21T03:40:07.745296+0000 mon.smithi132 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.hsfnkq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T03:40:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:08 smithi184 bash[29684]: audit 2023-12-21T03:40:07.753572+0000 mon.smithi132 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.hsfnkq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T03:40:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:08 smithi184 bash[29684]: audit 2023-12-21T03:40:07.755277+0000 mon.smithi132 (mon.0) 647 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:08.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:08 smithi184 bash[29684]: cephadm 2023-12-21T03:40:07.756669+0000 mgr.smithi132.rubyiy (mgr.14182) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi132.hsfnkq on smithi132 2023-12-21T03:40:08.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:08 smithi184 bash[29684]: cluster 2023-12-21T03:40:07.973511+0000 mgr.smithi132.rubyiy (mgr.14182) 249 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:09.018 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:08 smithi132 bash[26391]: audit 2023-12-21T03:40:07.742661+0000 mon.smithi132 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:09.018 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:08 smithi132 bash[26391]: audit 2023-12-21T03:40:07.745296+0000 mon.smithi132 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.hsfnkq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T03:40:09.019 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:08 smithi132 bash[26391]: audit 2023-12-21T03:40:07.753572+0000 mon.smithi132 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.hsfnkq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T03:40:09.019 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:08 smithi132 bash[26391]: audit 2023-12-21T03:40:07.755277+0000 mon.smithi132 (mon.0) 647 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:09.019 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:08 smithi132 bash[26391]: cephadm 2023-12-21T03:40:07.756669+0000 mgr.smithi132.rubyiy (mgr.14182) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi132.hsfnkq on smithi132 2023-12-21T03:40:09.019 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:08 smithi132 bash[26391]: cluster 2023-12-21T03:40:07.973511+0000 mgr.smithi132.rubyiy (mgr.14182) 249 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout: "bind": "/fake", 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout: "fs": "foofs", 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout: "path": "/", 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout: "cluster": "foo", 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout: "mode": "RW" 2023-12-21T03:40:10.792 INFO:teuthology.orchestra.run.smithi132.stdout:} 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.758166+0000 mon.smithi132 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.184:6832/3978617320,v1:172.21.15.184:6833/3978617320] up:boot 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.758263+0000 mon.smithi132 (mon.0) 649 : cluster [INF] daemon mds.foofs.smithi184.iklxjs assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.758356+0000 mon.smithi132 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.758412+0000 mon.smithi132 (mon.0) 651 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.758441+0000 mon.smithi132 (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.758729+0000 mon.smithi132 (mon.0) 653 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:09.759035+0000 mon.smithi132 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.iklxjs"}]: dispatch 2023-12-21T03:40:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.765197+0000 mon.smithi132 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:creating} 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.791071+0000 mon.smithi132 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi184.iklxjs is now active in filesystem foofs as rank 0 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cluster 2023-12-21T03:40:09.974164+0000 mgr.smithi132.rubyiy (mgr.14182) 250 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.027222+0000 mon.smithi132 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.033556+0000 mon.smithi132 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cephadm 2023-12-21T03:40:10.057912+0000 mgr.smithi132.rubyiy (mgr.14182) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.mvgwid 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.058420+0000 mon.smithi132 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.064402+0000 mon.smithi132 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cephadm 2023-12-21T03:40:10.065373+0000 mgr.smithi132.rubyiy (mgr.14182) 252 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.065778+0000 mon.smithi132 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.070847+0000 mon.smithi132 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.075908+0000 mon.smithi132 (mon.0) 663 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.127939+0000 mon.smithi132 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.131652+0000 mon.smithi132 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cephadm 2023-12-21T03:40:10.191862+0000 mgr.smithi132.rubyiy (mgr.14182) 253 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T03:40:11.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cephadm 2023-12-21T03:40:10.192105+0000 mgr.smithi132.rubyiy (mgr.14182) 254 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.mvgwid-rgw 2023-12-21T03:40:11.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.192700+0000 mon.smithi132 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T03:40:11.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.197454+0000 mon.smithi132 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T03:40:11.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: audit 2023-12-21T03:40:10.207164+0000 mon.smithi132 (mon.0) 668 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:11.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:10 smithi184 bash[29684]: cephadm 2023-12-21T03:40:10.208256+0000 mgr.smithi132.rubyiy (mgr.14182) 255 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi132.mvgwid on smithi132 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.758166+0000 mon.smithi132 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.184:6832/3978617320,v1:172.21.15.184:6833/3978617320] up:boot 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.758263+0000 mon.smithi132 (mon.0) 649 : cluster [INF] daemon mds.foofs.smithi184.iklxjs assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.758356+0000 mon.smithi132 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.758412+0000 mon.smithi132 (mon.0) 651 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.758441+0000 mon.smithi132 (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.758729+0000 mon.smithi132 (mon.0) 653 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:09.759035+0000 mon.smithi132 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.iklxjs"}]: dispatch 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.765197+0000 mon.smithi132 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:creating} 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.791071+0000 mon.smithi132 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi184.iklxjs is now active in filesystem foofs as rank 0 2023-12-21T03:40:11.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cluster 2023-12-21T03:40:09.974164+0000 mgr.smithi132.rubyiy (mgr.14182) 250 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.027222+0000 mon.smithi132 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.033556+0000 mon.smithi132 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cephadm 2023-12-21T03:40:10.057912+0000 mgr.smithi132.rubyiy (mgr.14182) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.mvgwid 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.058420+0000 mon.smithi132 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.064402+0000 mon.smithi132 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cephadm 2023-12-21T03:40:10.065373+0000 mgr.smithi132.rubyiy (mgr.14182) 252 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.065778+0000 mon.smithi132 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.070847+0000 mon.smithi132 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.075908+0000 mon.smithi132 (mon.0) 663 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.127939+0000 mon.smithi132 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.131652+0000 mon.smithi132 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cephadm 2023-12-21T03:40:10.191862+0000 mgr.smithi132.rubyiy (mgr.14182) 253 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cephadm 2023-12-21T03:40:10.192105+0000 mgr.smithi132.rubyiy (mgr.14182) 254 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.mvgwid-rgw 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.192700+0000 mon.smithi132 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T03:40:11.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.197454+0000 mon.smithi132 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.mvgwid-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T03:40:11.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: audit 2023-12-21T03:40:10.207164+0000 mon.smithi132 (mon.0) 668 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:11.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:10 smithi132 bash[26391]: cephadm 2023-12-21T03:40:10.208256+0000 mgr.smithi132.rubyiy (mgr.14182) 255 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi132.mvgwid on smithi132 2023-12-21T03:40:11.825 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T03:40:11.837 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-21T03:40:11.838 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:11 smithi184 bash[29684]: cluster 2023-12-21T03:40:10.774149+0000 mon.smithi132 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.184:6832/3978617320,v1:172.21.15.184:6833/3978617320] up:active 2023-12-21T03:40:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:11 smithi184 bash[29684]: cluster 2023-12-21T03:40:10.774228+0000 mon.smithi132 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:active} 2023-12-21T03:40:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:11 smithi184 bash[29684]: audit 2023-12-21T03:40:10.780167+0000 mon.smithi132 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-21T03:40:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:11 smithi184 bash[29684]: audit 2023-12-21T03:40:10.784471+0000 mon.smithi132 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-21T03:40:12.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:11 smithi132 bash[26391]: cluster 2023-12-21T03:40:10.774149+0000 mon.smithi132 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.184:6832/3978617320,v1:172.21.15.184:6833/3978617320] up:active 2023-12-21T03:40:12.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:11 smithi132 bash[26391]: cluster 2023-12-21T03:40:10.774228+0000 mon.smithi132 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:active} 2023-12-21T03:40:12.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:11 smithi132 bash[26391]: audit 2023-12-21T03:40:10.780167+0000 mon.smithi132 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-21T03:40:12.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:11 smithi132 bash[26391]: audit 2023-12-21T03:40:10.784471+0000 mon.smithi132 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-21T03:40:13.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:12 smithi132 bash[26391]: cluster 2023-12-21T03:40:11.796325+0000 mon.smithi132 (mon.0) 673 : cluster [DBG] mgrmap e20: smithi132.rubyiy(active, since 6m), standbys: smithi184.ezxbbq 2023-12-21T03:40:13.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:12 smithi132 bash[26391]: cluster 2023-12-21T03:40:11.974857+0000 mgr.smithi132.rubyiy (mgr.14182) 256 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 767 B/s wr, 2 op/s 2023-12-21T03:40:13.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:12 smithi184 bash[29684]: cluster 2023-12-21T03:40:11.796325+0000 mon.smithi132 (mon.0) 673 : cluster [DBG] mgrmap e20: smithi132.rubyiy(active, since 6m), standbys: smithi184.ezxbbq 2023-12-21T03:40:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:12 smithi184 bash[29684]: cluster 2023-12-21T03:40:11.974857+0000 mgr.smithi132.rubyiy (mgr.14182) 256 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 767 B/s wr, 2 op/s 2023-12-21T03:40:13.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:13 smithi132 bash[26391]: cluster 2023-12-21T03:40:12.798724+0000 mon.smithi132 (mon.0) 674 : cluster [DBG] mds.? [v2:172.21.15.132:6834/2482505863,v1:172.21.15.132:6835/2482505863] up:boot 2023-12-21T03:40:13.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:13 smithi132 bash[26391]: cluster 2023-12-21T03:40:12.799293+0000 mon.smithi132 (mon.0) 675 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:active} 1 up:standby 2023-12-21T03:40:13.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:13 smithi132 bash[26391]: audit 2023-12-21T03:40:12.799477+0000 mon.smithi132 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.hsfnkq"}]: dispatch 2023-12-21T03:40:13.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:13 smithi132 bash[26391]: cluster 2023-12-21T03:40:12.804447+0000 mon.smithi132 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:active} 1 up:standby 2023-12-21T03:40:13.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:13 smithi132 bash[26391]: audit 2023-12-21T03:40:13.137730+0000 mon.smithi132 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:13 smithi184 bash[29684]: cluster 2023-12-21T03:40:12.798724+0000 mon.smithi132 (mon.0) 674 : cluster [DBG] mds.? [v2:172.21.15.132:6834/2482505863,v1:172.21.15.132:6835/2482505863] up:boot 2023-12-21T03:40:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:13 smithi184 bash[29684]: cluster 2023-12-21T03:40:12.799293+0000 mon.smithi132 (mon.0) 675 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:active} 1 up:standby 2023-12-21T03:40:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:13 smithi184 bash[29684]: audit 2023-12-21T03:40:12.799477+0000 mon.smithi132 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.hsfnkq"}]: dispatch 2023-12-21T03:40:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:13 smithi184 bash[29684]: cluster 2023-12-21T03:40:12.804447+0000 mon.smithi132 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iklxjs=up:active} 1 up:standby 2023-12-21T03:40:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:13 smithi184 bash[29684]: audit 2023-12-21T03:40:13.137730+0000 mon.smithi132 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:15.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:15 smithi184 bash[29684]: cluster 2023-12-21T03:40:13.975781+0000 mgr.smithi132.rubyiy (mgr.14182) 257 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:15.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:15 smithi184 bash[29684]: audit 2023-12-21T03:40:14.037194+0000 mon.smithi132 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:15.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:15 smithi184 bash[29684]: audit 2023-12-21T03:40:14.044469+0000 mon.smithi132 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:15.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:15 smithi184 bash[29684]: cephadm 2023-12-21T03:40:14.056239+0000 mgr.smithi132.rubyiy (mgr.14182) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.vehbrv on smithi184 2023-12-21T03:40:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:15 smithi132 bash[26391]: cluster 2023-12-21T03:40:13.975781+0000 mgr.smithi132.rubyiy (mgr.14182) 257 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:15 smithi132 bash[26391]: audit 2023-12-21T03:40:14.037194+0000 mon.smithi132 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:15 smithi132 bash[26391]: audit 2023-12-21T03:40:14.044469+0000 mon.smithi132 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:15 smithi132 bash[26391]: cephadm 2023-12-21T03:40:14.056239+0000 mgr.smithi132.rubyiy (mgr.14182) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.vehbrv on smithi184 2023-12-21T03:40:16.315 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:16.316 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:39:53.616296Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:39:52.449069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:39:53.616688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:39:58.546039Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:39:52.449329Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:39:52.449495Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:39:52.449659Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:39:52.449984Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:39:52.449822Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:16.959 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T03:40:17.538 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:17 smithi184 bash[29684]: cluster 2023-12-21T03:40:15.976569+0000 mgr.smithi132.rubyiy (mgr.14182) 259 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:17.538 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:17 smithi184 bash[29684]: audit 2023-12-21T03:40:16.307607+0000 mgr.smithi132.rubyiy (mgr.14182) 260 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:17.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:17 smithi132 bash[26391]: cluster 2023-12-21T03:40:15.976569+0000 mgr.smithi132.rubyiy (mgr.14182) 259 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:17.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:17 smithi132 bash[26391]: audit 2023-12-21T03:40:16.307607+0000 mgr.smithi132.rubyiy (mgr.14182) 260 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:17.959 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:18.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:18 smithi184 bash[29684]: audit 2023-12-21T03:40:17.925648+0000 mon.smithi132 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.vehbrv"}]: dispatch 2023-12-21T03:40:18.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:18 smithi184 bash[29684]: audit 2023-12-21T03:40:18.098944+0000 mon.smithi132 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:18.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:18 smithi184 bash[29684]: audit 2023-12-21T03:40:18.149436+0000 mon.smithi132 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:18.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:18 smithi132 bash[26391]: audit 2023-12-21T03:40:17.925648+0000 mon.smithi132 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.vehbrv"}]: dispatch 2023-12-21T03:40:18.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:18 smithi132 bash[26391]: audit 2023-12-21T03:40:18.098944+0000 mon.smithi132 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:18.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:18 smithi132 bash[26391]: audit 2023-12-21T03:40:18.149436+0000 mon.smithi132 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: cephadm 2023-12-21T03:40:17.924552+0000 mgr.smithi132.rubyiy (mgr.14182) 261 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vehbrv ... 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:19.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vehbrv ... 2023-12-21T03:40:19.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: cephadm 2023-12-21T03:40:17.925077+0000 mgr.smithi132.rubyiy (mgr.14182) 262 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: cephadm 2023-12-21T03:40:17.927331+0000 mgr.smithi132.rubyiy (mgr.14182) 263 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.vehbrv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:19.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vehbrv ... 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: cephadm 2023-12-21T03:40:17.932640+0000 mgr.smithi132.rubyiy (mgr.14182) 264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.dcbrjm on smithi132 2023-12-21T03:40:19.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:19 smithi132 bash[26391]: cluster 2023-12-21T03:40:17.977165+0000 mgr.smithi132.rubyiy (mgr.14182) 265 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:19.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: cephadm 2023-12-21T03:40:17.924552+0000 mgr.smithi132.rubyiy (mgr.14182) 261 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vehbrv ... 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:40:19.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vehbrv ... 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: cephadm 2023-12-21T03:40:17.925077+0000 mgr.smithi132.rubyiy (mgr.14182) 262 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: cephadm 2023-12-21T03:40:17.927331+0000 mgr.smithi132.rubyiy (mgr.14182) 263 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.vehbrv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vehbrv ... 2023-12-21T03:40:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: cephadm 2023-12-21T03:40:17.932640+0000 mgr.smithi132.rubyiy (mgr.14182) 264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.dcbrjm on smithi132 2023-12-21T03:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:19 smithi184 bash[29684]: cluster 2023-12-21T03:40:17.977165+0000 mgr.smithi132.rubyiy (mgr.14182) 265 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:21.429 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:21.429 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:39:53.616296Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:39:52.449069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:39:53.616688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:39:58.546039Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T03:40:17.927064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vehbrv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\nDeploy daemon haproxy.nfs.foo.smithi184.vehbrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:39:52.449329Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:39:52.449495Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:39:52.449659Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:39:52.449984Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:39:52.449822Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:21.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:21 smithi132 bash[26391]: cluster 2023-12-21T03:40:19.978125+0000 mgr.smithi132.rubyiy (mgr.14182) 266 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:21.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:21 smithi184 bash[29684]: cluster 2023-12-21T03:40:19.978125+0000 mgr.smithi132.rubyiy (mgr.14182) 266 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-21T03:40:22.146 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T03:40:22.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:22 smithi132 bash[26391]: audit 2023-12-21T03:40:21.420334+0000 mgr.smithi132.rubyiy (mgr.14182) 267 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:22.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:22 smithi132 bash[26391]: audit 2023-12-21T03:40:22.254645+0000 mon.smithi132 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.dcbrjm"}]: dispatch 2023-12-21T03:40:22.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:22 smithi132 bash[26391]: audit 2023-12-21T03:40:22.266650+0000 mon.smithi132 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:22.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:22 smithi132 bash[26391]: audit 2023-12-21T03:40:22.270316+0000 mon.smithi132 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:40:22.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:22 smithi184 bash[29684]: audit 2023-12-21T03:40:21.420334+0000 mgr.smithi132.rubyiy (mgr.14182) 267 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:22.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:22 smithi184 bash[29684]: audit 2023-12-21T03:40:22.254645+0000 mon.smithi132 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.dcbrjm"}]: dispatch 2023-12-21T03:40:22.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:22 smithi184 bash[29684]: audit 2023-12-21T03:40:22.266650+0000 mon.smithi132 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:22.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:22 smithi184 bash[29684]: audit 2023-12-21T03:40:22.270316+0000 mon.smithi132 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:40:23.147 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cluster 2023-12-21T03:40:21.979135+0000 mgr.smithi132.rubyiy (mgr.14182) 268 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cephadm 2023-12-21T03:40:22.253362+0000 mgr.smithi132.rubyiy (mgr.14182) 269 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:23.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.dcbrjm ... 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:23.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.dcbrjm ... 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cephadm 2023-12-21T03:40:22.253886+0000 mgr.smithi132.rubyiy (mgr.14182) 270 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cephadm 2023-12-21T03:40:22.256228+0000 mgr.smithi132.rubyiy (mgr.14182) 271 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.dcbrjm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.dcbrjm ... 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cephadm 2023-12-21T03:40:22.267216+0000 mgr.smithi132.rubyiy (mgr.14182) 272 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.ttxjvs on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cephadm 2023-12-21T03:40:22.269044+0000 mgr.smithi132.rubyiy (mgr.14182) 273 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cluster 2023-12-21T03:40:22.269997+0000 mgr.smithi132.rubyiy (mgr.14182) 274 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: cluster 2023-12-21T03:40:22.294908+0000 mon.smithi132 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:40:23.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:23 smithi132 bash[26391]: audit 2023-12-21T03:40:23.167654+0000 mon.smithi132 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cluster 2023-12-21T03:40:21.979135+0000 mgr.smithi132.rubyiy (mgr.14182) 268 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-21T03:40:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cephadm 2023-12-21T03:40:22.253362+0000 mgr.smithi132.rubyiy (mgr.14182) 269 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.dcbrjm ... 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:40:23.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.dcbrjm ... 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cephadm 2023-12-21T03:40:22.253886+0000 mgr.smithi132.rubyiy (mgr.14182) 270 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cephadm 2023-12-21T03:40:22.256228+0000 mgr.smithi132.rubyiy (mgr.14182) 271 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.dcbrjm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.dcbrjm ... 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cephadm 2023-12-21T03:40:22.267216+0000 mgr.smithi132.rubyiy (mgr.14182) 272 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.ttxjvs on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cephadm 2023-12-21T03:40:22.269044+0000 mgr.smithi132.rubyiy (mgr.14182) 273 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:23.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cluster 2023-12-21T03:40:22.269997+0000 mgr.smithi132.rubyiy (mgr.14182) 274 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-21T03:40:23.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: cluster 2023-12-21T03:40:22.294908+0000 mon.smithi132 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:40:23.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:23 smithi184 bash[29684]: audit 2023-12-21T03:40:23.167654+0000 mon.smithi132 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:25.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:25 smithi184 bash[29684]: cluster 2023-12-21T03:40:24.271382+0000 mgr.smithi132.rubyiy (mgr.14182) 275 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-12-21T03:40:25.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:25 smithi132 bash[26391]: cluster 2023-12-21T03:40:24.271382+0000 mgr.smithi132.rubyiy (mgr.14182) 275 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-12-21T03:40:26.527 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:26.527 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:39:53.616296Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:39:52.449069Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:39:53.616688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:39:58.546039Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T03:40:17.927064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vehbrv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\nDeploy daemon haproxy.nfs.foo.smithi184.vehbrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:22.255983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.dcbrjm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm\nDeploy daemon haproxy.nfs.foo.smithi132.dcbrjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:22.267065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ttxjvs on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:22.268932Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:39:52.449329Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:39:52.449495Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:39:52.449659Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:39:52.449984Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:39:52.449822Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:27.121 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T03:40:27.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:27 smithi132 bash[26391]: cluster 2023-12-21T03:40:26.272577+0000 mgr.smithi132.rubyiy (mgr.14182) 276 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 895 B/s wr, 2 op/s 2023-12-21T03:40:27.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:27 smithi132 bash[26391]: audit 2023-12-21T03:40:26.515320+0000 mgr.smithi132.rubyiy (mgr.14182) 277 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:27.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:27 smithi184 bash[29684]: cluster 2023-12-21T03:40:26.272577+0000 mgr.smithi132.rubyiy (mgr.14182) 276 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 895 B/s wr, 2 op/s 2023-12-21T03:40:27.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:27 smithi184 bash[29684]: audit 2023-12-21T03:40:26.515320+0000 mgr.smithi132.rubyiy (mgr.14182) 277 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:28.122 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:29.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:29 smithi132 bash[26391]: audit 2023-12-21T03:40:28.154351+0000 mon.smithi132 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:29.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:29 smithi132 bash[26391]: cluster 2023-12-21T03:40:28.273625+0000 mgr.smithi132.rubyiy (mgr.14182) 278 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 895 B/s wr, 2 op/s 2023-12-21T03:40:29.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:29 smithi132 bash[26391]: audit 2023-12-21T03:40:29.078117+0000 mon.smithi132 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:29.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:29 smithi184 bash[29684]: audit 2023-12-21T03:40:28.154351+0000 mon.smithi132 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:29.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:29 smithi184 bash[29684]: cluster 2023-12-21T03:40:28.273625+0000 mgr.smithi132.rubyiy (mgr.14182) 278 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 895 B/s wr, 2 op/s 2023-12-21T03:40:29.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:29 smithi184 bash[29684]: audit 2023-12-21T03:40:29.078117+0000 mon.smithi132 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: audit 2023-12-21T03:40:29.365483+0000 mon.smithi132 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: audit 2023-12-21T03:40:29.367128+0000 mon.smithi132 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: audit 2023-12-21T03:40:29.377126+0000 mon.smithi132 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: cluster 2023-12-21T03:40:29.378041+0000 mgr.smithi132.rubyiy (mgr.14182) 279 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 980 B/s wr, 2 op/s 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: audit 2023-12-21T03:40:29.387688+0000 mon.smithi132 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: audit 2023-12-21T03:40:29.404444+0000 mon.smithi132 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:30.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:30 smithi132 bash[26391]: cephadm 2023-12-21T03:40:29.408282+0000 mgr.smithi132.rubyiy (mgr.14182) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.mxarjw on smithi184 2023-12-21T03:40:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: audit 2023-12-21T03:40:29.365483+0000 mon.smithi132 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: audit 2023-12-21T03:40:29.367128+0000 mon.smithi132 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:40:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: audit 2023-12-21T03:40:29.377126+0000 mon.smithi132 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: cluster 2023-12-21T03:40:29.378041+0000 mgr.smithi132.rubyiy (mgr.14182) 279 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 980 B/s wr, 2 op/s 2023-12-21T03:40:30.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: audit 2023-12-21T03:40:29.387688+0000 mon.smithi132 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:40:30.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: audit 2023-12-21T03:40:29.404444+0000 mon.smithi132 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:30.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:30 smithi184 bash[29684]: cephadm 2023-12-21T03:40:29.408282+0000 mgr.smithi132.rubyiy (mgr.14182) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.mxarjw on smithi184 2023-12-21T03:40:31.376 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:31.376 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:29.067472Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:28.143183Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:29.067679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:39:58.546039Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T03:40:17.927064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vehbrv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\nDeploy daemon haproxy.nfs.foo.smithi184.vehbrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:22.255983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.dcbrjm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm\nDeploy daemon haproxy.nfs.foo.smithi132.dcbrjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:22.267065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ttxjvs on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:22.268932Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:28.144929Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:28.143565Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:28.143810Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:29.068391Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:28.143973Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:28.144275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:28.144124Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:31.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:31 smithi184 bash[29684]: cluster 2023-12-21T03:40:30.373115+0000 mon.smithi132 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:40:31.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:31 smithi184 bash[29684]: cluster 2023-12-21T03:40:30.373144+0000 mon.smithi132 (mon.0) 697 : cluster [INF] Cluster is now healthy 2023-12-21T03:40:31.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:31 smithi132 bash[26391]: cluster 2023-12-21T03:40:30.373115+0000 mon.smithi132 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:40:31.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:31 smithi132 bash[26391]: cluster 2023-12-21T03:40:30.373144+0000 mon.smithi132 (mon.0) 697 : cluster [INF] Cluster is now healthy 2023-12-21T03:40:31.985 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-21T03:40:31.986 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T03:40:31.995 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-21T03:40:31.996 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:32 smithi184 bash[29684]: audit 2023-12-21T03:40:31.362944+0000 mgr.smithi132.rubyiy (mgr.14182) 281 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:32.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:32 smithi184 bash[29684]: cluster 2023-12-21T03:40:31.378656+0000 mgr.smithi132.rubyiy (mgr.14182) 282 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2023-12-21T03:40:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:32 smithi132 bash[26391]: audit 2023-12-21T03:40:31.362944+0000 mgr.smithi132.rubyiy (mgr.14182) 281 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:32 smithi132 bash[26391]: cluster 2023-12-21T03:40:31.378656+0000 mgr.smithi132.rubyiy (mgr.14182) 282 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2023-12-21T03:40:33.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:33 smithi184 bash[29684]: audit 2023-12-21T03:40:33.186930+0000 mon.smithi132 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.mxarjw"}]: dispatch 2023-12-21T03:40:33.415 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:33 smithi132 bash[26391]: audit 2023-12-21T03:40:33.186930+0000 mon.smithi132 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.mxarjw"}]: dispatch 2023-12-21T03:40:34.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: cephadm 2023-12-21T03:40:33.185912+0000 mgr.smithi132.rubyiy (mgr.14182) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.mxarjw ... 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:34.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.mxarjw ... 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: cephadm 2023-12-21T03:40:33.186365+0000 mgr.smithi132.rubyiy (mgr.14182) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: cephadm 2023-12-21T03:40:33.188525+0000 mgr.smithi132.rubyiy (mgr.14182) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.mxarjw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.mxarjw ... 2023-12-21T03:40:34.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:34.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:34.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:34.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: cephadm 2023-12-21T03:40:33.193680+0000 mgr.smithi132.rubyiy (mgr.14182) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.uzbtdd on smithi132 2023-12-21T03:40:34.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:34 smithi184 bash[29684]: cluster 2023-12-21T03:40:33.379529+0000 mgr.smithi132.rubyiy (mgr.14182) 287 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: cephadm 2023-12-21T03:40:33.185912+0000 mgr.smithi132.rubyiy (mgr.14182) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.mxarjw ... 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.mxarjw ... 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: cephadm 2023-12-21T03:40:33.186365+0000 mgr.smithi132.rubyiy (mgr.14182) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: cephadm 2023-12-21T03:40:33.188525+0000 mgr.smithi132.rubyiy (mgr.14182) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.mxarjw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.mxarjw ... 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: cephadm 2023-12-21T03:40:33.193680+0000 mgr.smithi132.rubyiy (mgr.14182) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.uzbtdd on smithi132 2023-12-21T03:40:34.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:34 smithi132 bash[26391]: cluster 2023-12-21T03:40:33.379529+0000 mgr.smithi132.rubyiy (mgr.14182) 287 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T03:40:35.324 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:35.325 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:29.067472Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:28.143183Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:29.067679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:17.927064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vehbrv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vehbrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vehbrv\nDeploy daemon haproxy.nfs.foo.smithi184.vehbrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:22.255983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.dcbrjm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-dcbrjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.dcbrjm\nDeploy daemon haproxy.nfs.foo.smithi132.dcbrjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:22.267065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ttxjvs on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:22.268932Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:33.188266Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.mxarjw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\nDeploy daemon haproxy.nfs.foo.smithi184.mxarjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:28.144929Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:28.143565Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:28.143810Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:29.068391Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:28.143973Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:28.144275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:28.144124Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:35.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:40:36.626 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:36 smithi132 bash[26391]: audit 2023-12-21T03:40:35.319295+0000 mgr.smithi132.rubyiy (mgr.14182) 288 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:36.627 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:36 smithi132 bash[26391]: cluster 2023-12-21T03:40:35.380215+0000 mgr.smithi132.rubyiy (mgr.14182) 289 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T03:40:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:36 smithi184 bash[29684]: audit 2023-12-21T03:40:35.319295+0000 mgr.smithi132.rubyiy (mgr.14182) 288 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:36 smithi184 bash[29684]: cluster 2023-12-21T03:40:35.380215+0000 mgr.smithi132.rubyiy (mgr.14182) 289 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T03:40:36.943 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:37 smithi184 bash[29684]: audit 2023-12-21T03:40:37.042774+0000 mon.smithi132 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.uzbtdd"}]: dispatch 2023-12-21T03:40:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:37 smithi184 bash[29684]: audit 2023-12-21T03:40:37.054619+0000 mon.smithi132 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:40:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:37 smithi132 bash[26391]: audit 2023-12-21T03:40:37.042774+0000 mon.smithi132 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.uzbtdd"}]: dispatch 2023-12-21T03:40:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:37 smithi132 bash[26391]: audit 2023-12-21T03:40:37.054619+0000 mon.smithi132 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:40:38.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cephadm 2023-12-21T03:40:37.041576+0000 mgr.smithi132.rubyiy (mgr.14182) 290 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:38.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.uzbtdd ... 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:38.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:38.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:38.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.uzbtdd ... 2023-12-21T03:40:38.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cephadm 2023-12-21T03:40:37.042120+0000 mgr.smithi132.rubyiy (mgr.14182) 291 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cephadm 2023-12-21T03:40:37.044367+0000 mgr.smithi132.rubyiy (mgr.14182) 292 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.uzbtdd on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.uzbtdd ... 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:38.480 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cephadm 2023-12-21T03:40:37.047619+0000 mgr.smithi132.rubyiy (mgr.14182) 293 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.obafhe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:38.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cephadm 2023-12-21T03:40:37.049329+0000 mgr.smithi132.rubyiy (mgr.14182) 294 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:38.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cluster 2023-12-21T03:40:37.051051+0000 mgr.smithi132.rubyiy (mgr.14182) 295 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:40:38.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: cluster 2023-12-21T03:40:37.288708+0000 mon.smithi132 (mon.0) 701 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:40:38.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:38 smithi132 bash[26391]: audit 2023-12-21T03:40:38.186641+0000 mon.smithi132 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cephadm 2023-12-21T03:40:37.041576+0000 mgr.smithi132.rubyiy (mgr.14182) 290 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.uzbtdd ... 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:38.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.uzbtdd ... 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cephadm 2023-12-21T03:40:37.042120+0000 mgr.smithi132.rubyiy (mgr.14182) 291 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cephadm 2023-12-21T03:40:37.044367+0000 mgr.smithi132.rubyiy (mgr.14182) 292 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.uzbtdd on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.uzbtdd ... 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cephadm 2023-12-21T03:40:37.047619+0000 mgr.smithi132.rubyiy (mgr.14182) 293 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.obafhe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cephadm 2023-12-21T03:40:37.049329+0000 mgr.smithi132.rubyiy (mgr.14182) 294 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cluster 2023-12-21T03:40:37.051051+0000 mgr.smithi132.rubyiy (mgr.14182) 295 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:40:38.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: cluster 2023-12-21T03:40:37.288708+0000 mon.smithi132 (mon.0) 701 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:40:38.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:38 smithi184 bash[29684]: audit 2023-12-21T03:40:38.186641+0000 mon.smithi132 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:40.276 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:40.276 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:29.067472Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:28.143183Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:29.067679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:22.268932Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:33.188266Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.mxarjw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\nDeploy daemon haproxy.nfs.foo.smithi184.mxarjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:37.044069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.uzbtdd on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd\nDeploy daemon haproxy.nfs.foo.smithi132.uzbtdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:37.047517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.obafhe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:28.144929Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:28.143565Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:28.143810Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:29.068391Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:28.143973Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:28.144275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:28.144124Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:40.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:40 smithi184 bash[29684]: cluster 2023-12-21T03:40:39.052360+0000 mgr.smithi132.rubyiy (mgr.14182) 296 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:40:40.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:40 smithi132 bash[26391]: cluster 2023-12-21T03:40:39.052360+0000 mgr.smithi132.rubyiy (mgr.14182) 296 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:40:40.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:40:41.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:41 smithi184 bash[29684]: audit 2023-12-21T03:40:40.263146+0000 mgr.smithi132.rubyiy (mgr.14182) 297 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:41 smithi132 bash[26391]: audit 2023-12-21T03:40:40.263146+0000 mgr.smithi132.rubyiy (mgr.14182) 297 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:41.904 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:42.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:42 smithi184 bash[29684]: cluster 2023-12-21T03:40:41.053659+0000 mgr.smithi132.rubyiy (mgr.14182) 298 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T03:40:42.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:42 smithi132 bash[26391]: cluster 2023-12-21T03:40:41.053659+0000 mgr.smithi132.rubyiy (mgr.14182) 298 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T03:40:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:43 smithi132 bash[26391]: audit 2023-12-21T03:40:42.949369+0000 mon.smithi132 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:43 smithi132 bash[26391]: cluster 2023-12-21T03:40:43.054656+0000 mgr.smithi132.rubyiy (mgr.14182) 299 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T03:40:44.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:43 smithi184 bash[29684]: audit 2023-12-21T03:40:42.949369+0000 mon.smithi132 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:44.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:43 smithi184 bash[29684]: cluster 2023-12-21T03:40:43.054656+0000 mgr.smithi132.rubyiy (mgr.14182) 299 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T03:40:45.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: audit 2023-12-21T03:40:43.965248+0000 mon.smithi132 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:45.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: audit 2023-12-21T03:40:43.967278+0000 mon.smithi132 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:45.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: audit 2023-12-21T03:40:43.969632+0000 mon.smithi132 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:40:45.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: audit 2023-12-21T03:40:43.977640+0000 mon.smithi132 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:45.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: cluster 2023-12-21T03:40:43.978517+0000 mgr.smithi132.rubyiy (mgr.14182) 300 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:40:45.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: audit 2023-12-21T03:40:43.984124+0000 mon.smithi132 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:40:45.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: audit 2023-12-21T03:40:43.999660+0000 mon.smithi132 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:45.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:44 smithi132 bash[26391]: cephadm 2023-12-21T03:40:44.003192+0000 mgr.smithi132.rubyiy (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ykidlb on smithi184 2023-12-21T03:40:45.255 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:45.255 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:22.268932Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jafwxr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:33.188266Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.mxarjw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\nDeploy daemon haproxy.nfs.foo.smithi184.mxarjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:37.044069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.uzbtdd on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd\nDeploy daemon haproxy.nfs.foo.smithi132.uzbtdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:37.047517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.obafhe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: audit 2023-12-21T03:40:43.965248+0000 mon.smithi132 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: audit 2023-12-21T03:40:43.967278+0000 mon.smithi132 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: audit 2023-12-21T03:40:43.969632+0000 mon.smithi132 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: audit 2023-12-21T03:40:43.977640+0000 mon.smithi132 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: cluster 2023-12-21T03:40:43.978517+0000 mgr.smithi132.rubyiy (mgr.14182) 300 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: audit 2023-12-21T03:40:43.984124+0000 mon.smithi132 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: audit 2023-12-21T03:40:43.999660+0000 mon.smithi132 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:45.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:44 smithi184 bash[29684]: cephadm 2023-12-21T03:40:44.003192+0000 mgr.smithi132.rubyiy (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ykidlb on smithi184 2023-12-21T03:40:45.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:40:46.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:45 smithi132 bash[26391]: cluster 2023-12-21T03:40:44.975244+0000 mon.smithi132 (mon.0) 710 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:40:46.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:45 smithi132 bash[26391]: cluster 2023-12-21T03:40:44.975309+0000 mon.smithi132 (mon.0) 711 : cluster [INF] Cluster is now healthy 2023-12-21T03:40:46.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:45 smithi132 bash[26391]: audit 2023-12-21T03:40:45.248400+0000 mgr.smithi132.rubyiy (mgr.14182) 302 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:46.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:45 smithi184 bash[29684]: cluster 2023-12-21T03:40:44.975244+0000 mon.smithi132 (mon.0) 710 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:40:46.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:45 smithi184 bash[29684]: cluster 2023-12-21T03:40:44.975309+0000 mon.smithi132 (mon.0) 711 : cluster [INF] Cluster is now healthy 2023-12-21T03:40:46.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:45 smithi184 bash[29684]: audit 2023-12-21T03:40:45.248400+0000 mgr.smithi132.rubyiy (mgr.14182) 302 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:46.853 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:47.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:46 smithi132 bash[26391]: cluster 2023-12-21T03:40:45.979412+0000 mgr.smithi132.rubyiy (mgr.14182) 303 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:40:47.362 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:46 smithi184 bash[29684]: cluster 2023-12-21T03:40:45.979412+0000 mgr.smithi132.rubyiy (mgr.14182) 303 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:40:48.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:47 smithi132 bash[26391]: audit 2023-12-21T03:40:47.728493+0000 mon.smithi132 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ykidlb"}]: dispatch 2023-12-21T03:40:48.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:47 smithi184 bash[29684]: audit 2023-12-21T03:40:47.728493+0000 mon.smithi132 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ykidlb"}]: dispatch 2023-12-21T03:40:49.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: cephadm 2023-12-21T03:40:47.727378+0000 mgr.smithi132.rubyiy (mgr.14182) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:49.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:49.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ykidlb ... 2023-12-21T03:40:49.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:49.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:49.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:40:49.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:49.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:49.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ykidlb ... 2023-12-21T03:40:49.393 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.393 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:49.393 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:49.393 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:49.393 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.393 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: cephadm 2023-12-21T03:40:47.727894+0000 mgr.smithi132.rubyiy (mgr.14182) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: cephadm 2023-12-21T03:40:47.730146+0000 mgr.smithi132.rubyiy (mgr.14182) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.394 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ykidlb ... 2023-12-21T03:40:49.395 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.395 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:49.395 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:49.395 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:49.395 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.395 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: cephadm 2023-12-21T03:40:47.735483+0000 mgr.smithi132.rubyiy (mgr.14182) 307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.gbmavl on smithi132 2023-12-21T03:40:49.396 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:48 smithi184 bash[29684]: cluster 2023-12-21T03:40:47.980187+0000 mgr.smithi132.rubyiy (mgr.14182) 308 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-21T03:40:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: cephadm 2023-12-21T03:40:47.727378+0000 mgr.smithi132.rubyiy (mgr.14182) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ykidlb ... 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:40:49.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ykidlb ... 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:49.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: cephadm 2023-12-21T03:40:47.727894+0000 mgr.smithi132.rubyiy (mgr.14182) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: cephadm 2023-12-21T03:40:47.730146+0000 mgr.smithi132.rubyiy (mgr.14182) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ykidlb ... 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: cephadm 2023-12-21T03:40:47.735483+0000 mgr.smithi132.rubyiy (mgr.14182) 307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.gbmavl on smithi132 2023-12-21T03:40:49.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:48 smithi132 bash[26391]: cluster 2023-12-21T03:40:47.980187+0000 mgr.smithi132.rubyiy (mgr.14182) 308 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-21T03:40:50.238 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:50.238 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:33.188266Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.mxarjw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-mxarjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.mxarjw\nDeploy daemon haproxy.nfs.foo.smithi184.mxarjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:37.044069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.uzbtdd on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-uzbtdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.uzbtdd\nDeploy daemon haproxy.nfs.foo.smithi132.uzbtdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:37.047517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.obafhe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:50.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:40:51.538 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:51 smithi132 bash[26391]: cluster 2023-12-21T03:40:49.981141+0000 mgr.smithi132.rubyiy (mgr.14182) 309 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-21T03:40:51.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:51 smithi132 bash[26391]: audit 2023-12-21T03:40:50.225130+0000 mgr.smithi132.rubyiy (mgr.14182) 310 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:51.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:51 smithi184 bash[29684]: cluster 2023-12-21T03:40:49.981141+0000 mgr.smithi132.rubyiy (mgr.14182) 309 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-21T03:40:51.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:51 smithi184 bash[29684]: audit 2023-12-21T03:40:50.225130+0000 mgr.smithi132.rubyiy (mgr.14182) 310 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:51.881 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:52.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:52 smithi184 bash[29684]: audit 2023-12-21T03:40:51.536560+0000 mon.smithi132 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.gbmavl"}]: dispatch 2023-12-21T03:40:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:52 smithi132 bash[26391]: audit 2023-12-21T03:40:51.536560+0000 mon.smithi132 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.gbmavl"}]: dispatch 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cephadm 2023-12-21T03:40:51.535458+0000 mgr.smithi132.rubyiy (mgr.14182) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.gbmavl ... 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:53.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.340 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.gbmavl ... 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cephadm 2023-12-21T03:40:51.536065+0000 mgr.smithi132.rubyiy (mgr.14182) 312 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cephadm 2023-12-21T03:40:51.537814+0000 mgr.smithi132.rubyiy (mgr.14182) 313 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.gbmavl ... 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.341 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cephadm 2023-12-21T03:40:51.543142+0000 mgr.smithi132.rubyiy (mgr.14182) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cephadm 2023-12-21T03:40:51.545335+0000 mgr.smithi132.rubyiy (mgr.14182) 315 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cluster 2023-12-21T03:40:51.547181+0000 mgr.smithi132.rubyiy (mgr.14182) 316 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:40:53.342 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:53 smithi132 bash[26391]: cluster 2023-12-21T03:40:52.287379+0000 mon.smithi132 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:40:53.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cephadm 2023-12-21T03:40:51.535458+0000 mgr.smithi132.rubyiy (mgr.14182) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.gbmavl ... 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:40:53.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.gbmavl ... 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cephadm 2023-12-21T03:40:51.536065+0000 mgr.smithi132.rubyiy (mgr.14182) 312 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cephadm 2023-12-21T03:40:51.537814+0000 mgr.smithi132.rubyiy (mgr.14182) 313 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl 2023-12-21T03:40:53.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.gbmavl ... 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cephadm 2023-12-21T03:40:51.543142+0000 mgr.smithi132.rubyiy (mgr.14182) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cephadm 2023-12-21T03:40:51.545335+0000 mgr.smithi132.rubyiy (mgr.14182) 315 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cluster 2023-12-21T03:40:51.547181+0000 mgr.smithi132.rubyiy (mgr.14182) 316 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:40:53.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:53 smithi184 bash[29684]: cluster 2023-12-21T03:40:52.287379+0000 mon.smithi132 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:40:54.709 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:54 smithi132 bash[26391]: audit 2023-12-21T03:40:53.393064+0000 mon.smithi132 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:54 smithi184 bash[29684]: audit 2023-12-21T03:40:53.393064+0000 mon.smithi132 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:40:55.171 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:40:55.171 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:40:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:55 smithi132 bash[26391]: cluster 2023-12-21T03:40:53.548485+0000 mgr.smithi132.rubyiy (mgr.14182) 317 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:40:55.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:40:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:55 smithi184 bash[29684]: cluster 2023-12-21T03:40:53.548485+0000 mgr.smithi132.rubyiy (mgr.14182) 317 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:40:56.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:56 smithi132 bash[26391]: audit 2023-12-21T03:40:55.165676+0000 mgr.smithi132.rubyiy (mgr.14182) 318 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:56.833 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:40:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:56 smithi184 bash[29684]: audit 2023-12-21T03:40:55.165676+0000 mgr.smithi132.rubyiy (mgr.14182) 318 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:40:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:57 smithi132 bash[26391]: cluster 2023-12-21T03:40:55.549531+0000 mgr.smithi132.rubyiy (mgr.14182) 319 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T03:40:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:57 smithi184 bash[29684]: cluster 2023-12-21T03:40:55.549531+0000 mgr.smithi132.rubyiy (mgr.14182) 319 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T03:40:59.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:40:59 smithi132 bash[26391]: cluster 2023-12-21T03:40:57.551023+0000 mgr.smithi132.rubyiy (mgr.14182) 320 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T03:40:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:40:59 smithi184 bash[29684]: cluster 2023-12-21T03:40:57.551023+0000 mgr.smithi132.rubyiy (mgr.14182) 320 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T03:41:00.071 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:00.072 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:00.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:01 smithi132 bash[26391]: cluster 2023-12-21T03:40:59.552233+0000 mgr.smithi132.rubyiy (mgr.14182) 321 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T03:41:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:01 smithi132 bash[26391]: audit 2023-12-21T03:41:00.066635+0000 mgr.smithi132.rubyiy (mgr.14182) 322 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:01.733 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:01 smithi184 bash[29684]: cluster 2023-12-21T03:40:59.552233+0000 mgr.smithi132.rubyiy (mgr.14182) 321 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T03:41:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:01 smithi184 bash[29684]: audit 2023-12-21T03:41:00.066635+0000 mgr.smithi132.rubyiy (mgr.14182) 322 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:03 smithi132 bash[26391]: cluster 2023-12-21T03:41:01.553435+0000 mgr.smithi132.rubyiy (mgr.14182) 323 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T03:41:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:03 smithi132 bash[26391]: audit 2023-12-21T03:41:03.099612+0000 mon.smithi132 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:41:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:03 smithi184 bash[29684]: cluster 2023-12-21T03:41:01.553435+0000 mgr.smithi132.rubyiy (mgr.14182) 323 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T03:41:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:03 smithi184 bash[29684]: audit 2023-12-21T03:41:03.099612+0000 mon.smithi132 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:41:05.013 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:05.013 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:05.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:05.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:05 smithi132 bash[26391]: cluster 2023-12-21T03:41:03.554777+0000 mgr.smithi132.rubyiy (mgr.14182) 324 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:05 smithi184 bash[29684]: cluster 2023-12-21T03:41:03.554777+0000 mgr.smithi132.rubyiy (mgr.14182) 324 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:06.617 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:06 smithi132 bash[26391]: audit 2023-12-21T03:41:05.002567+0000 mgr.smithi132.rubyiy (mgr.14182) 325 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:06 smithi184 bash[29684]: audit 2023-12-21T03:41:05.002567+0000 mgr.smithi132.rubyiy (mgr.14182) 325 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:07.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:07 smithi132 bash[26391]: cluster 2023-12-21T03:41:05.555812+0000 mgr.smithi132.rubyiy (mgr.14182) 326 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:07 smithi184 bash[29684]: cluster 2023-12-21T03:41:05.555812+0000 mgr.smithi132.rubyiy (mgr.14182) 326 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:09 smithi132 bash[26391]: cluster 2023-12-21T03:41:07.557183+0000 mgr.smithi132.rubyiy (mgr.14182) 327 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:09.785 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:09.785 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:09 smithi184 bash[29684]: cluster 2023-12-21T03:41:07.557183+0000 mgr.smithi132.rubyiy (mgr.14182) 327 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:10.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:11.436 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:11.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:11 smithi132 bash[26391]: cluster 2023-12-21T03:41:09.557944+0000 mgr.smithi132.rubyiy (mgr.14182) 328 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:11.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:11 smithi132 bash[26391]: audit 2023-12-21T03:41:09.771851+0000 mgr.smithi132.rubyiy (mgr.14182) 329 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:11 smithi184 bash[29684]: cluster 2023-12-21T03:41:09.557944+0000 mgr.smithi132.rubyiy (mgr.14182) 328 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:11 smithi184 bash[29684]: audit 2023-12-21T03:41:09.771851+0000 mgr.smithi132.rubyiy (mgr.14182) 329 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:13.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:13 smithi132 bash[26391]: cluster 2023-12-21T03:41:11.559109+0000 mgr.smithi132.rubyiy (mgr.14182) 330 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:13 smithi184 bash[29684]: cluster 2023-12-21T03:41:11.559109+0000 mgr.smithi132.rubyiy (mgr.14182) 330 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:14.795 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:14.795 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:15.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:15.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:15 smithi132 bash[26391]: cluster 2023-12-21T03:41:13.560508+0000 mgr.smithi132.rubyiy (mgr.14182) 331 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:15 smithi184 bash[29684]: cluster 2023-12-21T03:41:13.560508+0000 mgr.smithi132.rubyiy (mgr.14182) 331 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:16.446 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:16.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:16 smithi132 bash[26391]: audit 2023-12-21T03:41:14.782909+0000 mgr.smithi132.rubyiy (mgr.14182) 332 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:16 smithi184 bash[29684]: audit 2023-12-21T03:41:14.782909+0000 mgr.smithi132.rubyiy (mgr.14182) 332 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:17.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:17 smithi132 bash[26391]: cluster 2023-12-21T03:41:15.561527+0000 mgr.smithi132.rubyiy (mgr.14182) 333 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:17 smithi184 bash[29684]: cluster 2023-12-21T03:41:15.561527+0000 mgr.smithi132.rubyiy (mgr.14182) 333 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:19.653 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:19.653 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:19 smithi184 bash[29684]: cluster 2023-12-21T03:41:17.562229+0000 mgr.smithi132.rubyiy (mgr.14182) 334 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:19.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:19 smithi132 bash[26391]: cluster 2023-12-21T03:41:17.562229+0000 mgr.smithi132.rubyiy (mgr.14182) 334 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:20.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:21.289 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:21.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:21 smithi132 bash[26391]: cluster 2023-12-21T03:41:19.563306+0000 mgr.smithi132.rubyiy (mgr.14182) 335 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:21.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:21 smithi132 bash[26391]: audit 2023-12-21T03:41:19.644627+0000 mgr.smithi132.rubyiy (mgr.14182) 336 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:21 smithi184 bash[29684]: cluster 2023-12-21T03:41:19.563306+0000 mgr.smithi132.rubyiy (mgr.14182) 335 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:21 smithi184 bash[29684]: audit 2023-12-21T03:41:19.644627+0000 mgr.smithi132.rubyiy (mgr.14182) 336 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:23 smithi184 bash[29684]: cluster 2023-12-21T03:41:21.564608+0000 mgr.smithi132.rubyiy (mgr.14182) 337 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:23.964 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:23 smithi132 bash[26391]: cluster 2023-12-21T03:41:21.564608+0000 mgr.smithi132.rubyiy (mgr.14182) 337 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:24.402 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:24.402 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:25.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:25 smithi184 bash[29684]: cluster 2023-12-21T03:41:23.565835+0000 mgr.smithi132.rubyiy (mgr.14182) 338 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:25 smithi184 bash[29684]: audit 2023-12-21T03:41:24.389167+0000 mgr.smithi132.rubyiy (mgr.14182) 339 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:25.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:25 smithi132 bash[26391]: cluster 2023-12-21T03:41:23.565835+0000 mgr.smithi132.rubyiy (mgr.14182) 338 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:25.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:25 smithi132 bash[26391]: audit 2023-12-21T03:41:24.389167+0000 mgr.smithi132.rubyiy (mgr.14182) 339 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:26.049 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:27 smithi184 bash[29684]: cluster 2023-12-21T03:41:25.566850+0000 mgr.smithi132.rubyiy (mgr.14182) 340 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:27 smithi132 bash[26391]: cluster 2023-12-21T03:41:25.566850+0000 mgr.smithi132.rubyiy (mgr.14182) 340 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:29.409 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:29.410 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:29 smithi132 bash[26391]: cluster 2023-12-21T03:41:27.568013+0000 mgr.smithi132.rubyiy (mgr.14182) 341 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:29 smithi184 bash[29684]: cluster 2023-12-21T03:41:27.568013+0000 mgr.smithi132.rubyiy (mgr.14182) 341 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:30.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:30.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:30 smithi184 bash[29684]: audit 2023-12-21T03:41:29.399435+0000 mgr.smithi132.rubyiy (mgr.14182) 342 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:30.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:30 smithi132 bash[26391]: audit 2023-12-21T03:41:29.399435+0000 mgr.smithi132.rubyiy (mgr.14182) 342 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:31.044 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:31 smithi184 bash[29684]: cluster 2023-12-21T03:41:29.569239+0000 mgr.smithi132.rubyiy (mgr.14182) 343 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:31 smithi132 bash[26391]: cluster 2023-12-21T03:41:29.569239+0000 mgr.smithi132.rubyiy (mgr.14182) 343 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:33 smithi184 bash[29684]: cluster 2023-12-21T03:41:31.570652+0000 mgr.smithi132.rubyiy (mgr.14182) 344 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:33.888 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:33 smithi132 bash[26391]: cluster 2023-12-21T03:41:31.570652+0000 mgr.smithi132.rubyiy (mgr.14182) 344 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:34.315 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:34.316 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:34 smithi132 bash[26391]: cluster 2023-12-21T03:41:33.571938+0000 mgr.smithi132.rubyiy (mgr.14182) 345 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:34 smithi132 bash[26391]: audit 2023-12-21T03:41:34.300911+0000 mgr.smithi132.rubyiy (mgr.14182) 346 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:34 smithi184 bash[29684]: cluster 2023-12-21T03:41:33.571938+0000 mgr.smithi132.rubyiy (mgr.14182) 345 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:34 smithi184 bash[29684]: audit 2023-12-21T03:41:34.300911+0000 mgr.smithi132.rubyiy (mgr.14182) 346 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:34.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:35.962 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:37.443 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:37 smithi132 bash[26391]: cluster 2023-12-21T03:41:35.572969+0000 mgr.smithi132.rubyiy (mgr.14182) 347 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:37.443 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:37 smithi132 bash[26391]: cluster 2023-12-21T03:41:36.319443+0000 mon.smithi132 (mon.0) 717 : cluster [DBG] mgrmap e21: smithi132.rubyiy(active, since 7m), standbys: smithi184.ezxbbq 2023-12-21T03:41:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:37 smithi184 bash[29684]: cluster 2023-12-21T03:41:35.572969+0000 mgr.smithi132.rubyiy (mgr.14182) 347 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:37 smithi184 bash[29684]: cluster 2023-12-21T03:41:36.319443+0000 mon.smithi132 (mon.0) 717 : cluster [DBG] mgrmap e21: smithi132.rubyiy(active, since 7m), standbys: smithi184.ezxbbq 2023-12-21T03:41:39.270 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:39.270 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:39.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:39 smithi184 bash[29684]: cluster 2023-12-21T03:41:37.574659+0000 mgr.smithi132.rubyiy (mgr.14182) 348 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:39 smithi132 bash[26391]: cluster 2023-12-21T03:41:37.574659+0000 mgr.smithi132.rubyiy (mgr.14182) 348 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:39.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:40.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:40 smithi184 bash[29684]: audit 2023-12-21T03:41:39.259296+0000 mgr.smithi132.rubyiy (mgr.14182) 349 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:40.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:40 smithi132 bash[26391]: audit 2023-12-21T03:41:39.259296+0000 mgr.smithi132.rubyiy (mgr.14182) 349 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:40.937 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:41.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:41 smithi184 bash[29684]: cluster 2023-12-21T03:41:39.575970+0000 mgr.smithi132.rubyiy (mgr.14182) 350 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:41 smithi132 bash[26391]: cluster 2023-12-21T03:41:39.575970+0000 mgr.smithi132.rubyiy (mgr.14182) 350 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:43.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:43 smithi184 bash[29684]: cluster 2023-12-21T03:41:41.576693+0000 mgr.smithi132.rubyiy (mgr.14182) 351 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:43.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:43 smithi132 bash[26391]: cluster 2023-12-21T03:41:41.576693+0000 mgr.smithi132.rubyiy (mgr.14182) 351 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:44.164 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:44.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:45.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:45 smithi184 bash[29684]: cluster 2023-12-21T03:41:43.577960+0000 mgr.smithi132.rubyiy (mgr.14182) 352 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:45.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:45 smithi184 bash[29684]: audit 2023-12-21T03:41:44.155265+0000 mgr.smithi132.rubyiy (mgr.14182) 353 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:45 smithi132 bash[26391]: cluster 2023-12-21T03:41:43.577960+0000 mgr.smithi132.rubyiy (mgr.14182) 352 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:45 smithi132 bash[26391]: audit 2023-12-21T03:41:44.155265+0000 mgr.smithi132.rubyiy (mgr.14182) 353 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:45.765 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:47.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:47 smithi132 bash[26391]: cluster 2023-12-21T03:41:45.578974+0000 mgr.smithi132.rubyiy (mgr.14182) 354 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:47.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:47 smithi184 bash[29684]: cluster 2023-12-21T03:41:45.578974+0000 mgr.smithi132.rubyiy (mgr.14182) 354 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:48.946 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:48.946 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:49.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:49.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:49 smithi184 bash[29684]: cluster 2023-12-21T03:41:47.580076+0000 mgr.smithi132.rubyiy (mgr.14182) 355 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:49 smithi132 bash[26391]: cluster 2023-12-21T03:41:47.580076+0000 mgr.smithi132.rubyiy (mgr.14182) 355 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T03:41:50.572 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:50.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:50 smithi184 bash[29684]: audit 2023-12-21T03:41:48.941115+0000 mgr.smithi132.rubyiy (mgr.14182) 356 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:50.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:50 smithi132 bash[26391]: audit 2023-12-21T03:41:48.941115+0000 mgr.smithi132.rubyiy (mgr.14182) 356 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:51.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:51 smithi184 bash[29684]: cluster 2023-12-21T03:41:49.581185+0000 mgr.smithi132.rubyiy (mgr.14182) 357 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:51.638 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:51 smithi132 bash[26391]: cluster 2023-12-21T03:41:49.581185+0000 mgr.smithi132.rubyiy (mgr.14182) 357 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:52.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:52 smithi184 bash[29684]: audit 2023-12-21T03:41:51.550366+0000 mon.smithi132 (mon.0) 718 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:41:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:52 smithi132 bash[26391]: audit 2023-12-21T03:41:51.550366+0000 mon.smithi132 (mon.0) 718 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:41:53.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:53 smithi184 bash[29684]: cluster 2023-12-21T03:41:51.582218+0000 mgr.smithi132.rubyiy (mgr.14182) 358 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:53.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:53 smithi132 bash[26391]: cluster 2023-12-21T03:41:51.582218+0000 mgr.smithi132.rubyiy (mgr.14182) 358 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:41:53.834 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:53.834 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:42.940190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:42.941441Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:42.940410Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:42.940548Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:42.940678Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:42.940933Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:40:42.940805Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:54.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:55.488 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:41:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:55 smithi132 bash[26391]: cluster 2023-12-21T03:41:53.583091+0000 mgr.smithi132.rubyiy (mgr.14182) 359 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:55 smithi132 bash[26391]: audit 2023-12-21T03:41:53.828437+0000 mgr.smithi132.rubyiy (mgr.14182) 360 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:55 smithi184 bash[29684]: cluster 2023-12-21T03:41:53.583091+0000 mgr.smithi132.rubyiy (mgr.14182) 359 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:55 smithi184 bash[29684]: audit 2023-12-21T03:41:53.828437+0000 mgr.smithi132.rubyiy (mgr.14182) 360 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:41:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:57 smithi132 bash[26391]: cluster 2023-12-21T03:41:55.584085+0000 mgr.smithi132.rubyiy (mgr.14182) 361 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:57 smithi184 bash[29684]: cluster 2023-12-21T03:41:55.584085+0000 mgr.smithi132.rubyiy (mgr.14182) 361 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:58 smithi132 bash[26391]: audit 2023-12-21T03:41:57.457270+0000 mon.smithi132 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:41:58.811 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:41:58.811 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:40:43.947680Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:40:43.948009Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:40:43.948267Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:37.049224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ajcfpl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:40:43.950043Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:40:43.947382Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:40:43.947007Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:40:43.950361Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:40:43.948525Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:40:43.948788Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:41:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:58 smithi184 bash[29684]: audit 2023-12-21T03:41:57.457270+0000 mon.smithi132 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:41:59.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:41:59.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:59 smithi132 bash[26391]: cluster 2023-12-21T03:41:57.585410+0000 mgr.smithi132.rubyiy (mgr.14182) 362 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:59.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:41:59 smithi132 bash[26391]: audit 2023-12-21T03:41:59.316830+0000 mon.smithi132 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:41:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:59 smithi184 bash[29684]: cluster 2023-12-21T03:41:57.585410+0000 mgr.smithi132.rubyiy (mgr.14182) 362 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:41:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:41:59 smithi184 bash[29684]: audit 2023-12-21T03:41:59.316830+0000 mon.smithi132 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:00.452 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:00 smithi132 bash[26391]: audit 2023-12-21T03:41:58.803308+0000 mgr.smithi132.rubyiy (mgr.14182) 363 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:00 smithi132 bash[26391]: audit 2023-12-21T03:41:59.610846+0000 mon.smithi132 (mon.0) 721 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:42:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:00 smithi132 bash[26391]: audit 2023-12-21T03:41:59.612192+0000 mon.smithi132 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:42:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:00 smithi132 bash[26391]: audit 2023-12-21T03:41:59.620081+0000 mon.smithi132 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:00 smithi132 bash[26391]: audit 2023-12-21T03:41:59.628599+0000 mon.smithi132 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:42:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:00 smithi132 bash[26391]: audit 2023-12-21T03:41:59.643150+0000 mon.smithi132 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:00 smithi184 bash[29684]: audit 2023-12-21T03:41:58.803308+0000 mgr.smithi132.rubyiy (mgr.14182) 363 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:00 smithi184 bash[29684]: audit 2023-12-21T03:41:59.610846+0000 mon.smithi132 (mon.0) 721 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:42:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:00 smithi184 bash[29684]: audit 2023-12-21T03:41:59.612192+0000 mon.smithi132 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:42:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:00 smithi184 bash[29684]: audit 2023-12-21T03:41:59.620081+0000 mon.smithi132 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:00 smithi184 bash[29684]: audit 2023-12-21T03:41:59.628599+0000 mon.smithi132 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:42:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:00 smithi184 bash[29684]: audit 2023-12-21T03:41:59.643150+0000 mon.smithi132 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:01 smithi132 bash[26391]: cluster 2023-12-21T03:41:59.586604+0000 mgr.smithi132.rubyiy (mgr.14182) 364 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:01 smithi132 bash[26391]: cluster 2023-12-21T03:41:59.620998+0000 mgr.smithi132.rubyiy (mgr.14182) 365 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:01 smithi132 bash[26391]: cephadm 2023-12-21T03:41:59.646065+0000 mgr.smithi132.rubyiy (mgr.14182) 366 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.lsuted on smithi184 2023-12-21T03:42:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:01 smithi132 bash[26391]: cluster 2023-12-21T03:42:00.462681+0000 mon.smithi132 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:42:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:01 smithi132 bash[26391]: cluster 2023-12-21T03:42:00.462732+0000 mon.smithi132 (mon.0) 727 : cluster [INF] Cluster is now healthy 2023-12-21T03:42:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:01 smithi184 bash[29684]: cluster 2023-12-21T03:41:59.586604+0000 mgr.smithi132.rubyiy (mgr.14182) 364 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:01 smithi184 bash[29684]: cluster 2023-12-21T03:41:59.620998+0000 mgr.smithi132.rubyiy (mgr.14182) 365 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:01 smithi184 bash[29684]: cephadm 2023-12-21T03:41:59.646065+0000 mgr.smithi132.rubyiy (mgr.14182) 366 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.lsuted on smithi184 2023-12-21T03:42:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:01 smithi184 bash[29684]: cluster 2023-12-21T03:42:00.462681+0000 mon.smithi132 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:42:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:01 smithi184 bash[29684]: cluster 2023-12-21T03:42:00.462732+0000 mon.smithi132 (mon.0) 727 : cluster [INF] Cluster is now healthy 2023-12-21T03:42:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:03 smithi184 bash[29684]: cluster 2023-12-21T03:42:01.621902+0000 mgr.smithi132.rubyiy (mgr.14182) 367 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:03 smithi184 bash[29684]: audit 2023-12-21T03:42:03.100654+0000 mon.smithi132 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:03.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:03 smithi132 bash[26391]: cluster 2023-12-21T03:42:01.621902+0000 mgr.smithi132.rubyiy (mgr.14182) 367 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:03.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:03 smithi132 bash[26391]: audit 2023-12-21T03:42:03.100654+0000 mon.smithi132 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:03.975 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:03.975 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:47.729900Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykidlb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykidlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykidlb\nDeploy daemon haproxy.nfs.foo.smithi184.ykidlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.537565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gbmavl on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gbmavl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gbmavl\nDeploy daemon haproxy.nfs.foo.smithi132.gbmavl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:40:51.543016Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jdwznw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:04.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:04 smithi184 bash[29684]: audit 2023-12-21T03:42:03.726576+0000 mon.smithi132 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.lsuted"}]: dispatch 2023-12-21T03:42:04.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:04 smithi132 bash[26391]: audit 2023-12-21T03:42:03.726576+0000 mon.smithi132 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.lsuted"}]: dispatch 2023-12-21T03:42:05.651 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:05.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: cluster 2023-12-21T03:42:03.622992+0000 mgr.smithi132.rubyiy (mgr.14182) 368 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:05.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: cephadm 2023-12-21T03:42:03.725093+0000 mgr.smithi132.rubyiy (mgr.14182) 369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:05.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.lsuted ... 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.lsuted ... 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: cephadm 2023-12-21T03:42:03.725741+0000 mgr.smithi132.rubyiy (mgr.14182) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: cephadm 2023-12-21T03:42:03.727939+0000 mgr.smithi132.rubyiy (mgr.14182) 371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.lsuted ... 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: cephadm 2023-12-21T03:42:03.732403+0000 mgr.smithi132.rubyiy (mgr.14182) 372 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.ssxhvp on smithi132 2023-12-21T03:42:05.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:05 smithi184 bash[29684]: audit 2023-12-21T03:42:03.967461+0000 mgr.smithi132.rubyiy (mgr.14182) 373 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: cluster 2023-12-21T03:42:03.622992+0000 mgr.smithi132.rubyiy (mgr.14182) 368 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: cephadm 2023-12-21T03:42:03.725093+0000 mgr.smithi132.rubyiy (mgr.14182) 369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.lsuted ... 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:42:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:42:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:42:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:42:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:42:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:05.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.lsuted ... 2023-12-21T03:42:05.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: cephadm 2023-12-21T03:42:03.725741+0000 mgr.smithi132.rubyiy (mgr.14182) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: cephadm 2023-12-21T03:42:03.727939+0000 mgr.smithi132.rubyiy (mgr.14182) 371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted 2023-12-21T03:42:05.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.lsuted ... 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: cephadm 2023-12-21T03:42:03.732403+0000 mgr.smithi132.rubyiy (mgr.14182) 372 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.ssxhvp on smithi132 2023-12-21T03:42:05.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:05 smithi132 bash[26391]: audit 2023-12-21T03:42:03.967461+0000 mgr.smithi132.rubyiy (mgr.14182) 373 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:07 smithi184 bash[29684]: cluster 2023-12-21T03:42:05.623751+0000 mgr.smithi132.rubyiy (mgr.14182) 374 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:07 smithi132 bash[26391]: cluster 2023-12-21T03:42:05.623751+0000 mgr.smithi132.rubyiy (mgr.14182) 374 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:08.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:08 smithi132 bash[26391]: audit 2023-12-21T03:42:07.733130+0000 mon.smithi132 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.ssxhvp"}]: dispatch 2023-12-21T03:42:08.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:08 smithi132 bash[26391]: audit 2023-12-21T03:42:08.444379+0000 mon.smithi132 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:08 smithi184 bash[29684]: audit 2023-12-21T03:42:07.733130+0000 mon.smithi132 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.ssxhvp"}]: dispatch 2023-12-21T03:42:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:08 smithi184 bash[29684]: audit 2023-12-21T03:42:08.444379+0000 mon.smithi132 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:09.167 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:09.167 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:09.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cluster 2023-12-21T03:42:07.624374+0000 mgr.smithi132.rubyiy (mgr.14182) 375 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cephadm 2023-12-21T03:42:07.731948+0000 mgr.smithi132.rubyiy (mgr.14182) 376 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.ssxhvp ... 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:09.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.ssxhvp ... 2023-12-21T03:42:09.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cephadm 2023-12-21T03:42:07.732556+0000 mgr.smithi132.rubyiy (mgr.14182) 377 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cephadm 2023-12-21T03:42:07.734642+0000 mgr.smithi132.rubyiy (mgr.14182) 378 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.ssxhvp ... 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:09.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:09.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:09.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cephadm 2023-12-21T03:42:07.739229+0000 mgr.smithi132.rubyiy (mgr.14182) 379 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:42:09.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cephadm 2023-12-21T03:42:07.741370+0000 mgr.smithi132.rubyiy (mgr.14182) 380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:42:09.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cluster 2023-12-21T03:42:07.742194+0000 mgr.smithi132.rubyiy (mgr.14182) 381 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2023-12-21T03:42:09.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:09 smithi132 bash[26391]: cluster 2023-12-21T03:42:08.505176+0000 mon.smithi132 (mon.0) 732 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:42:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cluster 2023-12-21T03:42:07.624374+0000 mgr.smithi132.rubyiy (mgr.14182) 375 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cephadm 2023-12-21T03:42:07.731948+0000 mgr.smithi132.rubyiy (mgr.14182) 376 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.ssxhvp ... 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.ssxhvp ... 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:09.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cephadm 2023-12-21T03:42:07.732556+0000 mgr.smithi132.rubyiy (mgr.14182) 377 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cephadm 2023-12-21T03:42:07.734642+0000 mgr.smithi132.rubyiy (mgr.14182) 378 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.ssxhvp ... 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cephadm 2023-12-21T03:42:07.739229+0000 mgr.smithi132.rubyiy (mgr.14182) 379 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cephadm 2023-12-21T03:42:07.741370+0000 mgr.smithi132.rubyiy (mgr.14182) 380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cluster 2023-12-21T03:42:07.742194+0000 mgr.smithi132.rubyiy (mgr.14182) 381 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2023-12-21T03:42:09.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:09 smithi184 bash[29684]: cluster 2023-12-21T03:42:08.505176+0000 mon.smithi132 (mon.0) 732 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:42:10.829 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:10.841 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:10 smithi132 bash[26391]: audit 2023-12-21T03:42:09.157080+0000 mgr.smithi132.rubyiy (mgr.14182) 382 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:10 smithi184 bash[29684]: audit 2023-12-21T03:42:09.157080+0000 mgr.smithi132.rubyiy (mgr.14182) 382 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:11 smithi184 bash[29684]: cluster 2023-12-21T03:42:09.742825+0000 mgr.smithi132.rubyiy (mgr.14182) 383 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:11 smithi132 bash[26391]: cluster 2023-12-21T03:42:09.742825+0000 mgr.smithi132.rubyiy (mgr.14182) 383 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:13.870 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:13 smithi132 bash[26391]: cluster 2023-12-21T03:42:11.744068+0000 mgr.smithi132.rubyiy (mgr.14182) 384 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:13 smithi184 bash[29684]: cluster 2023-12-21T03:42:11.744068+0000 mgr.smithi132.rubyiy (mgr.14182) 384 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:14.324 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:14.324 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:14.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:15 smithi184 bash[29684]: cluster 2023-12-21T03:42:13.745002+0000 mgr.smithi132.rubyiy (mgr.14182) 385 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:15 smithi184 bash[29684]: audit 2023-12-21T03:42:14.311913+0000 mgr.smithi132.rubyiy (mgr.14182) 386 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:15 smithi132 bash[26391]: cluster 2023-12-21T03:42:13.745002+0000 mgr.smithi132.rubyiy (mgr.14182) 385 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:15 smithi132 bash[26391]: audit 2023-12-21T03:42:14.311913+0000 mgr.smithi132.rubyiy (mgr.14182) 386 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:15.979 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:16 smithi184 bash[29684]: cluster 2023-12-21T03:42:15.745956+0000 mgr.smithi132.rubyiy (mgr.14182) 387 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:16.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:16 smithi132 bash[26391]: cluster 2023-12-21T03:42:15.745956+0000 mgr.smithi132.rubyiy (mgr.14182) 387 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:19.181 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:19.181 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:19.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:19 smithi184 bash[29684]: cluster 2023-12-21T03:42:17.747206+0000 mgr.smithi132.rubyiy (mgr.14182) 388 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:19.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:19 smithi184 bash[29684]: audit 2023-12-21T03:42:18.102610+0000 mon.smithi132 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:19.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:19 smithi132 bash[26391]: cluster 2023-12-21T03:42:17.747206+0000 mgr.smithi132.rubyiy (mgr.14182) 388 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:42:19.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:19 smithi132 bash[26391]: audit 2023-12-21T03:42:18.102610+0000 mon.smithi132 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:42:19.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:20 smithi184 bash[29684]: audit 2023-12-21T03:42:19.171537+0000 mgr.smithi132.rubyiy (mgr.14182) 389 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:20.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:20 smithi132 bash[26391]: audit 2023-12-21T03:42:19.171537+0000 mgr.smithi132.rubyiy (mgr.14182) 389 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:20.811 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:21.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:21 smithi184 bash[29684]: cluster 2023-12-21T03:42:19.747847+0000 mgr.smithi132.rubyiy (mgr.14182) 390 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:21.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:21 smithi132 bash[26391]: cluster 2023-12-21T03:42:19.747847+0000 mgr.smithi132.rubyiy (mgr.14182) 390 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:23.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:23 smithi184 bash[29684]: cluster 2023-12-21T03:42:21.748514+0000 mgr.smithi132.rubyiy (mgr.14182) 391 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:23.639 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:23 smithi132 bash[26391]: cluster 2023-12-21T03:42:21.748514+0000 mgr.smithi132.rubyiy (mgr.14182) 391 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:24.069 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:24.070 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:24.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:25.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:25 smithi184 bash[29684]: cluster 2023-12-21T03:42:23.749240+0000 mgr.smithi132.rubyiy (mgr.14182) 392 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:25.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:25 smithi184 bash[29684]: audit 2023-12-21T03:42:24.064848+0000 mgr.smithi132.rubyiy (mgr.14182) 393 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:25.685 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:25.698 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:25 smithi132 bash[26391]: cluster 2023-12-21T03:42:23.749240+0000 mgr.smithi132.rubyiy (mgr.14182) 392 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:25.698 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:25 smithi132 bash[26391]: audit 2023-12-21T03:42:24.064848+0000 mgr.smithi132.rubyiy (mgr.14182) 393 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:27.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:27 smithi132 bash[26391]: cluster 2023-12-21T03:42:25.750025+0000 mgr.smithi132.rubyiy (mgr.14182) 394 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:27.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:27 smithi184 bash[29684]: cluster 2023-12-21T03:42:25.750025+0000 mgr.smithi132.rubyiy (mgr.14182) 394 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:28.908 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:28.908 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:29.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:29.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:29 smithi184 bash[29684]: cluster 2023-12-21T03:42:27.751446+0000 mgr.smithi132.rubyiy (mgr.14182) 395 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:29 smithi132 bash[26391]: cluster 2023-12-21T03:42:27.751446+0000 mgr.smithi132.rubyiy (mgr.14182) 395 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:30.519 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:30 smithi184 bash[29684]: audit 2023-12-21T03:42:28.897260+0000 mgr.smithi132.rubyiy (mgr.14182) 396 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:30 smithi132 bash[26391]: audit 2023-12-21T03:42:28.897260+0000 mgr.smithi132.rubyiy (mgr.14182) 396 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:31.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:31 smithi184 bash[29684]: cluster 2023-12-21T03:42:29.752600+0000 mgr.smithi132.rubyiy (mgr.14182) 397 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:31.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:31 smithi132 bash[26391]: cluster 2023-12-21T03:42:29.752600+0000 mgr.smithi132.rubyiy (mgr.14182) 397 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:33 smithi184 bash[29684]: cluster 2023-12-21T03:42:31.753778+0000 mgr.smithi132.rubyiy (mgr.14182) 398 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:33.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:33 smithi132 bash[26391]: cluster 2023-12-21T03:42:31.753778+0000 mgr.smithi132.rubyiy (mgr.14182) 398 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:33.739 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:33.739 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:34.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:35.432 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:35.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:35 smithi184 bash[29684]: audit 2023-12-21T03:42:33.726877+0000 mgr.smithi132.rubyiy (mgr.14182) 399 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:35.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:35 smithi184 bash[29684]: cluster 2023-12-21T03:42:33.755104+0000 mgr.smithi132.rubyiy (mgr.14182) 400 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:35.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:35 smithi132 bash[26391]: audit 2023-12-21T03:42:33.726877+0000 mgr.smithi132.rubyiy (mgr.14182) 399 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:35.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:35 smithi132 bash[26391]: cluster 2023-12-21T03:42:33.755104+0000 mgr.smithi132.rubyiy (mgr.14182) 400 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:37 smithi184 bash[29684]: cluster 2023-12-21T03:42:35.756104+0000 mgr.smithi132.rubyiy (mgr.14182) 401 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:37 smithi132 bash[26391]: cluster 2023-12-21T03:42:35.756104+0000 mgr.smithi132.rubyiy (mgr.14182) 401 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:38.589 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:38.589 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:39.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:39.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:39 smithi184 bash[29684]: cluster 2023-12-21T03:42:37.757522+0000 mgr.smithi132.rubyiy (mgr.14182) 402 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:39 smithi132 bash[26391]: cluster 2023-12-21T03:42:37.757522+0000 mgr.smithi132.rubyiy (mgr.14182) 402 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:40.233 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:40.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:40 smithi132 bash[26391]: audit 2023-12-21T03:42:38.577871+0000 mgr.smithi132.rubyiy (mgr.14182) 403 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:40 smithi184 bash[29684]: audit 2023-12-21T03:42:38.577871+0000 mgr.smithi132.rubyiy (mgr.14182) 403 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:41.607 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:41 smithi132 bash[26391]: cluster 2023-12-21T03:42:39.758721+0000 mgr.smithi132.rubyiy (mgr.14182) 404 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:41 smithi184 bash[29684]: cluster 2023-12-21T03:42:39.758721+0000 mgr.smithi132.rubyiy (mgr.14182) 404 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:43.431 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:43.431 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:43.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:43 smithi132 bash[26391]: cluster 2023-12-21T03:42:41.759984+0000 mgr.smithi132.rubyiy (mgr.14182) 405 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:43 smithi184 bash[29684]: cluster 2023-12-21T03:42:41.759984+0000 mgr.smithi132.rubyiy (mgr.14182) 405 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:44.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:44.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:44 smithi132 bash[26391]: audit 2023-12-21T03:42:43.424677+0000 mgr.smithi132.rubyiy (mgr.14182) 406 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:44 smithi184 bash[29684]: audit 2023-12-21T03:42:43.424677+0000 mgr.smithi132.rubyiy (mgr.14182) 406 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:45.075 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:45 smithi132 bash[26391]: cluster 2023-12-21T03:42:43.761313+0000 mgr.smithi132.rubyiy (mgr.14182) 407 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:45 smithi184 bash[29684]: cluster 2023-12-21T03:42:43.761313+0000 mgr.smithi132.rubyiy (mgr.14182) 407 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:47.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:47 smithi132 bash[26391]: cluster 2023-12-21T03:42:45.762374+0000 mgr.smithi132.rubyiy (mgr.14182) 408 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:47 smithi184 bash[29684]: cluster 2023-12-21T03:42:45.762374+0000 mgr.smithi132.rubyiy (mgr.14182) 408 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:48.240 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:48.240 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:48.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:49 smithi132 bash[26391]: cluster 2023-12-21T03:42:47.763459+0000 mgr.smithi132.rubyiy (mgr.14182) 409 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:49 smithi132 bash[26391]: audit 2023-12-21T03:42:48.227995+0000 mgr.smithi132.rubyiy (mgr.14182) 410 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:49 smithi184 bash[29684]: cluster 2023-12-21T03:42:47.763459+0000 mgr.smithi132.rubyiy (mgr.14182) 409 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:49 smithi184 bash[29684]: audit 2023-12-21T03:42:48.227995+0000 mgr.smithi132.rubyiy (mgr.14182) 410 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:49.900 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:51.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:51 smithi132 bash[26391]: cluster 2023-12-21T03:42:49.764625+0000 mgr.smithi132.rubyiy (mgr.14182) 411 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:51 smithi184 bash[29684]: cluster 2023-12-21T03:42:49.764625+0000 mgr.smithi132.rubyiy (mgr.14182) 411 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:53.107 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:53.108 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:53.713 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:53 smithi132 bash[26391]: cluster 2023-12-21T03:42:51.765868+0000 mgr.smithi132.rubyiy (mgr.14182) 412 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:53.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:53 smithi184 bash[29684]: cluster 2023-12-21T03:42:51.765868+0000 mgr.smithi132.rubyiy (mgr.14182) 412 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:42:54.715 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:54.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:54 smithi132 bash[26391]: audit 2023-12-21T03:42:53.094582+0000 mgr.smithi132.rubyiy (mgr.14182) 413 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:54 smithi184 bash[29684]: audit 2023-12-21T03:42:53.094582+0000 mgr.smithi132.rubyiy (mgr.14182) 413 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:55 smithi132 bash[26391]: cluster 2023-12-21T03:42:53.767270+0000 mgr.smithi132.rubyiy (mgr.14182) 414 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:55 smithi184 bash[29684]: cluster 2023-12-21T03:42:53.767270+0000 mgr.smithi132.rubyiy (mgr.14182) 414 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:57 smithi132 bash[26391]: cluster 2023-12-21T03:42:55.768501+0000 mgr.smithi132.rubyiy (mgr.14182) 415 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:57 smithi184 bash[29684]: cluster 2023-12-21T03:42:55.768501+0000 mgr.smithi132.rubyiy (mgr.14182) 415 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:58.015 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:42:58.016 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:42:58.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:42:59.692 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:42:59.705 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:59 smithi132 bash[26391]: cluster 2023-12-21T03:42:57.769550+0000 mgr.smithi132.rubyiy (mgr.14182) 416 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:59.705 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:42:59 smithi132 bash[26391]: audit 2023-12-21T03:42:58.005677+0000 mgr.smithi132.rubyiy (mgr.14182) 417 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:42:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:59 smithi184 bash[29684]: cluster 2023-12-21T03:42:57.769550+0000 mgr.smithi132.rubyiy (mgr.14182) 416 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:42:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:42:59 smithi184 bash[29684]: audit 2023-12-21T03:42:58.005677+0000 mgr.smithi132.rubyiy (mgr.14182) 417 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:01.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:01 smithi132 bash[26391]: cluster 2023-12-21T03:42:59.770707+0000 mgr.smithi132.rubyiy (mgr.14182) 418 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:01 smithi184 bash[29684]: cluster 2023-12-21T03:42:59.770707+0000 mgr.smithi132.rubyiy (mgr.14182) 418 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:03.065 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:03.065 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:03.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:03 smithi132 bash[26391]: cluster 2023-12-21T03:43:01.771685+0000 mgr.smithi132.rubyiy (mgr.14182) 419 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:03.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:03 smithi184 bash[29684]: cluster 2023-12-21T03:43:01.771685+0000 mgr.smithi132.rubyiy (mgr.14182) 419 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:04.734 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:04.746 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:04 smithi132 bash[26391]: audit 2023-12-21T03:43:03.052570+0000 mgr.smithi132.rubyiy (mgr.14182) 420 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:04 smithi184 bash[29684]: audit 2023-12-21T03:43:03.052570+0000 mgr.smithi132.rubyiy (mgr.14182) 420 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:05.873 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:05 smithi132 bash[26391]: cluster 2023-12-21T03:43:03.773040+0000 mgr.smithi132.rubyiy (mgr.14182) 421 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:05 smithi184 bash[29684]: cluster 2023-12-21T03:43:03.773040+0000 mgr.smithi132.rubyiy (mgr.14182) 421 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:07 smithi184 bash[29684]: cluster 2023-12-21T03:43:05.774565+0000 mgr.smithi132.rubyiy (mgr.14182) 422 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:07 smithi132 bash[26391]: cluster 2023-12-21T03:43:05.774565+0000 mgr.smithi132.rubyiy (mgr.14182) 422 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:07.978 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:07.978 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:08.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:08 smithi184 bash[29684]: audit 2023-12-21T03:43:07.745419+0000 mon.smithi132 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:43:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:08 smithi184 bash[29684]: audit 2023-12-21T03:43:08.025245+0000 mon.smithi132 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:08 smithi132 bash[26391]: audit 2023-12-21T03:43:07.745419+0000 mon.smithi132 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:43:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:08 smithi132 bash[26391]: audit 2023-12-21T03:43:08.025245+0000 mon.smithi132 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:09.606 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:09 smithi132 bash[26391]: cluster 2023-12-21T03:43:07.775563+0000 mgr.smithi132.rubyiy (mgr.14182) 423 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:09 smithi132 bash[26391]: audit 2023-12-21T03:43:07.969345+0000 mgr.smithi132.rubyiy (mgr.14182) 424 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:09 smithi184 bash[29684]: cluster 2023-12-21T03:43:07.775563+0000 mgr.smithi132.rubyiy (mgr.14182) 423 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:09 smithi184 bash[29684]: audit 2023-12-21T03:43:07.969345+0000 mgr.smithi132.rubyiy (mgr.14182) 424 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:11 smithi184 bash[29684]: cluster 2023-12-21T03:43:09.776703+0000 mgr.smithi132.rubyiy (mgr.14182) 425 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:11 smithi132 bash[26391]: cluster 2023-12-21T03:43:09.776703+0000 mgr.smithi132.rubyiy (mgr.14182) 425 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:12.775 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:12.776 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:57.442422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:57.444758Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:57.442799Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:57.443057Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:57.443299Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:57.443790Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:41:57.443551Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:13.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:13 smithi184 bash[29684]: cluster 2023-12-21T03:43:11.777903+0000 mgr.smithi132.rubyiy (mgr.14182) 426 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:13.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:13 smithi132 bash[26391]: cluster 2023-12-21T03:43:11.777903+0000 mgr.smithi132.rubyiy (mgr.14182) 426 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:14.481 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:12.763872+0000 mgr.smithi132.rubyiy (mgr.14182) 427 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:13.601733+0000 mon.smithi132 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:13.897730+0000 mon.smithi132 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:43:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:13.899701+0000 mon.smithi132 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:43:14.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:13.910319+0000 mon.smithi132 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:14.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:13.918711+0000 mon.smithi132 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:43:14.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:14 smithi184 bash[29684]: audit 2023-12-21T03:43:13.937590+0000 mon.smithi132 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:12.763872+0000 mgr.smithi132.rubyiy (mgr.14182) 427 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:13.601733+0000 mon.smithi132 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:13.897730+0000 mon.smithi132 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:13.899701+0000 mon.smithi132 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:13.910319+0000 mon.smithi132 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:13.918711+0000 mon.smithi132 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:43:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:14 smithi132 bash[26391]: audit 2023-12-21T03:43:13.937590+0000 mon.smithi132 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:15 smithi184 bash[29684]: cluster 2023-12-21T03:43:13.779254+0000 mgr.smithi132.rubyiy (mgr.14182) 428 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:15 smithi184 bash[29684]: cluster 2023-12-21T03:43:13.911259+0000 mgr.smithi132.rubyiy (mgr.14182) 429 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:43:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:15 smithi184 bash[29684]: cephadm 2023-12-21T03:43:13.941962+0000 mgr.smithi132.rubyiy (mgr.14182) 430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.pywweg on smithi184 2023-12-21T03:43:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:15 smithi184 bash[29684]: cluster 2023-12-21T03:43:14.597266+0000 mon.smithi132 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:43:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:15 smithi184 bash[29684]: cluster 2023-12-21T03:43:14.597331+0000 mon.smithi132 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-12-21T03:43:15.900 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:15 smithi132 bash[26391]: cluster 2023-12-21T03:43:13.779254+0000 mgr.smithi132.rubyiy (mgr.14182) 428 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:15.900 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:15 smithi132 bash[26391]: cluster 2023-12-21T03:43:13.911259+0000 mgr.smithi132.rubyiy (mgr.14182) 429 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:43:15.900 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:15 smithi132 bash[26391]: cephadm 2023-12-21T03:43:13.941962+0000 mgr.smithi132.rubyiy (mgr.14182) 430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.pywweg on smithi184 2023-12-21T03:43:15.900 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:15 smithi132 bash[26391]: cluster 2023-12-21T03:43:14.597266+0000 mon.smithi132 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:43:15.900 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:15 smithi132 bash[26391]: cluster 2023-12-21T03:43:14.597331+0000 mon.smithi132 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-12-21T03:43:17.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:17 smithi184 bash[29684]: cluster 2023-12-21T03:43:15.911918+0000 mgr.smithi132.rubyiy (mgr.14182) 431 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:17.721 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:17.721 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:40:51.545203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rkhcpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:03.727721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lsuted on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lsuted\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lsuted\nDeploy daemon haproxy.nfs.foo.smithi184.lsuted ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.734277Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ssxhvp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ssxhvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ssxhvp\nDeploy daemon haproxy.nfs.foo.smithi132.ssxhvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:42:07.739096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.ihgvvz on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:17.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:17 smithi132 bash[26391]: cluster 2023-12-21T03:43:15.911918+0000 mgr.smithi132.rubyiy (mgr.14182) 431 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:18.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:18 smithi132 bash[26391]: audit 2023-12-21T03:43:18.035606+0000 mon.smithi132 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.pywweg"}]: dispatch 2023-12-21T03:43:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:18 smithi132 bash[26391]: audit 2023-12-21T03:43:18.100014+0000 mon.smithi132 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:18 smithi184 bash[29684]: audit 2023-12-21T03:43:18.035606+0000 mon.smithi132 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.pywweg"}]: dispatch 2023-12-21T03:43:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:18 smithi184 bash[29684]: audit 2023-12-21T03:43:18.100014+0000 mon.smithi132 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:19.332 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: audit 2023-12-21T03:43:17.711682+0000 mgr.smithi132.rubyiy (mgr.14182) 432 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: cluster 2023-12-21T03:43:17.912816+0000 mgr.smithi132.rubyiy (mgr.14182) 433 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: cephadm 2023-12-21T03:43:18.034317+0000 mgr.smithi132.rubyiy (mgr.14182) 434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pywweg ... 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:43:19.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pywweg ... 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: cephadm 2023-12-21T03:43:18.034992+0000 mgr.smithi132.rubyiy (mgr.14182) 435 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: cephadm 2023-12-21T03:43:18.037220+0000 mgr.smithi132.rubyiy (mgr.14182) 436 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pywweg ... 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:19 smithi132 bash[26391]: cephadm 2023-12-21T03:43:18.042518+0000 mgr.smithi132.rubyiy (mgr.14182) 437 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.oaeuat on smithi132 2023-12-21T03:43:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: audit 2023-12-21T03:43:17.711682+0000 mgr.smithi132.rubyiy (mgr.14182) 432 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: cluster 2023-12-21T03:43:17.912816+0000 mgr.smithi132.rubyiy (mgr.14182) 433 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: cephadm 2023-12-21T03:43:18.034317+0000 mgr.smithi132.rubyiy (mgr.14182) 434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pywweg ... 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:19.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pywweg ... 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: cephadm 2023-12-21T03:43:18.034992+0000 mgr.smithi132.rubyiy (mgr.14182) 435 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: cephadm 2023-12-21T03:43:18.037220+0000 mgr.smithi132.rubyiy (mgr.14182) 436 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pywweg ... 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:19.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:19.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:19.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:19 smithi184 bash[29684]: cephadm 2023-12-21T03:43:18.042518+0000 mgr.smithi132.rubyiy (mgr.14182) 437 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.oaeuat on smithi132 2023-12-21T03:43:21.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:21 smithi132 bash[26391]: cluster 2023-12-21T03:43:19.913725+0000 mgr.smithi132.rubyiy (mgr.14182) 438 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:21 smithi184 bash[29684]: cluster 2023-12-21T03:43:19.913725+0000 mgr.smithi132.rubyiy (mgr.14182) 438 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:22.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:22 smithi132 bash[26391]: audit 2023-12-21T03:43:22.219806+0000 mon.smithi132 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.oaeuat"}]: dispatch 2023-12-21T03:43:22.874 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:22.874 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:22 smithi184 bash[29684]: audit 2023-12-21T03:43:22.219806+0000 mon.smithi132 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.oaeuat"}]: dispatch 2023-12-21T03:43:23.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cluster 2023-12-21T03:43:21.914709+0000 mgr.smithi132.rubyiy (mgr.14182) 439 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cephadm 2023-12-21T03:43:22.218955+0000 mgr.smithi132.rubyiy (mgr.14182) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.oaeuat ... 2023-12-21T03:43:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.oaeuat ... 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cephadm 2023-12-21T03:43:22.219187+0000 mgr.smithi132.rubyiy (mgr.14182) 441 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cephadm 2023-12-21T03:43:22.221141+0000 mgr.smithi132.rubyiy (mgr.14182) 442 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.oaeuat ... 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:23.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cephadm 2023-12-21T03:43:22.223034+0000 mgr.smithi132.rubyiy (mgr.14182) 443 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:43:23.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cephadm 2023-12-21T03:43:22.224688+0000 mgr.smithi132.rubyiy (mgr.14182) 444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:43:23.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cluster 2023-12-21T03:43:22.225774+0000 mgr.smithi132.rubyiy (mgr.14182) 445 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-21T03:43:23.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: cluster 2023-12-21T03:43:22.542488+0000 mon.smithi132 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:43:23.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:23 smithi184 bash[29684]: audit 2023-12-21T03:43:23.497202+0000 mon.smithi132 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cluster 2023-12-21T03:43:21.914709+0000 mgr.smithi132.rubyiy (mgr.14182) 439 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cephadm 2023-12-21T03:43:22.218955+0000 mgr.smithi132.rubyiy (mgr.14182) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:23.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.oaeuat ... 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.oaeuat ... 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cephadm 2023-12-21T03:43:22.219187+0000 mgr.smithi132.rubyiy (mgr.14182) 441 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cephadm 2023-12-21T03:43:22.221141+0000 mgr.smithi132.rubyiy (mgr.14182) 442 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:23.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.oaeuat ... 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cephadm 2023-12-21T03:43:22.223034+0000 mgr.smithi132.rubyiy (mgr.14182) 443 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:43:23.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cephadm 2023-12-21T03:43:22.224688+0000 mgr.smithi132.rubyiy (mgr.14182) 444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:43:23.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cluster 2023-12-21T03:43:22.225774+0000 mgr.smithi132.rubyiy (mgr.14182) 445 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-21T03:43:23.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: cluster 2023-12-21T03:43:22.542488+0000 mon.smithi132 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:43:23.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:23 smithi132 bash[26391]: audit 2023-12-21T03:43:23.497202+0000 mon.smithi132 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:24.541 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:24 smithi184 bash[29684]: audit 2023-12-21T03:43:22.864382+0000 mgr.smithi132.rubyiy (mgr.14182) 446 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:24.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:24 smithi132 bash[26391]: audit 2023-12-21T03:43:22.864382+0000 mgr.smithi132.rubyiy (mgr.14182) 446 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:25.874 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:25 smithi132 bash[26391]: cluster 2023-12-21T03:43:24.227127+0000 mgr.smithi132.rubyiy (mgr.14182) 447 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:25 smithi184 bash[29684]: cluster 2023-12-21T03:43:24.227127+0000 mgr.smithi132.rubyiy (mgr.14182) 447 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:26 smithi184 bash[29684]: cluster 2023-12-21T03:43:26.228414+0000 mgr.smithi132.rubyiy (mgr.14182) 448 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:26.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:26 smithi132 bash[26391]: cluster 2023-12-21T03:43:26.228414+0000 mgr.smithi132.rubyiy (mgr.14182) 448 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:27.910 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:27.910 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:28.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:29.524 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:29.537 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:29 smithi132 bash[26391]: audit 2023-12-21T03:43:27.897897+0000 mgr.smithi132.rubyiy (mgr.14182) 449 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:29.537 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:29 smithi132 bash[26391]: cluster 2023-12-21T03:43:28.229736+0000 mgr.smithi132.rubyiy (mgr.14182) 450 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:29.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:29 smithi184 bash[29684]: audit 2023-12-21T03:43:27.897897+0000 mgr.smithi132.rubyiy (mgr.14182) 449 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:29.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:29 smithi184 bash[29684]: cluster 2023-12-21T03:43:28.229736+0000 mgr.smithi132.rubyiy (mgr.14182) 450 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:31.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:31 smithi184 bash[29684]: cluster 2023-12-21T03:43:30.230972+0000 mgr.smithi132.rubyiy (mgr.14182) 451 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:31.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:31 smithi132 bash[26391]: cluster 2023-12-21T03:43:30.230972+0000 mgr.smithi132.rubyiy (mgr.14182) 451 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:32.806 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:32.807 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:33.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:33 smithi184 bash[29684]: cluster 2023-12-21T03:43:32.232089+0000 mgr.smithi132.rubyiy (mgr.14182) 452 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:33 smithi184 bash[29684]: audit 2023-12-21T03:43:33.104703+0000 mon.smithi132 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:33.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:33 smithi132 bash[26391]: cluster 2023-12-21T03:43:32.232089+0000 mgr.smithi132.rubyiy (mgr.14182) 452 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:43:33.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:33 smithi132 bash[26391]: audit 2023-12-21T03:43:33.104703+0000 mon.smithi132 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:43:34.423 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:34.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:34 smithi184 bash[29684]: audit 2023-12-21T03:43:32.797265+0000 mgr.smithi132.rubyiy (mgr.14182) 453 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:34 smithi132 bash[26391]: audit 2023-12-21T03:43:32.797265+0000 mgr.smithi132.rubyiy (mgr.14182) 453 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:35.637 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:35 smithi132 bash[26391]: cluster 2023-12-21T03:43:34.233482+0000 mgr.smithi132.rubyiy (mgr.14182) 454 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:35.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:35 smithi184 bash[29684]: cluster 2023-12-21T03:43:34.233482+0000 mgr.smithi132.rubyiy (mgr.14182) 454 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:37.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:37 smithi132 bash[26391]: cluster 2023-12-21T03:43:36.234848+0000 mgr.smithi132.rubyiy (mgr.14182) 455 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:37.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:37 smithi184 bash[29684]: cluster 2023-12-21T03:43:36.234848+0000 mgr.smithi132.rubyiy (mgr.14182) 455 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:37.679 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:37.679 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:38.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:39.328 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:39.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:39 smithi184 bash[29684]: audit 2023-12-21T03:43:37.668939+0000 mgr.smithi132.rubyiy (mgr.14182) 456 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:39.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:39 smithi184 bash[29684]: cluster 2023-12-21T03:43:38.236066+0000 mgr.smithi132.rubyiy (mgr.14182) 457 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:39 smithi132 bash[26391]: audit 2023-12-21T03:43:37.668939+0000 mgr.smithi132.rubyiy (mgr.14182) 456 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:39.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:39 smithi132 bash[26391]: cluster 2023-12-21T03:43:38.236066+0000 mgr.smithi132.rubyiy (mgr.14182) 457 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:41.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:41 smithi184 bash[29684]: cluster 2023-12-21T03:43:40.237233+0000 mgr.smithi132.rubyiy (mgr.14182) 458 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:41 smithi132 bash[26391]: cluster 2023-12-21T03:43:40.237233+0000 mgr.smithi132.rubyiy (mgr.14182) 458 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:42.661 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:42.661 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:43.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:43.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:43 smithi184 bash[29684]: cluster 2023-12-21T03:43:42.238335+0000 mgr.smithi132.rubyiy (mgr.14182) 459 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:43.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:43 smithi132 bash[26391]: cluster 2023-12-21T03:43:42.238335+0000 mgr.smithi132.rubyiy (mgr.14182) 459 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:44.274 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:44.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:44 smithi132 bash[26391]: audit 2023-12-21T03:43:42.650520+0000 mgr.smithi132.rubyiy (mgr.14182) 460 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:44 smithi184 bash[29684]: audit 2023-12-21T03:43:42.650520+0000 mgr.smithi132.rubyiy (mgr.14182) 460 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:45.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:45 smithi132 bash[26391]: cluster 2023-12-21T03:43:44.239590+0000 mgr.smithi132.rubyiy (mgr.14182) 461 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:45 smithi184 bash[29684]: cluster 2023-12-21T03:43:44.239590+0000 mgr.smithi132.rubyiy (mgr.14182) 461 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:47.492 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:47.492 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:47.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:47 smithi132 bash[26391]: cluster 2023-12-21T03:43:46.240853+0000 mgr.smithi132.rubyiy (mgr.14182) 462 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:47 smithi184 bash[29684]: cluster 2023-12-21T03:43:46.240853+0000 mgr.smithi132.rubyiy (mgr.14182) 462 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:48.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:48.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:48 smithi132 bash[26391]: audit 2023-12-21T03:43:47.482986+0000 mgr.smithi132.rubyiy (mgr.14182) 463 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:48.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:48 smithi184 bash[29684]: audit 2023-12-21T03:43:47.482986+0000 mgr.smithi132.rubyiy (mgr.14182) 463 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:49.150 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:49 smithi132 bash[26391]: cluster 2023-12-21T03:43:48.242037+0000 mgr.smithi132.rubyiy (mgr.14182) 464 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:49 smithi184 bash[29684]: cluster 2023-12-21T03:43:48.242037+0000 mgr.smithi132.rubyiy (mgr.14182) 464 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:51.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:51 smithi132 bash[26391]: cluster 2023-12-21T03:43:50.243235+0000 mgr.smithi132.rubyiy (mgr.14182) 465 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:51.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:51 smithi184 bash[29684]: cluster 2023-12-21T03:43:50.243235+0000 mgr.smithi132.rubyiy (mgr.14182) 465 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:52.636 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:52.637 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:53.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:53.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:53 smithi132 bash[26391]: cluster 2023-12-21T03:43:52.244805+0000 mgr.smithi132.rubyiy (mgr.14182) 466 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:53 smithi184 bash[29684]: cluster 2023-12-21T03:43:52.244805+0000 mgr.smithi132.rubyiy (mgr.14182) 466 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:43:54.304 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:54.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:54 smithi132 bash[26391]: audit 2023-12-21T03:43:52.626827+0000 mgr.smithi132.rubyiy (mgr.14182) 467 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:54 smithi184 bash[29684]: audit 2023-12-21T03:43:52.626827+0000 mgr.smithi132.rubyiy (mgr.14182) 467 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:55.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:55 smithi132 bash[26391]: cluster 2023-12-21T03:43:54.246237+0000 mgr.smithi132.rubyiy (mgr.14182) 468 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:55 smithi184 bash[29684]: cluster 2023-12-21T03:43:54.246237+0000 mgr.smithi132.rubyiy (mgr.14182) 468 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:57.629 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:43:57.629 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:43:57.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:57 smithi132 bash[26391]: cluster 2023-12-21T03:43:56.247591+0000 mgr.smithi132.rubyiy (mgr.14182) 469 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:57 smithi184 bash[29684]: cluster 2023-12-21T03:43:56.247591+0000 mgr.smithi132.rubyiy (mgr.14182) 469 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:58.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:43:59.257 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:43:59.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:59 smithi132 bash[26391]: audit 2023-12-21T03:43:57.616396+0000 mgr.smithi132.rubyiy (mgr.14182) 470 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:59.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:43:59 smithi132 bash[26391]: cluster 2023-12-21T03:43:58.248818+0000 mgr.smithi132.rubyiy (mgr.14182) 471 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:43:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:59 smithi184 bash[29684]: audit 2023-12-21T03:43:57.616396+0000 mgr.smithi132.rubyiy (mgr.14182) 470 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:43:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:43:59 smithi184 bash[29684]: cluster 2023-12-21T03:43:58.248818+0000 mgr.smithi132.rubyiy (mgr.14182) 471 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:01 smithi132 bash[26391]: cluster 2023-12-21T03:44:00.250121+0000 mgr.smithi132.rubyiy (mgr.14182) 472 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:01 smithi184 bash[29684]: cluster 2023-12-21T03:44:00.250121+0000 mgr.smithi132.rubyiy (mgr.14182) 472 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:02.689 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:02.690 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:03.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:03.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:03 smithi132 bash[26391]: cluster 2023-12-21T03:44:02.251482+0000 mgr.smithi132.rubyiy (mgr.14182) 473 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:03 smithi184 bash[29684]: cluster 2023-12-21T03:44:02.251482+0000 mgr.smithi132.rubyiy (mgr.14182) 473 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:04.340 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:04.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:04 smithi132 bash[26391]: audit 2023-12-21T03:44:02.680374+0000 mgr.smithi132.rubyiy (mgr.14182) 474 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:04 smithi184 bash[29684]: audit 2023-12-21T03:44:02.680374+0000 mgr.smithi132.rubyiy (mgr.14182) 474 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:05.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:05 smithi132 bash[26391]: cluster 2023-12-21T03:44:04.252828+0000 mgr.smithi132.rubyiy (mgr.14182) 475 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:05 smithi184 bash[29684]: cluster 2023-12-21T03:44:04.252828+0000 mgr.smithi132.rubyiy (mgr.14182) 475 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:07.579 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:07.579 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:07 smithi184 bash[29684]: cluster 2023-12-21T03:44:06.254062+0000 mgr.smithi132.rubyiy (mgr.14182) 476 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:07 smithi132 bash[26391]: cluster 2023-12-21T03:44:06.254062+0000 mgr.smithi132.rubyiy (mgr.14182) 476 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:08.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:09.203 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:09 smithi184 bash[29684]: audit 2023-12-21T03:44:07.566763+0000 mgr.smithi132.rubyiy (mgr.14182) 477 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:09 smithi184 bash[29684]: cluster 2023-12-21T03:44:08.255342+0000 mgr.smithi132.rubyiy (mgr.14182) 478 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:09.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:09 smithi132 bash[26391]: audit 2023-12-21T03:44:07.566763+0000 mgr.smithi132.rubyiy (mgr.14182) 477 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:09 smithi132 bash[26391]: cluster 2023-12-21T03:44:08.255342+0000 mgr.smithi132.rubyiy (mgr.14182) 478 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:11 smithi184 bash[29684]: cluster 2023-12-21T03:44:10.256670+0000 mgr.smithi132.rubyiy (mgr.14182) 479 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:11.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:11 smithi132 bash[26391]: cluster 2023-12-21T03:44:10.256670+0000 mgr.smithi132.rubyiy (mgr.14182) 479 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:12.589 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:12.589 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:13.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:13 smithi184 bash[29684]: cluster 2023-12-21T03:44:12.257480+0000 mgr.smithi132.rubyiy (mgr.14182) 480 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:13.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:13 smithi132 bash[26391]: cluster 2023-12-21T03:44:12.257480+0000 mgr.smithi132.rubyiy (mgr.14182) 480 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:14.203 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:14 smithi184 bash[29684]: audit 2023-12-21T03:44:12.577304+0000 mgr.smithi132.rubyiy (mgr.14182) 481 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:14.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:14 smithi132 bash[26391]: audit 2023-12-21T03:44:12.577304+0000 mgr.smithi132.rubyiy (mgr.14182) 481 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:15.657 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:15 smithi132 bash[26391]: cluster 2023-12-21T03:44:14.258826+0000 mgr.smithi132.rubyiy (mgr.14182) 482 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:15 smithi184 bash[29684]: cluster 2023-12-21T03:44:14.258826+0000 mgr.smithi132.rubyiy (mgr.14182) 482 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:17.381 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:17.381 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:17.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:17 smithi132 bash[26391]: cluster 2023-12-21T03:44:16.260109+0000 mgr.smithi132.rubyiy (mgr.14182) 483 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:17 smithi184 bash[29684]: cluster 2023-12-21T03:44:16.260109+0000 mgr.smithi132.rubyiy (mgr.14182) 483 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:18.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:18 smithi184 bash[29684]: audit 2023-12-21T03:44:17.368841+0000 mgr.smithi132.rubyiy (mgr.14182) 484 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:18.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:18 smithi132 bash[26391]: audit 2023-12-21T03:44:17.368841+0000 mgr.smithi132.rubyiy (mgr.14182) 484 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:19.017 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:19.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:19 smithi132 bash[26391]: cluster 2023-12-21T03:44:18.261267+0000 mgr.smithi132.rubyiy (mgr.14182) 485 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:19 smithi184 bash[29684]: cluster 2023-12-21T03:44:18.261267+0000 mgr.smithi132.rubyiy (mgr.14182) 485 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:21.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:21 smithi132 bash[26391]: cluster 2023-12-21T03:44:20.262509+0000 mgr.smithi132.rubyiy (mgr.14182) 486 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:21 smithi184 bash[29684]: cluster 2023-12-21T03:44:20.262509+0000 mgr.smithi132.rubyiy (mgr.14182) 486 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:22.197 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:22.197 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:42:07.741246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bgkgjb on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:22.862 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:22 smithi132 bash[26391]: audit 2023-12-21T03:44:22.228336+0000 mon.smithi132 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:44:22.863 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:22 smithi132 bash[26391]: audit 2023-12-21T03:44:22.538218+0000 mon.smithi132 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:22.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:22 smithi184 bash[29684]: audit 2023-12-21T03:44:22.228336+0000 mon.smithi132 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:44:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:22 smithi184 bash[29684]: audit 2023-12-21T03:44:22.538218+0000 mon.smithi132 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:23.865 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:23.876 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: audit 2023-12-21T03:44:22.184663+0000 mgr.smithi132.rubyiy (mgr.14182) 487 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:23.876 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: cluster 2023-12-21T03:44:22.263751+0000 mgr.smithi132.rubyiy (mgr.14182) 488 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:23.876 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: audit 2023-12-21T03:44:22.845265+0000 mon.smithi132 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:44:23.876 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: audit 2023-12-21T03:44:22.846732+0000 mon.smithi132 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:44:23.876 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: audit 2023-12-21T03:44:22.856758+0000 mon.smithi132 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:23.876 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: audit 2023-12-21T03:44:22.867406+0000 mon.smithi132 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:44:23.877 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:23 smithi132 bash[26391]: audit 2023-12-21T03:44:22.881318+0000 mon.smithi132 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: audit 2023-12-21T03:44:22.184663+0000 mgr.smithi132.rubyiy (mgr.14182) 487 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: cluster 2023-12-21T03:44:22.263751+0000 mgr.smithi132.rubyiy (mgr.14182) 488 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: audit 2023-12-21T03:44:22.845265+0000 mon.smithi132 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:44:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: audit 2023-12-21T03:44:22.846732+0000 mon.smithi132 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:44:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: audit 2023-12-21T03:44:22.856758+0000 mon.smithi132 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: audit 2023-12-21T03:44:22.867406+0000 mon.smithi132 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:44:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:23 smithi184 bash[29684]: audit 2023-12-21T03:44:22.881318+0000 mon.smithi132 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:24 smithi184 bash[29684]: cluster 2023-12-21T03:44:22.858057+0000 mgr.smithi132.rubyiy (mgr.14182) 489 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:24 smithi184 bash[29684]: cephadm 2023-12-21T03:44:22.884265+0000 mgr.smithi132.rubyiy (mgr.14182) 490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.vthems on smithi184 2023-12-21T03:44:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:24 smithi184 bash[29684]: cluster 2023-12-21T03:44:23.852465+0000 mon.smithi132 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:44:24.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:24 smithi184 bash[29684]: cluster 2023-12-21T03:44:23.852531+0000 mon.smithi132 (mon.0) 758 : cluster [INF] Cluster is now healthy 2023-12-21T03:44:24.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:24 smithi132 bash[26391]: cluster 2023-12-21T03:44:22.858057+0000 mgr.smithi132.rubyiy (mgr.14182) 489 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:24.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:24 smithi132 bash[26391]: cephadm 2023-12-21T03:44:22.884265+0000 mgr.smithi132.rubyiy (mgr.14182) 490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.vthems on smithi184 2023-12-21T03:44:24.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:24 smithi132 bash[26391]: cluster 2023-12-21T03:44:23.852465+0000 mon.smithi132 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:44:24.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:24 smithi132 bash[26391]: cluster 2023-12-21T03:44:23.852531+0000 mon.smithi132 (mon.0) 758 : cluster [INF] Cluster is now healthy 2023-12-21T03:44:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:26 smithi184 bash[29684]: cluster 2023-12-21T03:44:24.858677+0000 mgr.smithi132.rubyiy (mgr.14182) 491 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:26.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:26 smithi132 bash[26391]: cluster 2023-12-21T03:44:24.858677+0000 mgr.smithi132.rubyiy (mgr.14182) 491 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:27.012 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:27.012 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:18.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pywweg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pywweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pywweg\nDeploy daemon haproxy.nfs.foo.smithi184.pywweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.221009Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.oaeuat on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-oaeuat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.oaeuat\nDeploy daemon haproxy.nfs.foo.smithi132.oaeuat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:43:22.222928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.njhipe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:27.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:27 smithi184 bash[29684]: audit 2023-12-21T03:44:26.649946+0000 mon.smithi132 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.vthems"}]: dispatch 2023-12-21T03:44:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:27 smithi132 bash[26391]: audit 2023-12-21T03:44:26.649946+0000 mon.smithi132 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.vthems"}]: dispatch 2023-12-21T03:44:28.677 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: cephadm 2023-12-21T03:44:26.648848+0000 mgr.smithi132.rubyiy (mgr.14182) 492 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vthems ... 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:28.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vthems ... 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: cephadm 2023-12-21T03:44:26.649313+0000 mgr.smithi132.rubyiy (mgr.14182) 493 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: cephadm 2023-12-21T03:44:26.651626+0000 mgr.smithi132.rubyiy (mgr.14182) 494 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vthems ... 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: cephadm 2023-12-21T03:44:26.655344+0000 mgr.smithi132.rubyiy (mgr.14182) 495 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.bjriqj on smithi132 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: cluster 2023-12-21T03:44:26.859276+0000 mgr.smithi132.rubyiy (mgr.14182) 496 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:28 smithi184 bash[29684]: audit 2023-12-21T03:44:27.002674+0000 mgr.smithi132.rubyiy (mgr.14182) 497 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:28.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: cephadm 2023-12-21T03:44:26.648848+0000 mgr.smithi132.rubyiy (mgr.14182) 492 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:28.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vthems ... 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:44:28.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vthems ... 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: cephadm 2023-12-21T03:44:26.649313+0000 mgr.smithi132.rubyiy (mgr.14182) 493 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: cephadm 2023-12-21T03:44:26.651626+0000 mgr.smithi132.rubyiy (mgr.14182) 494 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vthems ... 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: cephadm 2023-12-21T03:44:26.655344+0000 mgr.smithi132.rubyiy (mgr.14182) 495 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.bjriqj on smithi132 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: cluster 2023-12-21T03:44:26.859276+0000 mgr.smithi132.rubyiy (mgr.14182) 496 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:28.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:28 smithi132 bash[26391]: audit 2023-12-21T03:44:27.002674+0000 mgr.smithi132.rubyiy (mgr.14182) 497 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:29.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:29 smithi132 bash[26391]: cluster 2023-12-21T03:44:28.860199+0000 mgr.smithi132.rubyiy (mgr.14182) 498 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:29 smithi184 bash[29684]: cluster 2023-12-21T03:44:28.860199+0000 mgr.smithi132.rubyiy (mgr.14182) 498 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:44:31.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:31 smithi184 bash[29684]: audit 2023-12-21T03:44:30.798454+0000 mon.smithi132 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.bjriqj"}]: dispatch 2023-12-21T03:44:31.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:31 smithi132 bash[26391]: audit 2023-12-21T03:44:30.798454+0000 mon.smithi132 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.bjriqj"}]: dispatch 2023-12-21T03:44:32.232 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:32.232 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cephadm 2023-12-21T03:44:30.797397+0000 mgr.smithi132.rubyiy (mgr.14182) 499 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.bjriqj ... 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.bjriqj ... 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cephadm 2023-12-21T03:44:30.797899+0000 mgr.smithi132.rubyiy (mgr.14182) 500 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cephadm 2023-12-21T03:44:30.799546+0000 mgr.smithi132.rubyiy (mgr.14182) 501 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:44:32.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.bjriqj ... 2023-12-21T03:44:32.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:32.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:32.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:32.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cephadm 2023-12-21T03:44:30.801711+0000 mgr.smithi132.rubyiy (mgr.14182) 502 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:44:32.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cephadm 2023-12-21T03:44:30.803352+0000 mgr.smithi132.rubyiy (mgr.14182) 503 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:44:32.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cluster 2023-12-21T03:44:30.804857+0000 mgr.smithi132.rubyiy (mgr.14182) 504 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T03:44:32.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:32 smithi184 bash[29684]: cluster 2023-12-21T03:44:31.360361+0000 mon.smithi132 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:44:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cephadm 2023-12-21T03:44:30.797397+0000 mgr.smithi132.rubyiy (mgr.14182) 499 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:32.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.bjriqj ... 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:32.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.bjriqj ... 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cephadm 2023-12-21T03:44:30.797899+0000 mgr.smithi132.rubyiy (mgr.14182) 500 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cephadm 2023-12-21T03:44:30.799546+0000 mgr.smithi132.rubyiy (mgr.14182) 501 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.bjriqj ... 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cephadm 2023-12-21T03:44:30.801711+0000 mgr.smithi132.rubyiy (mgr.14182) 502 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cephadm 2023-12-21T03:44:30.803352+0000 mgr.smithi132.rubyiy (mgr.14182) 503 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cluster 2023-12-21T03:44:30.804857+0000 mgr.smithi132.rubyiy (mgr.14182) 504 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T03:44:32.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:32 smithi132 bash[26391]: cluster 2023-12-21T03:44:31.360361+0000 mon.smithi132 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:44:32.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:33.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:33 smithi184 bash[29684]: audit 2023-12-21T03:44:32.219411+0000 mgr.smithi132.rubyiy (mgr.14182) 505 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:33.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:33 smithi132 bash[26391]: audit 2023-12-21T03:44:32.219411+0000 mgr.smithi132.rubyiy (mgr.14182) 505 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:33.945 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:34 smithi184 bash[29684]: cluster 2023-12-21T03:44:32.806076+0000 mgr.smithi132.rubyiy (mgr.14182) 506 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:44:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:34 smithi184 bash[29684]: audit 2023-12-21T03:44:33.553631+0000 mon.smithi132 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:34.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:34 smithi132 bash[26391]: cluster 2023-12-21T03:44:32.806076+0000 mgr.smithi132.rubyiy (mgr.14182) 506 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:44:34.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:34 smithi132 bash[26391]: audit 2023-12-21T03:44:33.553631+0000 mon.smithi132 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:44:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:36 smithi184 bash[29684]: cluster 2023-12-21T03:44:34.807224+0000 mgr.smithi132.rubyiy (mgr.14182) 507 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:36.900 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:36 smithi132 bash[26391]: cluster 2023-12-21T03:44:34.807224+0000 mgr.smithi132.rubyiy (mgr.14182) 507 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:37.342 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:37.343 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:38.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:38 smithi184 bash[29684]: cluster 2023-12-21T03:44:36.810168+0000 mgr.smithi132.rubyiy (mgr.14182) 508 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:38 smithi184 bash[29684]: audit 2023-12-21T03:44:37.333418+0000 mgr.smithi132.rubyiy (mgr.14182) 509 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:38.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:38 smithi132 bash[26391]: cluster 2023-12-21T03:44:36.810168+0000 mgr.smithi132.rubyiy (mgr.14182) 508 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:38.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:38 smithi132 bash[26391]: audit 2023-12-21T03:44:37.333418+0000 mgr.smithi132.rubyiy (mgr.14182) 509 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:39.025 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:40.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:40 smithi132 bash[26391]: cluster 2023-12-21T03:44:38.811517+0000 mgr.smithi132.rubyiy (mgr.14182) 510 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:40 smithi184 bash[29684]: cluster 2023-12-21T03:44:38.811517+0000 mgr.smithi132.rubyiy (mgr.14182) 510 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:41.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:41 smithi132 bash[26391]: cluster 2023-12-21T03:44:40.812657+0000 mgr.smithi132.rubyiy (mgr.14182) 511 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T03:44:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:41 smithi184 bash[29684]: cluster 2023-12-21T03:44:40.812657+0000 mgr.smithi132.rubyiy (mgr.14182) 511 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T03:44:42.338 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:42.338 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:42.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:42 smithi132 bash[26391]: audit 2023-12-21T03:44:42.326500+0000 mgr.smithi132.rubyiy (mgr.14182) 512 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:42 smithi184 bash[29684]: audit 2023-12-21T03:44:42.326500+0000 mgr.smithi132.rubyiy (mgr.14182) 512 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:43.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:43.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:43 smithi132 bash[26391]: cluster 2023-12-21T03:44:42.813781+0000 mgr.smithi132.rubyiy (mgr.14182) 513 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:44.042 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:43 smithi184 bash[29684]: cluster 2023-12-21T03:44:42.813781+0000 mgr.smithi132.rubyiy (mgr.14182) 513 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:46.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:46 smithi184 bash[29684]: cluster 2023-12-21T03:44:44.815047+0000 mgr.smithi132.rubyiy (mgr.14182) 514 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:46.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:46 smithi132 bash[26391]: cluster 2023-12-21T03:44:44.815047+0000 mgr.smithi132.rubyiy (mgr.14182) 514 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:47.205 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:47.205 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:47.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:48.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:48 smithi184 bash[29684]: cluster 2023-12-21T03:44:46.816608+0000 mgr.smithi132.rubyiy (mgr.14182) 515 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:48.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:48 smithi184 bash[29684]: audit 2023-12-21T03:44:47.200442+0000 mgr.smithi132.rubyiy (mgr.14182) 516 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:48.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:48 smithi132 bash[26391]: cluster 2023-12-21T03:44:46.816608+0000 mgr.smithi132.rubyiy (mgr.14182) 515 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:48.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:48 smithi132 bash[26391]: audit 2023-12-21T03:44:47.200442+0000 mgr.smithi132.rubyiy (mgr.14182) 516 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:48.828 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:50.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:50 smithi184 bash[29684]: cluster 2023-12-21T03:44:48.818305+0000 mgr.smithi132.rubyiy (mgr.14182) 517 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:50.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:50 smithi132 bash[26391]: cluster 2023-12-21T03:44:48.818305+0000 mgr.smithi132.rubyiy (mgr.14182) 517 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:52.090 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:52.091 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:52.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:52 smithi132 bash[26391]: cluster 2023-12-21T03:44:50.819521+0000 mgr.smithi132.rubyiy (mgr.14182) 518 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:52.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:52 smithi184 bash[29684]: cluster 2023-12-21T03:44:50.819521+0000 mgr.smithi132.rubyiy (mgr.14182) 518 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:44:52.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:53.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:53 smithi132 bash[26391]: audit 2023-12-21T03:44:52.086110+0000 mgr.smithi132.rubyiy (mgr.14182) 519 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:53.736 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:53 smithi184 bash[29684]: audit 2023-12-21T03:44:52.086110+0000 mgr.smithi132.rubyiy (mgr.14182) 519 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:54.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:54 smithi132 bash[26391]: cluster 2023-12-21T03:44:52.820745+0000 mgr.smithi132.rubyiy (mgr.14182) 520 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:54 smithi184 bash[29684]: cluster 2023-12-21T03:44:52.820745+0000 mgr.smithi132.rubyiy (mgr.14182) 520 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:56.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:56 smithi132 bash[26391]: cluster 2023-12-21T03:44:54.821924+0000 mgr.smithi132.rubyiy (mgr.14182) 521 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:56 smithi184 bash[29684]: cluster 2023-12-21T03:44:54.821924+0000 mgr.smithi132.rubyiy (mgr.14182) 521 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:56.940 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:44:56.940 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:44:57.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:44:58.535 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:44:58.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:58 smithi132 bash[26391]: cluster 2023-12-21T03:44:56.822696+0000 mgr.smithi132.rubyiy (mgr.14182) 522 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:44:58 smithi132 bash[26391]: audit 2023-12-21T03:44:56.936012+0000 mgr.smithi132.rubyiy (mgr.14182) 523 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:44:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:58 smithi184 bash[29684]: cluster 2023-12-21T03:44:56.822696+0000 mgr.smithi132.rubyiy (mgr.14182) 522 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:44:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:44:58 smithi184 bash[29684]: audit 2023-12-21T03:44:56.936012+0000 mgr.smithi132.rubyiy (mgr.14182) 523 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:00.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:00 smithi132 bash[26391]: cluster 2023-12-21T03:44:58.824096+0000 mgr.smithi132.rubyiy (mgr.14182) 524 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:00 smithi184 bash[29684]: cluster 2023-12-21T03:44:58.824096+0000 mgr.smithi132.rubyiy (mgr.14182) 524 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:01.821 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:01.821 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:02.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:02.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:02 smithi132 bash[26391]: cluster 2023-12-21T03:45:00.825302+0000 mgr.smithi132.rubyiy (mgr.14182) 525 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:02 smithi184 bash[29684]: cluster 2023-12-21T03:45:00.825302+0000 mgr.smithi132.rubyiy (mgr.14182) 525 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:03.486 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:03.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:03 smithi132 bash[26391]: audit 2023-12-21T03:45:01.813138+0000 mgr.smithi132.rubyiy (mgr.14182) 526 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:03 smithi184 bash[29684]: audit 2023-12-21T03:45:01.813138+0000 mgr.smithi132.rubyiy (mgr.14182) 526 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:04.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:04 smithi132 bash[26391]: cluster 2023-12-21T03:45:02.826523+0000 mgr.smithi132.rubyiy (mgr.14182) 527 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:04 smithi184 bash[29684]: cluster 2023-12-21T03:45:02.826523+0000 mgr.smithi132.rubyiy (mgr.14182) 527 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:06.592 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:06.592 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:06.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:06 smithi132 bash[26391]: cluster 2023-12-21T03:45:04.827613+0000 mgr.smithi132.rubyiy (mgr.14182) 528 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:06 smithi184 bash[29684]: cluster 2023-12-21T03:45:04.827613+0000 mgr.smithi132.rubyiy (mgr.14182) 528 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:07.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:08.220 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:08.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:08 smithi132 bash[26391]: audit 2023-12-21T03:45:06.587653+0000 mgr.smithi132.rubyiy (mgr.14182) 529 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:08.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:08 smithi132 bash[26391]: cluster 2023-12-21T03:45:06.828761+0000 mgr.smithi132.rubyiy (mgr.14182) 530 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:08 smithi184 bash[29684]: audit 2023-12-21T03:45:06.587653+0000 mgr.smithi132.rubyiy (mgr.14182) 529 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:08 smithi184 bash[29684]: cluster 2023-12-21T03:45:06.828761+0000 mgr.smithi132.rubyiy (mgr.14182) 530 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:10.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:10 smithi132 bash[26391]: cluster 2023-12-21T03:45:08.830083+0000 mgr.smithi132.rubyiy (mgr.14182) 531 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:10 smithi184 bash[29684]: cluster 2023-12-21T03:45:08.830083+0000 mgr.smithi132.rubyiy (mgr.14182) 531 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:11.575 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:11.575 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:12.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:12.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:12 smithi132 bash[26391]: cluster 2023-12-21T03:45:10.831336+0000 mgr.smithi132.rubyiy (mgr.14182) 532 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:12.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:12 smithi132 bash[26391]: audit 2023-12-21T03:45:11.563989+0000 mgr.smithi132.rubyiy (mgr.14182) 533 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:12 smithi184 bash[29684]: cluster 2023-12-21T03:45:10.831336+0000 mgr.smithi132.rubyiy (mgr.14182) 532 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:12 smithi184 bash[29684]: audit 2023-12-21T03:45:11.563989+0000 mgr.smithi132.rubyiy (mgr.14182) 533 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:13.205 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:14 smithi132 bash[26391]: cluster 2023-12-21T03:45:12.832552+0000 mgr.smithi132.rubyiy (mgr.14182) 534 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:14 smithi184 bash[29684]: cluster 2023-12-21T03:45:12.832552+0000 mgr.smithi132.rubyiy (mgr.14182) 534 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:16.321 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:16.321 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:16.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:16 smithi132 bash[26391]: cluster 2023-12-21T03:45:14.833697+0000 mgr.smithi132.rubyiy (mgr.14182) 535 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:16 smithi184 bash[29684]: cluster 2023-12-21T03:45:14.833697+0000 mgr.smithi132.rubyiy (mgr.14182) 535 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:16.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:17 smithi184 bash[29684]: audit 2023-12-21T03:45:16.309545+0000 mgr.smithi132.rubyiy (mgr.14182) 536 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:17.941 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:17.953 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:17 smithi132 bash[26391]: audit 2023-12-21T03:45:16.309545+0000 mgr.smithi132.rubyiy (mgr.14182) 536 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:18 smithi184 bash[29684]: cluster 2023-12-21T03:45:16.834826+0000 mgr.smithi132.rubyiy (mgr.14182) 537 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:18.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:18 smithi132 bash[26391]: cluster 2023-12-21T03:45:16.834826+0000 mgr.smithi132.rubyiy (mgr.14182) 537 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:20.784 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:20 smithi132 bash[26391]: cluster 2023-12-21T03:45:18.836119+0000 mgr.smithi132.rubyiy (mgr.14182) 538 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:20.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:20 smithi184 bash[29684]: cluster 2023-12-21T03:45:18.836119+0000 mgr.smithi132.rubyiy (mgr.14182) 538 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:21.223 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:21.223 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:21.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:22 smithi184 bash[29684]: cluster 2023-12-21T03:45:20.836898+0000 mgr.smithi132.rubyiy (mgr.14182) 539 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:22 smithi184 bash[29684]: audit 2023-12-21T03:45:21.218544+0000 mgr.smithi132.rubyiy (mgr.14182) 540 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:22.903 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:22.915 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:22 smithi132 bash[26391]: cluster 2023-12-21T03:45:20.836898+0000 mgr.smithi132.rubyiy (mgr.14182) 539 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:22.916 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:22 smithi132 bash[26391]: audit 2023-12-21T03:45:21.218544+0000 mgr.smithi132.rubyiy (mgr.14182) 540 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:24.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:24 smithi132 bash[26391]: cluster 2023-12-21T03:45:22.838064+0000 mgr.smithi132.rubyiy (mgr.14182) 541 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:24 smithi184 bash[29684]: cluster 2023-12-21T03:45:22.838064+0000 mgr.smithi132.rubyiy (mgr.14182) 541 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:26.131 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:26.131 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:26.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:26 smithi184 bash[29684]: cluster 2023-12-21T03:45:24.839114+0000 mgr.smithi132.rubyiy (mgr.14182) 542 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:26.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:26 smithi132 bash[26391]: cluster 2023-12-21T03:45:24.839114+0000 mgr.smithi132.rubyiy (mgr.14182) 542 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:27.724 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:27 smithi184 bash[29684]: audit 2023-12-21T03:45:26.121190+0000 mgr.smithi132.rubyiy (mgr.14182) 543 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:27.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:27 smithi132 bash[26391]: audit 2023-12-21T03:45:26.121190+0000 mgr.smithi132.rubyiy (mgr.14182) 543 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:28 smithi184 bash[29684]: cluster 2023-12-21T03:45:26.840351+0000 mgr.smithi132.rubyiy (mgr.14182) 544 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:28.891 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:28 smithi132 bash[26391]: cluster 2023-12-21T03:45:26.840351+0000 mgr.smithi132.rubyiy (mgr.14182) 544 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:30 smithi184 bash[29684]: cluster 2023-12-21T03:45:28.841739+0000 mgr.smithi132.rubyiy (mgr.14182) 545 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:30.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:30 smithi132 bash[26391]: cluster 2023-12-21T03:45:28.841739+0000 mgr.smithi132.rubyiy (mgr.14182) 545 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:31.055 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:31.055 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:43:22.224587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jeeuha on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:31.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:31 smithi184 bash[29684]: audit 2023-12-21T03:45:30.807189+0000 mon.smithi132 (mon.0) 763 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:45:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:31 smithi184 bash[29684]: audit 2023-12-21T03:45:31.127295+0000 mon.smithi132 (mon.0) 764 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:45:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:31 smithi184 bash[29684]: audit 2023-12-21T03:45:31.128979+0000 mon.smithi132 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:45:31.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:31 smithi184 bash[29684]: audit 2023-12-21T03:45:31.136666+0000 mon.smithi132 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:31.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:31 smithi184 bash[29684]: audit 2023-12-21T03:45:31.142223+0000 mon.smithi132 (mon.0) 767 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:45:31.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:31 smithi184 bash[29684]: audit 2023-12-21T03:45:31.156267+0000 mon.smithi132 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:31.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:31 smithi132 bash[26391]: audit 2023-12-21T03:45:30.807189+0000 mon.smithi132 (mon.0) 763 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:45:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:31 smithi132 bash[26391]: audit 2023-12-21T03:45:31.127295+0000 mon.smithi132 (mon.0) 764 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:45:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:31 smithi132 bash[26391]: audit 2023-12-21T03:45:31.128979+0000 mon.smithi132 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:45:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:31 smithi132 bash[26391]: audit 2023-12-21T03:45:31.136666+0000 mon.smithi132 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:31 smithi132 bash[26391]: audit 2023-12-21T03:45:31.142223+0000 mon.smithi132 (mon.0) 767 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:45:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:31 smithi132 bash[26391]: audit 2023-12-21T03:45:31.156267+0000 mon.smithi132 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:32.716 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:32 smithi184 bash[29684]: cluster 2023-12-21T03:45:30.842485+0000 mgr.smithi132.rubyiy (mgr.14182) 546 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:32 smithi184 bash[29684]: audit 2023-12-21T03:45:31.047386+0000 mgr.smithi132.rubyiy (mgr.14182) 547 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:32 smithi184 bash[29684]: cluster 2023-12-21T03:45:31.137519+0000 mgr.smithi132.rubyiy (mgr.14182) 548 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:32 smithi184 bash[29684]: cephadm 2023-12-21T03:45:31.161152+0000 mgr.smithi132.rubyiy (mgr.14182) 549 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.pgrjej on smithi184 2023-12-21T03:45:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:32 smithi184 bash[29684]: cluster 2023-12-21T03:45:31.530072+0000 mon.smithi132 (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:45:32.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:32 smithi184 bash[29684]: cluster 2023-12-21T03:45:31.530138+0000 mon.smithi132 (mon.0) 770 : cluster [INF] Cluster is now healthy 2023-12-21T03:45:32.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:32 smithi132 bash[26391]: cluster 2023-12-21T03:45:30.842485+0000 mgr.smithi132.rubyiy (mgr.14182) 546 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:32 smithi132 bash[26391]: audit 2023-12-21T03:45:31.047386+0000 mgr.smithi132.rubyiy (mgr.14182) 547 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:32 smithi132 bash[26391]: cluster 2023-12-21T03:45:31.137519+0000 mgr.smithi132.rubyiy (mgr.14182) 548 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:32 smithi132 bash[26391]: cephadm 2023-12-21T03:45:31.161152+0000 mgr.smithi132.rubyiy (mgr.14182) 549 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.pgrjej on smithi184 2023-12-21T03:45:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:32 smithi132 bash[26391]: cluster 2023-12-21T03:45:31.530072+0000 mon.smithi132 (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:45:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:32 smithi132 bash[26391]: cluster 2023-12-21T03:45:31.530138+0000 mon.smithi132 (mon.0) 770 : cluster [INF] Cluster is now healthy 2023-12-21T03:45:34.161 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:34 smithi132 bash[26391]: audit 2023-12-21T03:45:33.110905+0000 mon.smithi132 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:34.161 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:34 smithi132 bash[26391]: cluster 2023-12-21T03:45:33.138159+0000 mgr.smithi132.rubyiy (mgr.14182) 550 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:34.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:34 smithi184 bash[29684]: audit 2023-12-21T03:45:33.110905+0000 mon.smithi132 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:34.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:34 smithi184 bash[29684]: cluster 2023-12-21T03:45:33.138159+0000 mgr.smithi132.rubyiy (mgr.14182) 550 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:36.095 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:36.095 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:26.651364Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vthems on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vthems\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vthems\nDeploy daemon haproxy.nfs.foo.smithi184.vthems ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.799348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bjriqj on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bjriqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bjriqj\nDeploy daemon haproxy.nfs.foo.smithi132.bjriqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:44:30.801606Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.fughgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:36.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:36 smithi132 bash[26391]: cluster 2023-12-21T03:45:35.139085+0000 mgr.smithi132.rubyiy (mgr.14182) 551 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:36.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:36 smithi132 bash[26391]: audit 2023-12-21T03:45:35.746435+0000 mon.smithi132 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.pgrjej"}]: dispatch 2023-12-21T03:45:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:36 smithi184 bash[29684]: cluster 2023-12-21T03:45:35.139085+0000 mgr.smithi132.rubyiy (mgr.14182) 551 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:36.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:36 smithi184 bash[29684]: audit 2023-12-21T03:45:35.746435+0000 mon.smithi132 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.pgrjej"}]: dispatch 2023-12-21T03:45:36.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: cephadm 2023-12-21T03:45:35.745512+0000 mgr.smithi132.rubyiy (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:37.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pgrjej ... 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:37.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pgrjej ... 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: cephadm 2023-12-21T03:45:35.745859+0000 mgr.smithi132.rubyiy (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: cephadm 2023-12-21T03:45:35.747709+0000 mgr.smithi132.rubyiy (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pgrjej ... 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: cephadm 2023-12-21T03:45:35.750956+0000 mgr.smithi132.rubyiy (mgr.14182) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.xiadoi on smithi132 2023-12-21T03:45:37.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:37 smithi132 bash[26391]: audit 2023-12-21T03:45:36.088917+0000 mgr.smithi132.rubyiy (mgr.14182) 556 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:37.802 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: cephadm 2023-12-21T03:45:35.745512+0000 mgr.smithi132.rubyiy (mgr.14182) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pgrjej ... 2023-12-21T03:45:37.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:37.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pgrjej ... 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: cephadm 2023-12-21T03:45:35.745859+0000 mgr.smithi132.rubyiy (mgr.14182) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: cephadm 2023-12-21T03:45:35.747709+0000 mgr.smithi132.rubyiy (mgr.14182) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pgrjej ... 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:37.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:37.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:37.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:37.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: cephadm 2023-12-21T03:45:35.750956+0000 mgr.smithi132.rubyiy (mgr.14182) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.xiadoi on smithi132 2023-12-21T03:45:37.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:37 smithi184 bash[29684]: audit 2023-12-21T03:45:36.088917+0000 mgr.smithi132.rubyiy (mgr.14182) 556 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:38.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:38 smithi132 bash[26391]: cluster 2023-12-21T03:45:37.140006+0000 mgr.smithi132.rubyiy (mgr.14182) 557 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:38 smithi184 bash[29684]: cluster 2023-12-21T03:45:37.140006+0000 mgr.smithi132.rubyiy (mgr.14182) 557 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:40.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:40 smithi132 bash[26391]: cluster 2023-12-21T03:45:39.141105+0000 mgr.smithi132.rubyiy (mgr.14182) 558 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:40.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:40 smithi132 bash[26391]: audit 2023-12-21T03:45:39.937421+0000 mon.smithi132 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.xiadoi"}]: dispatch 2023-12-21T03:45:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:40 smithi184 bash[29684]: cluster 2023-12-21T03:45:39.141105+0000 mgr.smithi132.rubyiy (mgr.14182) 558 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:45:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:40 smithi184 bash[29684]: audit 2023-12-21T03:45:39.937421+0000 mon.smithi132 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.xiadoi"}]: dispatch 2023-12-21T03:45:41.497 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:41.497 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cephadm 2023-12-21T03:45:39.936566+0000 mgr.smithi132.rubyiy (mgr.14182) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.xiadoi ... 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:41.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.xiadoi ... 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cephadm 2023-12-21T03:45:39.936852+0000 mgr.smithi132.rubyiy (mgr.14182) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cephadm 2023-12-21T03:45:39.938648+0000 mgr.smithi132.rubyiy (mgr.14182) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:41.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.xiadoi ... 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cephadm 2023-12-21T03:45:39.940692+0000 mgr.smithi132.rubyiy (mgr.14182) 562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cephadm 2023-12-21T03:45:39.942232+0000 mgr.smithi132.rubyiy (mgr.14182) 563 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cluster 2023-12-21T03:45:39.943060+0000 mgr.smithi132.rubyiy (mgr.14182) 564 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:45:41.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:41 smithi132 bash[26391]: cluster 2023-12-21T03:45:40.402679+0000 mon.smithi132 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:45:41.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cephadm 2023-12-21T03:45:39.936566+0000 mgr.smithi132.rubyiy (mgr.14182) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.xiadoi ... 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.xiadoi ... 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:41.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cephadm 2023-12-21T03:45:39.936852+0000 mgr.smithi132.rubyiy (mgr.14182) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cephadm 2023-12-21T03:45:39.938648+0000 mgr.smithi132.rubyiy (mgr.14182) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.xiadoi ... 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:45:41.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cephadm 2023-12-21T03:45:39.940692+0000 mgr.smithi132.rubyiy (mgr.14182) 562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:45:41.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cephadm 2023-12-21T03:45:39.942232+0000 mgr.smithi132.rubyiy (mgr.14182) 563 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:45:41.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cluster 2023-12-21T03:45:39.943060+0000 mgr.smithi132.rubyiy (mgr.14182) 564 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T03:45:41.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:41 smithi184 bash[29684]: cluster 2023-12-21T03:45:40.402679+0000 mon.smithi132 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:45:42.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:42.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:42 smithi132 bash[26391]: audit 2023-12-21T03:45:41.486618+0000 mgr.smithi132.rubyiy (mgr.14182) 565 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:42 smithi184 bash[29684]: audit 2023-12-21T03:45:41.486618+0000 mgr.smithi132.rubyiy (mgr.14182) 565 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:43.173 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:43.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:43 smithi132 bash[26391]: cluster 2023-12-21T03:45:41.944049+0000 mgr.smithi132.rubyiy (mgr.14182) 566 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:43 smithi184 bash[29684]: cluster 2023-12-21T03:45:41.944049+0000 mgr.smithi132.rubyiy (mgr.14182) 566 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:44 smithi184 bash[29684]: audit 2023-12-21T03:45:43.608610+0000 mon.smithi132 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:44 smithi184 bash[29684]: cluster 2023-12-21T03:45:43.945314+0000 mgr.smithi132.rubyiy (mgr.14182) 567 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:44.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:44 smithi132 bash[26391]: audit 2023-12-21T03:45:43.608610+0000 mon.smithi132 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:44.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:44 smithi132 bash[26391]: cluster 2023-12-21T03:45:43.945314+0000 mgr.smithi132.rubyiy (mgr.14182) 567 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:46.408 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:46.408 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:47.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:47.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:47 smithi132 bash[26391]: cluster 2023-12-21T03:45:45.946032+0000 mgr.smithi132.rubyiy (mgr.14182) 568 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:47.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:47 smithi132 bash[26391]: audit 2023-12-21T03:45:46.404016+0000 mgr.smithi132.rubyiy (mgr.14182) 569 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:47 smithi184 bash[29684]: cluster 2023-12-21T03:45:45.946032+0000 mgr.smithi132.rubyiy (mgr.14182) 568 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:47 smithi184 bash[29684]: audit 2023-12-21T03:45:46.404016+0000 mgr.smithi132.rubyiy (mgr.14182) 569 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:48.012 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:49 smithi184 bash[29684]: cluster 2023-12-21T03:45:47.947170+0000 mgr.smithi132.rubyiy (mgr.14182) 570 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:49 smithi184 bash[29684]: audit 2023-12-21T03:45:48.106161+0000 mon.smithi132 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:49 smithi132 bash[26391]: cluster 2023-12-21T03:45:47.947170+0000 mgr.smithi132.rubyiy (mgr.14182) 570 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:49 smithi132 bash[26391]: audit 2023-12-21T03:45:48.106161+0000 mon.smithi132 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:45:51.335 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:51.335 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:51.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:51 smithi132 bash[26391]: cluster 2023-12-21T03:45:49.948230+0000 mgr.smithi132.rubyiy (mgr.14182) 571 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:51 smithi184 bash[29684]: cluster 2023-12-21T03:45:49.948230+0000 mgr.smithi132.rubyiy (mgr.14182) 571 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:45:51.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:52.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:52 smithi132 bash[26391]: audit 2023-12-21T03:45:51.325144+0000 mgr.smithi132.rubyiy (mgr.14182) 572 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:52 smithi184 bash[29684]: audit 2023-12-21T03:45:51.325144+0000 mgr.smithi132.rubyiy (mgr.14182) 572 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:52.989 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:53.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:53 smithi132 bash[26391]: cluster 2023-12-21T03:45:51.949421+0000 mgr.smithi132.rubyiy (mgr.14182) 573 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:53 smithi184 bash[29684]: cluster 2023-12-21T03:45:51.949421+0000 mgr.smithi132.rubyiy (mgr.14182) 573 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:45:55.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:55 smithi132 bash[26391]: cluster 2023-12-21T03:45:53.950376+0000 mgr.smithi132.rubyiy (mgr.14182) 574 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:55 smithi184 bash[29684]: cluster 2023-12-21T03:45:53.950376+0000 mgr.smithi132.rubyiy (mgr.14182) 574 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:56.209 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:45:56.209 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:45:56.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:45:57.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:57 smithi132 bash[26391]: cluster 2023-12-21T03:45:55.951258+0000 mgr.smithi132.rubyiy (mgr.14182) 575 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:57.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:57 smithi132 bash[26391]: audit 2023-12-21T03:45:56.200132+0000 mgr.smithi132.rubyiy (mgr.14182) 576 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:57.853 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:45:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:57 smithi184 bash[29684]: cluster 2023-12-21T03:45:55.951258+0000 mgr.smithi132.rubyiy (mgr.14182) 575 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:57 smithi184 bash[29684]: audit 2023-12-21T03:45:56.200132+0000 mgr.smithi132.rubyiy (mgr.14182) 576 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:45:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:45:59 smithi132 bash[26391]: cluster 2023-12-21T03:45:57.952342+0000 mgr.smithi132.rubyiy (mgr.14182) 577 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:45:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:45:59 smithi184 bash[29684]: cluster 2023-12-21T03:45:57.952342+0000 mgr.smithi132.rubyiy (mgr.14182) 577 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:01.151 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:01.151 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:01.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:01 smithi132 bash[26391]: cluster 2023-12-21T03:45:59.953485+0000 mgr.smithi132.rubyiy (mgr.14182) 578 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:01.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:01 smithi184 bash[29684]: cluster 2023-12-21T03:45:59.953485+0000 mgr.smithi132.rubyiy (mgr.14182) 578 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:02.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:02 smithi132 bash[26391]: audit 2023-12-21T03:46:01.141670+0000 mgr.smithi132.rubyiy (mgr.14182) 579 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:02.794 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:02 smithi184 bash[29684]: audit 2023-12-21T03:46:01.141670+0000 mgr.smithi132.rubyiy (mgr.14182) 579 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:03.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:03 smithi132 bash[26391]: cluster 2023-12-21T03:46:01.954717+0000 mgr.smithi132.rubyiy (mgr.14182) 580 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:03 smithi184 bash[29684]: cluster 2023-12-21T03:46:01.954717+0000 mgr.smithi132.rubyiy (mgr.14182) 580 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:05.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:05 smithi132 bash[26391]: cluster 2023-12-21T03:46:03.955907+0000 mgr.smithi132.rubyiy (mgr.14182) 581 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:05 smithi184 bash[29684]: cluster 2023-12-21T03:46:03.955907+0000 mgr.smithi132.rubyiy (mgr.14182) 581 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:06.193 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:06.193 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:06.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:07.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:07 smithi132 bash[26391]: cluster 2023-12-21T03:46:05.956535+0000 mgr.smithi132.rubyiy (mgr.14182) 582 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:07.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:07 smithi132 bash[26391]: audit 2023-12-21T03:46:06.180944+0000 mgr.smithi132.rubyiy (mgr.14182) 583 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:07.836 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:07 smithi184 bash[29684]: cluster 2023-12-21T03:46:05.956535+0000 mgr.smithi132.rubyiy (mgr.14182) 582 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:07 smithi184 bash[29684]: audit 2023-12-21T03:46:06.180944+0000 mgr.smithi132.rubyiy (mgr.14182) 583 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:09.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:09 smithi132 bash[26391]: cluster 2023-12-21T03:46:07.957604+0000 mgr.smithi132.rubyiy (mgr.14182) 584 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:09 smithi184 bash[29684]: cluster 2023-12-21T03:46:07.957604+0000 mgr.smithi132.rubyiy (mgr.14182) 584 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:11.071 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:11.071 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:11.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:11.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:11 smithi132 bash[26391]: cluster 2023-12-21T03:46:09.958794+0000 mgr.smithi132.rubyiy (mgr.14182) 585 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:11 smithi184 bash[29684]: cluster 2023-12-21T03:46:09.958794+0000 mgr.smithi132.rubyiy (mgr.14182) 585 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:12.700 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:12.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:12 smithi132 bash[26391]: audit 2023-12-21T03:46:11.062452+0000 mgr.smithi132.rubyiy (mgr.14182) 586 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:12 smithi184 bash[29684]: audit 2023-12-21T03:46:11.062452+0000 mgr.smithi132.rubyiy (mgr.14182) 586 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:13.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:13 smithi132 bash[26391]: cluster 2023-12-21T03:46:11.959967+0000 mgr.smithi132.rubyiy (mgr.14182) 587 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:13 smithi184 bash[29684]: cluster 2023-12-21T03:46:11.959967+0000 mgr.smithi132.rubyiy (mgr.14182) 587 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:15.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:15 smithi132 bash[26391]: cluster 2023-12-21T03:46:13.961259+0000 mgr.smithi132.rubyiy (mgr.14182) 588 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:15.844 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:15.844 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:15 smithi184 bash[29684]: cluster 2023-12-21T03:46:13.961259+0000 mgr.smithi132.rubyiy (mgr.14182) 588 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:16.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:17.455 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:17 smithi184 bash[29684]: audit 2023-12-21T03:46:15.837040+0000 mgr.smithi132.rubyiy (mgr.14182) 589 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:17 smithi184 bash[29684]: cluster 2023-12-21T03:46:15.962132+0000 mgr.smithi132.rubyiy (mgr.14182) 590 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:17.894 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:17 smithi132 bash[26391]: audit 2023-12-21T03:46:15.837040+0000 mgr.smithi132.rubyiy (mgr.14182) 589 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:17.894 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:17 smithi132 bash[26391]: cluster 2023-12-21T03:46:15.962132+0000 mgr.smithi132.rubyiy (mgr.14182) 590 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:19.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:19 smithi132 bash[26391]: cluster 2023-12-21T03:46:17.963316+0000 mgr.smithi132.rubyiy (mgr.14182) 591 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:19 smithi184 bash[29684]: cluster 2023-12-21T03:46:17.963316+0000 mgr.smithi132.rubyiy (mgr.14182) 591 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:20.818 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:20.819 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:21.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:21.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:21 smithi132 bash[26391]: cluster 2023-12-21T03:46:19.964483+0000 mgr.smithi132.rubyiy (mgr.14182) 592 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:21 smithi184 bash[29684]: cluster 2023-12-21T03:46:19.964483+0000 mgr.smithi132.rubyiy (mgr.14182) 592 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:22.413 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:22.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:22 smithi132 bash[26391]: audit 2023-12-21T03:46:20.813675+0000 mgr.smithi132.rubyiy (mgr.14182) 593 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:22 smithi184 bash[29684]: audit 2023-12-21T03:46:20.813675+0000 mgr.smithi132.rubyiy (mgr.14182) 593 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:23.747 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:23 smithi132 bash[26391]: cluster 2023-12-21T03:46:21.965749+0000 mgr.smithi132.rubyiy (mgr.14182) 594 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:23 smithi184 bash[29684]: cluster 2023-12-21T03:46:21.965749+0000 mgr.smithi132.rubyiy (mgr.14182) 594 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:25.590 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:25.591 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:25 smithi184 bash[29684]: cluster 2023-12-21T03:46:23.967166+0000 mgr.smithi132.rubyiy (mgr.14182) 595 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:25.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:25 smithi132 bash[26391]: cluster 2023-12-21T03:46:23.967166+0000 mgr.smithi132.rubyiy (mgr.14182) 595 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:26.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:26 smithi184 bash[29684]: audit 2023-12-21T03:46:25.578843+0000 mgr.smithi132.rubyiy (mgr.14182) 596 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:26.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:26 smithi132 bash[26391]: audit 2023-12-21T03:46:25.578843+0000 mgr.smithi132.rubyiy (mgr.14182) 596 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:27.275 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:27.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:27 smithi132 bash[26391]: cluster 2023-12-21T03:46:25.968486+0000 mgr.smithi132.rubyiy (mgr.14182) 597 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:27 smithi184 bash[29684]: cluster 2023-12-21T03:46:25.968486+0000 mgr.smithi132.rubyiy (mgr.14182) 597 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:29.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:29 smithi132 bash[26391]: cluster 2023-12-21T03:46:27.969689+0000 mgr.smithi132.rubyiy (mgr.14182) 598 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:29 smithi184 bash[29684]: cluster 2023-12-21T03:46:27.969689+0000 mgr.smithi132.rubyiy (mgr.14182) 598 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:30.629 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:30.629 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:31.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:31 smithi184 bash[29684]: cluster 2023-12-21T03:46:29.970870+0000 mgr.smithi132.rubyiy (mgr.14182) 599 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:31.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:31 smithi132 bash[26391]: cluster 2023-12-21T03:46:29.970870+0000 mgr.smithi132.rubyiy (mgr.14182) 599 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:32.272 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:32 smithi184 bash[29684]: audit 2023-12-21T03:46:30.617069+0000 mgr.smithi132.rubyiy (mgr.14182) 600 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:32.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:32 smithi132 bash[26391]: audit 2023-12-21T03:46:30.617069+0000 mgr.smithi132.rubyiy (mgr.14182) 600 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:33.818 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:33 smithi132 bash[26391]: cluster 2023-12-21T03:46:31.972035+0000 mgr.smithi132.rubyiy (mgr.14182) 601 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:33 smithi184 bash[29684]: cluster 2023-12-21T03:46:31.972035+0000 mgr.smithi132.rubyiy (mgr.14182) 601 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:46:35.600 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:35.600 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:35.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:35 smithi184 bash[29684]: cluster 2023-12-21T03:46:33.973332+0000 mgr.smithi132.rubyiy (mgr.14182) 602 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:35.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:35 smithi132 bash[26391]: cluster 2023-12-21T03:46:33.973332+0000 mgr.smithi132.rubyiy (mgr.14182) 602 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:36.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:36 smithi184 bash[29684]: audit 2023-12-21T03:46:35.593830+0000 mgr.smithi132.rubyiy (mgr.14182) 603 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:36.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:36 smithi132 bash[26391]: audit 2023-12-21T03:46:35.593830+0000 mgr.smithi132.rubyiy (mgr.14182) 603 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:37.228 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:37 smithi184 bash[29684]: cluster 2023-12-21T03:46:35.974586+0000 mgr.smithi132.rubyiy (mgr.14182) 604 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:37.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:37 smithi132 bash[26391]: cluster 2023-12-21T03:46:35.974586+0000 mgr.smithi132.rubyiy (mgr.14182) 604 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:39.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:39 smithi132 bash[26391]: cluster 2023-12-21T03:46:37.975784+0000 mgr.smithi132.rubyiy (mgr.14182) 605 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:39 smithi184 bash[29684]: cluster 2023-12-21T03:46:37.975784+0000 mgr.smithi132.rubyiy (mgr.14182) 605 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:40.727 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:40.727 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:44:30.803249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rtiwbu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:39.946068+0000 mon.smithi132 (mon.0) 777 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.242073+0000 mon.smithi132 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.242286+0000 mon.smithi132 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.243894+0000 mon.smithi132 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.244329+0000 mon.smithi132 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.245889+0000 mon.smithi132 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.246284+0000 mon.smithi132 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.247727+0000 mon.smithi132 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.248048+0000 mon.smithi132 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.254852+0000 mon.smithi132 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.261343+0000 mon.smithi132 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.262822+0000 mon.smithi132 (mon.0) 788 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:46:40.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.263983+0000 mon.smithi132 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:46:40.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.270905+0000 mon.smithi132 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.278786+0000 mon.smithi132 (mon.0) 791 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:46:40.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:40 smithi184 bash[29684]: audit 2023-12-21T03:46:40.293941+0000 mon.smithi132 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:39.946068+0000 mon.smithi132 (mon.0) 777 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.242073+0000 mon.smithi132 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.242286+0000 mon.smithi132 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.243894+0000 mon.smithi132 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.244329+0000 mon.smithi132 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.245889+0000 mon.smithi132 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.246284+0000 mon.smithi132 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.247727+0000 mon.smithi132 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.248048+0000 mon.smithi132 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.254852+0000 mon.smithi132 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.261343+0000 mon.smithi132 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.262822+0000 mon.smithi132 (mon.0) 788 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:46:40.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.263983+0000 mon.smithi132 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:46:40.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.270905+0000 mon.smithi132 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:40.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.278786+0000 mon.smithi132 (mon.0) 791 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:46:40.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:40 smithi132 bash[26391]: audit 2023-12-21T03:46:40.293941+0000 mon.smithi132 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:41.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:41.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cluster 2023-12-21T03:46:39.976957+0000 mgr.smithi132.rubyiy (mgr.14182) 606 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cephadm 2023-12-21T03:46:40.248791+0000 mgr.smithi132.rubyiy (mgr.14182) 607 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 2249M 2023-12-21T03:46:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cephadm 2023-12-21T03:46:40.249233+0000 mgr.smithi132.rubyiy (mgr.14182) 608 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2761M 2023-12-21T03:46:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cluster 2023-12-21T03:46:40.271880+0000 mgr.smithi132.rubyiy (mgr.14182) 609 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cephadm 2023-12-21T03:46:40.300544+0000 mgr.smithi132.rubyiy (mgr.14182) 610 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.sxegcw on smithi184 2023-12-21T03:46:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cluster 2023-12-21T03:46:40.587766+0000 mon.smithi132 (mon.0) 793 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:46:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:41 smithi132 bash[26391]: cluster 2023-12-21T03:46:40.587856+0000 mon.smithi132 (mon.0) 794 : cluster [INF] Cluster is now healthy 2023-12-21T03:46:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cluster 2023-12-21T03:46:39.976957+0000 mgr.smithi132.rubyiy (mgr.14182) 606 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:46:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cephadm 2023-12-21T03:46:40.248791+0000 mgr.smithi132.rubyiy (mgr.14182) 607 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 2249M 2023-12-21T03:46:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cephadm 2023-12-21T03:46:40.249233+0000 mgr.smithi132.rubyiy (mgr.14182) 608 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2761M 2023-12-21T03:46:41.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cluster 2023-12-21T03:46:40.271880+0000 mgr.smithi132.rubyiy (mgr.14182) 609 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:41.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cephadm 2023-12-21T03:46:40.300544+0000 mgr.smithi132.rubyiy (mgr.14182) 610 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.sxegcw on smithi184 2023-12-21T03:46:41.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cluster 2023-12-21T03:46:40.587766+0000 mon.smithi132 (mon.0) 793 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:46:41.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:41 smithi184 bash[29684]: cluster 2023-12-21T03:46:40.587856+0000 mon.smithi132 (mon.0) 794 : cluster [INF] Cluster is now healthy 2023-12-21T03:46:42.465 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:42 smithi184 bash[29684]: audit 2023-12-21T03:46:40.718231+0000 mgr.smithi132.rubyiy (mgr.14182) 611 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:42 smithi184 bash[29684]: cluster 2023-12-21T03:46:42.272854+0000 mgr.smithi132.rubyiy (mgr.14182) 612 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:42 smithi132 bash[26391]: audit 2023-12-21T03:46:40.718231+0000 mgr.smithi132.rubyiy (mgr.14182) 611 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:42 smithi132 bash[26391]: cluster 2023-12-21T03:46:42.272854+0000 mgr.smithi132.rubyiy (mgr.14182) 612 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: cluster 2023-12-21T03:46:44.273932+0000 mgr.smithi132.rubyiy (mgr.14182) 613 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: cephadm 2023-12-21T03:46:44.397864+0000 mgr.smithi132.rubyiy (mgr.14182) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.sxegcw ... 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.sxegcw ... 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: cephadm 2023-12-21T03:46:44.398432+0000 mgr.smithi132.rubyiy (mgr.14182) 615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: audit 2023-12-21T03:46:44.399129+0000 mon.smithi132 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.sxegcw"}]: dispatch 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: cephadm 2023-12-21T03:46:44.401015+0000 mgr.smithi132.rubyiy (mgr.14182) 616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.sxegcw ... 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:45 smithi184 bash[29684]: cephadm 2023-12-21T03:46:44.406447+0000 mgr.smithi132.rubyiy (mgr.14182) 617 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.rsgufz on smithi132 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: cluster 2023-12-21T03:46:44.273932+0000 mgr.smithi132.rubyiy (mgr.14182) 613 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: cephadm 2023-12-21T03:46:44.397864+0000 mgr.smithi132.rubyiy (mgr.14182) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.sxegcw ... 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.sxegcw ... 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: cephadm 2023-12-21T03:46:44.398432+0000 mgr.smithi132.rubyiy (mgr.14182) 615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: audit 2023-12-21T03:46:44.399129+0000 mon.smithi132 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.sxegcw"}]: dispatch 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: cephadm 2023-12-21T03:46:44.401015+0000 mgr.smithi132.rubyiy (mgr.14182) 616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.sxegcw ... 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:45.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:45 smithi132 bash[26391]: cephadm 2023-12-21T03:46:44.406447+0000 mgr.smithi132.rubyiy (mgr.14182) 617 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.rsgufz on smithi132 2023-12-21T03:46:45.894 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:45.894 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:35.747537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pgrjej on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pgrjej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pgrjej\nDeploy daemon haproxy.nfs.foo.smithi184.pgrjej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.938513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.xiadoi on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-xiadoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.xiadoi\nDeploy daemon haproxy.nfs.foo.smithi132.xiadoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:45:39.940592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.kvblky on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:46.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:47.543 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:47.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:47 smithi132 bash[26391]: audit 2023-12-21T03:46:45.881694+0000 mgr.smithi132.rubyiy (mgr.14182) 618 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:47.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:47 smithi132 bash[26391]: cluster 2023-12-21T03:46:46.274918+0000 mgr.smithi132.rubyiy (mgr.14182) 619 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:47 smithi184 bash[29684]: audit 2023-12-21T03:46:45.881694+0000 mgr.smithi132.rubyiy (mgr.14182) 618 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:47 smithi184 bash[29684]: cluster 2023-12-21T03:46:46.274918+0000 mgr.smithi132.rubyiy (mgr.14182) 619 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:49.209 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:49 smithi132 bash[26391]: audit 2023-12-21T03:46:48.108347+0000 mon.smithi132 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:49.209 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:49 smithi132 bash[26391]: cluster 2023-12-21T03:46:48.275801+0000 mgr.smithi132.rubyiy (mgr.14182) 620 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:49.209 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:49 smithi132 bash[26391]: audit 2023-12-21T03:46:48.793558+0000 mon.smithi132 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.rsgufz"}]: dispatch 2023-12-21T03:46:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:49 smithi184 bash[29684]: audit 2023-12-21T03:46:48.108347+0000 mon.smithi132 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:49 smithi184 bash[29684]: cluster 2023-12-21T03:46:48.275801+0000 mgr.smithi132.rubyiy (mgr.14182) 620 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:46:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:49 smithi184 bash[29684]: audit 2023-12-21T03:46:48.793558+0000 mon.smithi132 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.rsgufz"}]: dispatch 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cephadm 2023-12-21T03:46:48.792384+0000 mgr.smithi132.rubyiy (mgr.14182) 621 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.rsgufz ... 2023-12-21T03:46:50.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:50.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.rsgufz ... 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cephadm 2023-12-21T03:46:48.792872+0000 mgr.smithi132.rubyiy (mgr.14182) 622 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cephadm 2023-12-21T03:46:48.795072+0000 mgr.smithi132.rubyiy (mgr.14182) 623 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.rsgufz ... 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cephadm 2023-12-21T03:46:48.799344+0000 mgr.smithi132.rubyiy (mgr.14182) 624 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cephadm 2023-12-21T03:46:48.803094+0000 mgr.smithi132.rubyiy (mgr.14182) 625 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cluster 2023-12-21T03:46:48.804334+0000 mgr.smithi132.rubyiy (mgr.14182) 626 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2023-12-21T03:46:50.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:50 smithi184 bash[29684]: cluster 2023-12-21T03:46:49.104355+0000 mon.smithi132 (mon.0) 798 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:46:50.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cephadm 2023-12-21T03:46:48.792384+0000 mgr.smithi132.rubyiy (mgr.14182) 621 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.rsgufz ... 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:46:50.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.rsgufz ... 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:50.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cephadm 2023-12-21T03:46:48.792872+0000 mgr.smithi132.rubyiy (mgr.14182) 622 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cephadm 2023-12-21T03:46:48.795072+0000 mgr.smithi132.rubyiy (mgr.14182) 623 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.rsgufz ... 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:46:50.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cephadm 2023-12-21T03:46:48.799344+0000 mgr.smithi132.rubyiy (mgr.14182) 624 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:46:50.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cephadm 2023-12-21T03:46:48.803094+0000 mgr.smithi132.rubyiy (mgr.14182) 625 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:46:50.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cluster 2023-12-21T03:46:48.804334+0000 mgr.smithi132.rubyiy (mgr.14182) 626 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2023-12-21T03:46:50.479 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:50 smithi132 bash[26391]: cluster 2023-12-21T03:46:49.104355+0000 mon.smithi132 (mon.0) 798 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:46:51.321 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:51.322 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:51.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:52.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:52 smithi132 bash[26391]: cluster 2023-12-21T03:46:50.805576+0000 mgr.smithi132.rubyiy (mgr.14182) 627 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T03:46:52.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:52 smithi132 bash[26391]: audit 2023-12-21T03:46:51.309229+0000 mgr.smithi132.rubyiy (mgr.14182) 628 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:52 smithi184 bash[29684]: cluster 2023-12-21T03:46:50.805576+0000 mgr.smithi132.rubyiy (mgr.14182) 627 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T03:46:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:52 smithi184 bash[29684]: audit 2023-12-21T03:46:51.309229+0000 mgr.smithi132.rubyiy (mgr.14182) 628 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:52.950 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:54.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:54 smithi132 bash[26391]: cluster 2023-12-21T03:46:52.806778+0000 mgr.smithi132.rubyiy (mgr.14182) 629 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:46:54.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:54 smithi132 bash[26391]: audit 2023-12-21T03:46:53.665531+0000 mon.smithi132 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:54 smithi184 bash[29684]: cluster 2023-12-21T03:46:52.806778+0000 mgr.smithi132.rubyiy (mgr.14182) 629 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:46:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:54 smithi184 bash[29684]: audit 2023-12-21T03:46:53.665531+0000 mon.smithi132 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:46:56.105 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:46:56.106 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:46:56.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:56 smithi132 bash[26391]: cluster 2023-12-21T03:46:54.807912+0000 mgr.smithi132.rubyiy (mgr.14182) 630 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:46:56.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:46:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:56 smithi184 bash[29684]: cluster 2023-12-21T03:46:54.807912+0000 mgr.smithi132.rubyiy (mgr.14182) 630 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:46:57.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:57 smithi132 bash[26391]: audit 2023-12-21T03:46:56.098753+0000 mgr.smithi132.rubyiy (mgr.14182) 631 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:57.733 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:46:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:57 smithi184 bash[29684]: audit 2023-12-21T03:46:56.098753+0000 mgr.smithi132.rubyiy (mgr.14182) 631 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:46:58.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:46:58 smithi132 bash[26391]: cluster 2023-12-21T03:46:56.809111+0000 mgr.smithi132.rubyiy (mgr.14182) 632 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:46:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:46:58 smithi184 bash[29684]: cluster 2023-12-21T03:46:56.809111+0000 mgr.smithi132.rubyiy (mgr.14182) 632 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:47:00.719 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:00 smithi132 bash[26391]: cluster 2023-12-21T03:46:58.810462+0000 mgr.smithi132.rubyiy (mgr.14182) 633 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:47:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:00 smithi184 bash[29684]: cluster 2023-12-21T03:46:58.810462+0000 mgr.smithi132.rubyiy (mgr.14182) 633 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:47:01.184 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:01.184 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:01.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:02.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:02 smithi132 bash[26391]: cluster 2023-12-21T03:47:00.811507+0000 mgr.smithi132.rubyiy (mgr.14182) 634 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:02.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:02 smithi132 bash[26391]: audit 2023-12-21T03:47:01.175136+0000 mgr.smithi132.rubyiy (mgr.14182) 635 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:02.849 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:02 smithi184 bash[29684]: cluster 2023-12-21T03:47:00.811507+0000 mgr.smithi132.rubyiy (mgr.14182) 634 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:02 smithi184 bash[29684]: audit 2023-12-21T03:47:01.175136+0000 mgr.smithi132.rubyiy (mgr.14182) 635 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:04.314 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:04 smithi132 bash[26391]: cluster 2023-12-21T03:47:02.812802+0000 mgr.smithi132.rubyiy (mgr.14182) 636 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:04.314 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:04 smithi132 bash[26391]: audit 2023-12-21T03:47:03.108461+0000 mon.smithi132 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:04.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:04 smithi184 bash[29684]: cluster 2023-12-21T03:47:02.812802+0000 mgr.smithi132.rubyiy (mgr.14182) 636 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:04.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:04 smithi184 bash[29684]: audit 2023-12-21T03:47:03.108461+0000 mon.smithi132 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:06.216 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:06.216 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:06.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:06 smithi132 bash[26391]: cluster 2023-12-21T03:47:04.813473+0000 mgr.smithi132.rubyiy (mgr.14182) 637 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:06.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:06 smithi184 bash[29684]: cluster 2023-12-21T03:47:04.813473+0000 mgr.smithi132.rubyiy (mgr.14182) 637 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:07.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:07 smithi132 bash[26391]: audit 2023-12-21T03:47:06.204229+0000 mgr.smithi132.rubyiy (mgr.14182) 638 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:07.873 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:07 smithi184 bash[29684]: audit 2023-12-21T03:47:06.204229+0000 mgr.smithi132.rubyiy (mgr.14182) 638 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:08.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:08 smithi132 bash[26391]: cluster 2023-12-21T03:47:06.814536+0000 mgr.smithi132.rubyiy (mgr.14182) 639 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:08 smithi184 bash[29684]: cluster 2023-12-21T03:47:06.814536+0000 mgr.smithi132.rubyiy (mgr.14182) 639 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:10.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:10 smithi132 bash[26391]: cluster 2023-12-21T03:47:08.815853+0000 mgr.smithi132.rubyiy (mgr.14182) 640 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:10 smithi184 bash[29684]: cluster 2023-12-21T03:47:08.815853+0000 mgr.smithi132.rubyiy (mgr.14182) 640 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:11.296 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:11.296 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:11.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:12.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:12 smithi132 bash[26391]: cluster 2023-12-21T03:47:10.817009+0000 mgr.smithi132.rubyiy (mgr.14182) 641 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:12.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:12 smithi132 bash[26391]: audit 2023-12-21T03:47:11.284235+0000 mgr.smithi132.rubyiy (mgr.14182) 642 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:12 smithi184 bash[29684]: cluster 2023-12-21T03:47:10.817009+0000 mgr.smithi132.rubyiy (mgr.14182) 641 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:12 smithi184 bash[29684]: audit 2023-12-21T03:47:11.284235+0000 mgr.smithi132.rubyiy (mgr.14182) 642 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:12.962 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:14.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:14 smithi132 bash[26391]: cluster 2023-12-21T03:47:12.818108+0000 mgr.smithi132.rubyiy (mgr.14182) 643 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:14 smithi184 bash[29684]: cluster 2023-12-21T03:47:12.818108+0000 mgr.smithi132.rubyiy (mgr.14182) 643 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:16.261 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:16.262 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:16.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:16 smithi132 bash[26391]: cluster 2023-12-21T03:47:14.819283+0000 mgr.smithi132.rubyiy (mgr.14182) 644 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:16 smithi184 bash[29684]: cluster 2023-12-21T03:47:14.819283+0000 mgr.smithi132.rubyiy (mgr.14182) 644 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:16.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:17.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:17 smithi132 bash[26391]: audit 2023-12-21T03:47:16.253075+0000 mgr.smithi132.rubyiy (mgr.14182) 645 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:17 smithi184 bash[29684]: audit 2023-12-21T03:47:16.253075+0000 mgr.smithi132.rubyiy (mgr.14182) 645 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:17.953 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:18.778 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:18 smithi132 bash[26391]: cluster 2023-12-21T03:47:16.820493+0000 mgr.smithi132.rubyiy (mgr.14182) 646 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:18 smithi184 bash[29684]: cluster 2023-12-21T03:47:16.820493+0000 mgr.smithi132.rubyiy (mgr.14182) 646 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:20.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:20 smithi132 bash[26391]: cluster 2023-12-21T03:47:18.821802+0000 mgr.smithi132.rubyiy (mgr.14182) 647 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:20.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:20 smithi184 bash[29684]: cluster 2023-12-21T03:47:18.821802+0000 mgr.smithi132.rubyiy (mgr.14182) 647 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:21.304 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:21.304 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:21.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:22 smithi184 bash[29684]: cluster 2023-12-21T03:47:20.822954+0000 mgr.smithi132.rubyiy (mgr.14182) 648 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:22 smithi184 bash[29684]: audit 2023-12-21T03:47:21.292410+0000 mgr.smithi132.rubyiy (mgr.14182) 649 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:22 smithi132 bash[26391]: cluster 2023-12-21T03:47:20.822954+0000 mgr.smithi132.rubyiy (mgr.14182) 648 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:22 smithi132 bash[26391]: audit 2023-12-21T03:47:21.292410+0000 mgr.smithi132.rubyiy (mgr.14182) 649 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:22.978 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:24.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:24 smithi132 bash[26391]: cluster 2023-12-21T03:47:22.824116+0000 mgr.smithi132.rubyiy (mgr.14182) 650 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:24 smithi184 bash[29684]: cluster 2023-12-21T03:47:22.824116+0000 mgr.smithi132.rubyiy (mgr.14182) 650 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:26.255 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:26.255 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:26.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:26 smithi132 bash[26391]: cluster 2023-12-21T03:47:24.825258+0000 mgr.smithi132.rubyiy (mgr.14182) 651 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:26 smithi184 bash[29684]: cluster 2023-12-21T03:47:24.825258+0000 mgr.smithi132.rubyiy (mgr.14182) 651 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:26.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:27 smithi184 bash[29684]: audit 2023-12-21T03:47:26.244339+0000 mgr.smithi132.rubyiy (mgr.14182) 652 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:27.894 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:27.906 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:27 smithi132 bash[26391]: audit 2023-12-21T03:47:26.244339+0000 mgr.smithi132.rubyiy (mgr.14182) 652 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:28 smithi184 bash[29684]: cluster 2023-12-21T03:47:26.826468+0000 mgr.smithi132.rubyiy (mgr.14182) 653 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:28.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:28 smithi132 bash[26391]: cluster 2023-12-21T03:47:26.826468+0000 mgr.smithi132.rubyiy (mgr.14182) 653 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:30.872 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:30 smithi132 bash[26391]: cluster 2023-12-21T03:47:28.827794+0000 mgr.smithi132.rubyiy (mgr.14182) 654 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:30 smithi184 bash[29684]: cluster 2023-12-21T03:47:28.827794+0000 mgr.smithi132.rubyiy (mgr.14182) 654 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:31.294 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:31.294 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:31.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:32.875 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:32.887 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:32 smithi132 bash[26391]: cluster 2023-12-21T03:47:30.828779+0000 mgr.smithi132.rubyiy (mgr.14182) 655 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:32.888 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:32 smithi132 bash[26391]: audit 2023-12-21T03:47:31.289731+0000 mgr.smithi132.rubyiy (mgr.14182) 656 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:32 smithi184 bash[29684]: cluster 2023-12-21T03:47:30.828779+0000 mgr.smithi132.rubyiy (mgr.14182) 655 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:32 smithi184 bash[29684]: audit 2023-12-21T03:47:31.289731+0000 mgr.smithi132.rubyiy (mgr.14182) 656 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:34 smithi184 bash[29684]: cluster 2023-12-21T03:47:32.829862+0000 mgr.smithi132.rubyiy (mgr.14182) 657 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:34.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:34 smithi132 bash[26391]: cluster 2023-12-21T03:47:32.829862+0000 mgr.smithi132.rubyiy (mgr.14182) 657 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:36.090 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:36.090 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:36.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:36 smithi184 bash[29684]: cluster 2023-12-21T03:47:34.831106+0000 mgr.smithi132.rubyiy (mgr.14182) 658 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:36.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:36 smithi132 bash[26391]: cluster 2023-12-21T03:47:34.831106+0000 mgr.smithi132.rubyiy (mgr.14182) 658 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:37.740 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:37 smithi184 bash[29684]: audit 2023-12-21T03:47:36.078699+0000 mgr.smithi132.rubyiy (mgr.14182) 659 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:37.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:37 smithi132 bash[26391]: audit 2023-12-21T03:47:36.078699+0000 mgr.smithi132.rubyiy (mgr.14182) 659 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:38.887 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:38 smithi132 bash[26391]: cluster 2023-12-21T03:47:36.832310+0000 mgr.smithi132.rubyiy (mgr.14182) 660 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:38 smithi184 bash[29684]: cluster 2023-12-21T03:47:36.832310+0000 mgr.smithi132.rubyiy (mgr.14182) 660 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:40 smithi184 bash[29684]: cluster 2023-12-21T03:47:38.833234+0000 mgr.smithi132.rubyiy (mgr.14182) 661 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:40.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:40 smithi132 bash[26391]: cluster 2023-12-21T03:47:38.833234+0000 mgr.smithi132.rubyiy (mgr.14182) 661 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:41.033 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:41.033 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:41.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:42.670 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:42 smithi184 bash[29684]: cluster 2023-12-21T03:47:40.834135+0000 mgr.smithi132.rubyiy (mgr.14182) 662 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:42 smithi184 bash[29684]: audit 2023-12-21T03:47:41.023396+0000 mgr.smithi132.rubyiy (mgr.14182) 663 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:42 smithi132 bash[26391]: cluster 2023-12-21T03:47:40.834135+0000 mgr.smithi132.rubyiy (mgr.14182) 662 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:47:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:42 smithi132 bash[26391]: audit 2023-12-21T03:47:41.023396+0000 mgr.smithi132.rubyiy (mgr.14182) 663 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:44 smithi184 bash[29684]: cluster 2023-12-21T03:47:42.835274+0000 mgr.smithi132.rubyiy (mgr.14182) 664 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:44.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:44 smithi132 bash[26391]: cluster 2023-12-21T03:47:42.835274+0000 mgr.smithi132.rubyiy (mgr.14182) 664 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:45.941 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:45.941 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:46.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:46 smithi184 bash[29684]: cluster 2023-12-21T03:47:44.836290+0000 mgr.smithi132.rubyiy (mgr.14182) 665 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:46.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:46 smithi132 bash[26391]: cluster 2023-12-21T03:47:44.836290+0000 mgr.smithi132.rubyiy (mgr.14182) 665 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:47.573 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:47 smithi184 bash[29684]: audit 2023-12-21T03:47:45.928062+0000 mgr.smithi132.rubyiy (mgr.14182) 666 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:47.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:47 smithi132 bash[26391]: audit 2023-12-21T03:47:45.928062+0000 mgr.smithi132.rubyiy (mgr.14182) 666 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:48.877 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:48 smithi132 bash[26391]: cluster 2023-12-21T03:47:46.837419+0000 mgr.smithi132.rubyiy (mgr.14182) 667 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:48.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:48 smithi184 bash[29684]: cluster 2023-12-21T03:47:46.837419+0000 mgr.smithi132.rubyiy (mgr.14182) 667 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:49.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:49 smithi132 bash[26391]: audit 2023-12-21T03:47:48.807025+0000 mon.smithi132 (mon.0) 801 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:47:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:49 smithi132 bash[26391]: audit 2023-12-21T03:47:49.109787+0000 mon.smithi132 (mon.0) 802 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:47:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:49 smithi132 bash[26391]: audit 2023-12-21T03:47:49.110834+0000 mon.smithi132 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:47:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:49 smithi132 bash[26391]: audit 2023-12-21T03:47:49.116403+0000 mon.smithi132 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:49 smithi132 bash[26391]: audit 2023-12-21T03:47:49.124065+0000 mon.smithi132 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:47:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:49 smithi132 bash[26391]: audit 2023-12-21T03:47:49.137603+0000 mon.smithi132 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:49 smithi184 bash[29684]: audit 2023-12-21T03:47:48.807025+0000 mon.smithi132 (mon.0) 801 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:47:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:49 smithi184 bash[29684]: audit 2023-12-21T03:47:49.109787+0000 mon.smithi132 (mon.0) 802 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:47:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:49 smithi184 bash[29684]: audit 2023-12-21T03:47:49.110834+0000 mon.smithi132 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:47:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:49 smithi184 bash[29684]: audit 2023-12-21T03:47:49.116403+0000 mon.smithi132 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:49.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:49 smithi184 bash[29684]: audit 2023-12-21T03:47:49.124065+0000 mon.smithi132 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:47:49.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:49 smithi184 bash[29684]: audit 2023-12-21T03:47:49.137603+0000 mon.smithi132 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:50 smithi184 bash[29684]: cluster 2023-12-21T03:47:48.838369+0000 mgr.smithi132.rubyiy (mgr.14182) 668 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:50 smithi184 bash[29684]: cluster 2023-12-21T03:47:49.117034+0000 mgr.smithi132.rubyiy (mgr.14182) 669 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:50.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:50 smithi184 bash[29684]: cephadm 2023-12-21T03:47:49.141442+0000 mgr.smithi132.rubyiy (mgr.14182) 670 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.jsokhc on smithi184 2023-12-21T03:47:50.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:50 smithi184 bash[29684]: cluster 2023-12-21T03:47:49.578656+0000 mon.smithi132 (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:47:50.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:50 smithi184 bash[29684]: cluster 2023-12-21T03:47:49.578738+0000 mon.smithi132 (mon.0) 808 : cluster [INF] Cluster is now healthy 2023-12-21T03:47:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:50 smithi132 bash[26391]: cluster 2023-12-21T03:47:48.838369+0000 mgr.smithi132.rubyiy (mgr.14182) 668 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:47:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:50 smithi132 bash[26391]: cluster 2023-12-21T03:47:49.117034+0000 mgr.smithi132.rubyiy (mgr.14182) 669 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:50 smithi132 bash[26391]: cephadm 2023-12-21T03:47:49.141442+0000 mgr.smithi132.rubyiy (mgr.14182) 670 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.jsokhc on smithi184 2023-12-21T03:47:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:50 smithi132 bash[26391]: cluster 2023-12-21T03:47:49.578656+0000 mon.smithi132 (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:47:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:50 smithi132 bash[26391]: cluster 2023-12-21T03:47:49.578738+0000 mon.smithi132 (mon.0) 808 : cluster [INF] Cluster is now healthy 2023-12-21T03:47:50.997 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:50.997 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:45:39.942134Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bqowuh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:51.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:52.702 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:52 smithi184 bash[29684]: audit 2023-12-21T03:47:50.985591+0000 mgr.smithi132.rubyiy (mgr.14182) 671 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:52 smithi184 bash[29684]: cluster 2023-12-21T03:47:51.117934+0000 mgr.smithi132.rubyiy (mgr.14182) 672 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:52.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:52 smithi132 bash[26391]: audit 2023-12-21T03:47:50.985591+0000 mgr.smithi132.rubyiy (mgr.14182) 671 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:52.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:52 smithi132 bash[26391]: cluster 2023-12-21T03:47:51.117934+0000 mgr.smithi132.rubyiy (mgr.14182) 672 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:53.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:53 smithi132 bash[26391]: audit 2023-12-21T03:47:53.395714+0000 mon.smithi132 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.jsokhc"}]: dispatch 2023-12-21T03:47:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:53 smithi184 bash[29684]: audit 2023-12-21T03:47:53.395714+0000 mon.smithi132 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.jsokhc"}]: dispatch 2023-12-21T03:47:54.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: cluster 2023-12-21T03:47:53.118855+0000 mgr.smithi132.rubyiy (mgr.14182) 673 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:54.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: cephadm 2023-12-21T03:47:53.394616+0000 mgr.smithi132.rubyiy (mgr.14182) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:54.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.jsokhc ... 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:47:54.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.jsokhc ... 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: cephadm 2023-12-21T03:47:53.395056+0000 mgr.smithi132.rubyiy (mgr.14182) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: cephadm 2023-12-21T03:47:53.397345+0000 mgr.smithi132.rubyiy (mgr.14182) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:54.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.jsokhc ... 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:54 smithi184 bash[29684]: cephadm 2023-12-21T03:47:53.402684+0000 mgr.smithi132.rubyiy (mgr.14182) 677 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.ogvqrp on smithi132 2023-12-21T03:47:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: cluster 2023-12-21T03:47:53.118855+0000 mgr.smithi132.rubyiy (mgr.14182) 673 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: cephadm 2023-12-21T03:47:53.394616+0000 mgr.smithi132.rubyiy (mgr.14182) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.jsokhc ... 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:54.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.jsokhc ... 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: cephadm 2023-12-21T03:47:53.395056+0000 mgr.smithi132.rubyiy (mgr.14182) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: cephadm 2023-12-21T03:47:53.397345+0000 mgr.smithi132.rubyiy (mgr.14182) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc 2023-12-21T03:47:54.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.jsokhc ... 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:54.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:54 smithi132 bash[26391]: cephadm 2023-12-21T03:47:53.402684+0000 mgr.smithi132.rubyiy (mgr.14182) 677 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.ogvqrp on smithi132 2023-12-21T03:47:56.045 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:47:56.046 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:44.400676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sxegcw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-sxegcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.sxegcw\nDeploy daemon haproxy.nfs.foo.smithi184.sxegcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.794774Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.rsgufz on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-rsgufz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.rsgufz\nDeploy daemon haproxy.nfs.foo.smithi132.rsgufz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:46:48.799110Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.dauahe on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:47:56.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:47:56.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:56 smithi132 bash[26391]: cluster 2023-12-21T03:47:55.119753+0000 mgr.smithi132.rubyiy (mgr.14182) 678 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:56 smithi184 bash[29684]: cluster 2023-12-21T03:47:55.119753+0000 mgr.smithi132.rubyiy (mgr.14182) 678 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:57.678 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:47:57.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:57 smithi132 bash[26391]: audit 2023-12-21T03:47:56.033266+0000 mgr.smithi132.rubyiy (mgr.14182) 679 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:57.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:57 smithi132 bash[26391]: audit 2023-12-21T03:47:57.187963+0000 mon.smithi132 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.ogvqrp"}]: dispatch 2023-12-21T03:47:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:57 smithi184 bash[29684]: audit 2023-12-21T03:47:56.033266+0000 mgr.smithi132.rubyiy (mgr.14182) 679 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:47:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:57 smithi184 bash[29684]: audit 2023-12-21T03:47:57.187963+0000 mon.smithi132 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.ogvqrp"}]: dispatch 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cluster 2023-12-21T03:47:57.120697+0000 mgr.smithi132.rubyiy (mgr.14182) 680 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cephadm 2023-12-21T03:47:57.186770+0000 mgr.smithi132.rubyiy (mgr.14182) 681 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:58.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.ogvqrp ... 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:58.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.ogvqrp ... 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cephadm 2023-12-21T03:47:57.187298+0000 mgr.smithi132.rubyiy (mgr.14182) 682 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cephadm 2023-12-21T03:47:57.189525+0000 mgr.smithi132.rubyiy (mgr.14182) 683 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.ogvqrp ... 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cephadm 2023-12-21T03:47:57.193213+0000 mgr.smithi132.rubyiy (mgr.14182) 684 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cephadm 2023-12-21T03:47:57.196388+0000 mgr.smithi132.rubyiy (mgr.14182) 685 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cluster 2023-12-21T03:47:57.197896+0000 mgr.smithi132.rubyiy (mgr.14182) 686 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T03:47:58.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:58 smithi132 bash[26391]: cluster 2023-12-21T03:47:57.433312+0000 mon.smithi132 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cluster 2023-12-21T03:47:57.120697+0000 mgr.smithi132.rubyiy (mgr.14182) 680 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cephadm 2023-12-21T03:47:57.186770+0000 mgr.smithi132.rubyiy (mgr.14182) 681 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.ogvqrp ... 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.ogvqrp ... 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cephadm 2023-12-21T03:47:57.187298+0000 mgr.smithi132.rubyiy (mgr.14182) 682 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cephadm 2023-12-21T03:47:57.189525+0000 mgr.smithi132.rubyiy (mgr.14182) 683 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:58.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.ogvqrp ... 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cephadm 2023-12-21T03:47:57.193213+0000 mgr.smithi132.rubyiy (mgr.14182) 684 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cephadm 2023-12-21T03:47:57.196388+0000 mgr.smithi132.rubyiy (mgr.14182) 685 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cluster 2023-12-21T03:47:57.197896+0000 mgr.smithi132.rubyiy (mgr.14182) 686 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T03:47:58.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:58 smithi184 bash[29684]: cluster 2023-12-21T03:47:57.433312+0000 mon.smithi132 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:47:59.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:59 smithi132 bash[26391]: audit 2023-12-21T03:47:58.714124+0000 mon.smithi132 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:47:59.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:47:59 smithi132 bash[26391]: cluster 2023-12-21T03:47:59.199275+0000 mgr.smithi132.rubyiy (mgr.14182) 687 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:59 smithi184 bash[29684]: audit 2023-12-21T03:47:58.714124+0000 mon.smithi132 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:48:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:47:59 smithi184 bash[29684]: cluster 2023-12-21T03:47:59.199275+0000 mgr.smithi132.rubyiy (mgr.14182) 687 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:01.186 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:01.186 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:01.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:02.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:02 smithi132 bash[26391]: audit 2023-12-21T03:48:01.178680+0000 mgr.smithi132.rubyiy (mgr.14182) 688 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:02.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:02 smithi132 bash[26391]: cluster 2023-12-21T03:48:01.200442+0000 mgr.smithi132.rubyiy (mgr.14182) 689 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:02.810 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:02 smithi184 bash[29684]: audit 2023-12-21T03:48:01.178680+0000 mgr.smithi132.rubyiy (mgr.14182) 688 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:02 smithi184 bash[29684]: cluster 2023-12-21T03:48:01.200442+0000 mgr.smithi132.rubyiy (mgr.14182) 689 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:04.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:04 smithi132 bash[26391]: cluster 2023-12-21T03:48:03.201587+0000 mgr.smithi132.rubyiy (mgr.14182) 690 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:04 smithi184 bash[29684]: cluster 2023-12-21T03:48:03.201587+0000 mgr.smithi132.rubyiy (mgr.14182) 690 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:06.201 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:06.202 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:06.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:06 smithi132 bash[26391]: cluster 2023-12-21T03:48:05.202857+0000 mgr.smithi132.rubyiy (mgr.14182) 691 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:06.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:06 smithi184 bash[29684]: cluster 2023-12-21T03:48:05.202857+0000 mgr.smithi132.rubyiy (mgr.14182) 691 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:07.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:07 smithi132 bash[26391]: audit 2023-12-21T03:48:06.189380+0000 mgr.smithi132.rubyiy (mgr.14182) 692 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:07.834 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:07 smithi184 bash[29684]: audit 2023-12-21T03:48:06.189380+0000 mgr.smithi132.rubyiy (mgr.14182) 692 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:08.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:08 smithi132 bash[26391]: cluster 2023-12-21T03:48:07.204096+0000 mgr.smithi132.rubyiy (mgr.14182) 693 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:08 smithi184 bash[29684]: cluster 2023-12-21T03:48:07.204096+0000 mgr.smithi132.rubyiy (mgr.14182) 693 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:48:10.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:10 smithi132 bash[26391]: cluster 2023-12-21T03:48:09.205615+0000 mgr.smithi132.rubyiy (mgr.14182) 694 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:10 smithi184 bash[29684]: cluster 2023-12-21T03:48:09.205615+0000 mgr.smithi132.rubyiy (mgr.14182) 694 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:11.174 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:11.174 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:11.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:12.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:12 smithi132 bash[26391]: audit 2023-12-21T03:48:11.170009+0000 mgr.smithi132.rubyiy (mgr.14182) 695 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:12.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:12 smithi132 bash[26391]: cluster 2023-12-21T03:48:11.206965+0000 mgr.smithi132.rubyiy (mgr.14182) 696 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:12.789 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:12 smithi184 bash[29684]: audit 2023-12-21T03:48:11.170009+0000 mgr.smithi132.rubyiy (mgr.14182) 695 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:12 smithi184 bash[29684]: cluster 2023-12-21T03:48:11.206965+0000 mgr.smithi132.rubyiy (mgr.14182) 696 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:14 smithi184 bash[29684]: cluster 2023-12-21T03:48:13.208276+0000 mgr.smithi132.rubyiy (mgr.14182) 697 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:14.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:14 smithi132 bash[26391]: cluster 2023-12-21T03:48:13.208276+0000 mgr.smithi132.rubyiy (mgr.14182) 697 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:15.978 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:15.978 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:16.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:16 smithi184 bash[29684]: cluster 2023-12-21T03:48:15.209559+0000 mgr.smithi132.rubyiy (mgr.14182) 698 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:16.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:16 smithi132 bash[26391]: cluster 2023-12-21T03:48:15.209559+0000 mgr.smithi132.rubyiy (mgr.14182) 698 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:17.633 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:17 smithi184 bash[29684]: audit 2023-12-21T03:48:15.968229+0000 mgr.smithi132.rubyiy (mgr.14182) 699 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:17.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:17 smithi132 bash[26391]: audit 2023-12-21T03:48:15.968229+0000 mgr.smithi132.rubyiy (mgr.14182) 699 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:18.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:18 smithi132 bash[26391]: cluster 2023-12-21T03:48:17.210730+0000 mgr.smithi132.rubyiy (mgr.14182) 700 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:18 smithi184 bash[29684]: cluster 2023-12-21T03:48:17.210730+0000 mgr.smithi132.rubyiy (mgr.14182) 700 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:20.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:20 smithi132 bash[26391]: cluster 2023-12-21T03:48:19.212061+0000 mgr.smithi132.rubyiy (mgr.14182) 701 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:20.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:20 smithi184 bash[29684]: cluster 2023-12-21T03:48:19.212061+0000 mgr.smithi132.rubyiy (mgr.14182) 701 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:20.906 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:20.906 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:21.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:22.554 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:22.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:22 smithi184 bash[29684]: audit 2023-12-21T03:48:20.893524+0000 mgr.smithi132.rubyiy (mgr.14182) 702 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:22.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:22 smithi184 bash[29684]: cluster 2023-12-21T03:48:21.213334+0000 mgr.smithi132.rubyiy (mgr.14182) 703 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:22 smithi132 bash[26391]: audit 2023-12-21T03:48:20.893524+0000 mgr.smithi132.rubyiy (mgr.14182) 702 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:22 smithi132 bash[26391]: cluster 2023-12-21T03:48:21.213334+0000 mgr.smithi132.rubyiy (mgr.14182) 703 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:24 smithi184 bash[29684]: cluster 2023-12-21T03:48:23.214564+0000 mgr.smithi132.rubyiy (mgr.14182) 704 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:24.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:24 smithi132 bash[26391]: cluster 2023-12-21T03:48:23.214564+0000 mgr.smithi132.rubyiy (mgr.14182) 704 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:25.811 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:25.811 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:26.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:26.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:26 smithi132 bash[26391]: cluster 2023-12-21T03:48:25.215696+0000 mgr.smithi132.rubyiy (mgr.14182) 705 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:26 smithi184 bash[29684]: cluster 2023-12-21T03:48:25.215696+0000 mgr.smithi132.rubyiy (mgr.14182) 705 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:27.469 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:27 smithi184 bash[29684]: audit 2023-12-21T03:48:25.800396+0000 mgr.smithi132.rubyiy (mgr.14182) 706 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:27.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:27 smithi132 bash[26391]: audit 2023-12-21T03:48:25.800396+0000 mgr.smithi132.rubyiy (mgr.14182) 706 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:28.881 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:28 smithi132 bash[26391]: cluster 2023-12-21T03:48:27.216993+0000 mgr.smithi132.rubyiy (mgr.14182) 707 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:28 smithi184 bash[29684]: cluster 2023-12-21T03:48:27.216993+0000 mgr.smithi132.rubyiy (mgr.14182) 707 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:30.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:30 smithi132 bash[26391]: cluster 2023-12-21T03:48:29.218407+0000 mgr.smithi132.rubyiy (mgr.14182) 708 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:30.818 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:30.818 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:30 smithi184 bash[29684]: cluster 2023-12-21T03:48:29.218407+0000 mgr.smithi132.rubyiy (mgr.14182) 708 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:31.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:32.509 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:32 smithi184 bash[29684]: audit 2023-12-21T03:48:30.811182+0000 mgr.smithi132.rubyiy (mgr.14182) 709 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:32 smithi184 bash[29684]: cluster 2023-12-21T03:48:31.219596+0000 mgr.smithi132.rubyiy (mgr.14182) 710 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:32 smithi132 bash[26391]: audit 2023-12-21T03:48:30.811182+0000 mgr.smithi132.rubyiy (mgr.14182) 709 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:32 smithi132 bash[26391]: cluster 2023-12-21T03:48:31.219596+0000 mgr.smithi132.rubyiy (mgr.14182) 710 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:34 smithi184 bash[29684]: cluster 2023-12-21T03:48:33.220762+0000 mgr.smithi132.rubyiy (mgr.14182) 711 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:34.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:34 smithi132 bash[26391]: cluster 2023-12-21T03:48:33.220762+0000 mgr.smithi132.rubyiy (mgr.14182) 711 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:35.851 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:35.851 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:36.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:36 smithi184 bash[29684]: cluster 2023-12-21T03:48:35.221928+0000 mgr.smithi132.rubyiy (mgr.14182) 712 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:36.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:36 smithi132 bash[26391]: cluster 2023-12-21T03:48:35.221928+0000 mgr.smithi132.rubyiy (mgr.14182) 712 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:37.495 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:37 smithi184 bash[29684]: audit 2023-12-21T03:48:35.838358+0000 mgr.smithi132.rubyiy (mgr.14182) 713 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:37.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:37 smithi132 bash[26391]: audit 2023-12-21T03:48:35.838358+0000 mgr.smithi132.rubyiy (mgr.14182) 713 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:38 smithi184 bash[29684]: cluster 2023-12-21T03:48:37.223109+0000 mgr.smithi132.rubyiy (mgr.14182) 714 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:38.914 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:38 smithi132 bash[26391]: cluster 2023-12-21T03:48:37.223109+0000 mgr.smithi132.rubyiy (mgr.14182) 714 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:40.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:40 smithi132 bash[26391]: cluster 2023-12-21T03:48:39.224430+0000 mgr.smithi132.rubyiy (mgr.14182) 715 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:40.841 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:40.841 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:40 smithi184 bash[29684]: cluster 2023-12-21T03:48:39.224430+0000 mgr.smithi132.rubyiy (mgr.14182) 715 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:41.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:42.479 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:42 smithi184 bash[29684]: audit 2023-12-21T03:48:40.834904+0000 mgr.smithi132.rubyiy (mgr.14182) 716 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:42 smithi184 bash[29684]: cluster 2023-12-21T03:48:41.225662+0000 mgr.smithi132.rubyiy (mgr.14182) 717 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:42 smithi132 bash[26391]: audit 2023-12-21T03:48:40.834904+0000 mgr.smithi132.rubyiy (mgr.14182) 716 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:42 smithi132 bash[26391]: cluster 2023-12-21T03:48:41.225662+0000 mgr.smithi132.rubyiy (mgr.14182) 717 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:44.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:44 smithi184 bash[29684]: cluster 2023-12-21T03:48:43.226843+0000 mgr.smithi132.rubyiy (mgr.14182) 718 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:44.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:44 smithi132 bash[26391]: cluster 2023-12-21T03:48:43.226843+0000 mgr.smithi132.rubyiy (mgr.14182) 718 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:45.776 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:45.776 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:46.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:46.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:46 smithi132 bash[26391]: cluster 2023-12-21T03:48:45.227686+0000 mgr.smithi132.rubyiy (mgr.14182) 719 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:46 smithi184 bash[29684]: cluster 2023-12-21T03:48:45.227686+0000 mgr.smithi132.rubyiy (mgr.14182) 719 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:47.414 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:47.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:47 smithi132 bash[26391]: audit 2023-12-21T03:48:45.766696+0000 mgr.smithi132.rubyiy (mgr.14182) 720 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:47 smithi184 bash[29684]: audit 2023-12-21T03:48:45.766696+0000 mgr.smithi132.rubyiy (mgr.14182) 720 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:48.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:48 smithi132 bash[26391]: cluster 2023-12-21T03:48:47.228819+0000 mgr.smithi132.rubyiy (mgr.14182) 721 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:48.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:48 smithi184 bash[29684]: cluster 2023-12-21T03:48:47.228819+0000 mgr.smithi132.rubyiy (mgr.14182) 721 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:50.782 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:50.782 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:50 smithi184 bash[29684]: cluster 2023-12-21T03:48:49.229539+0000 mgr.smithi132.rubyiy (mgr.14182) 722 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:50 smithi132 bash[26391]: cluster 2023-12-21T03:48:49.229539+0000 mgr.smithi132.rubyiy (mgr.14182) 722 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:51.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:52.412 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:52.734 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:52 smithi132 bash[26391]: audit 2023-12-21T03:48:50.770572+0000 mgr.smithi132.rubyiy (mgr.14182) 723 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:52.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:52 smithi132 bash[26391]: cluster 2023-12-21T03:48:51.230724+0000 mgr.smithi132.rubyiy (mgr.14182) 724 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:52 smithi184 bash[29684]: audit 2023-12-21T03:48:50.770572+0000 mgr.smithi132.rubyiy (mgr.14182) 723 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:52 smithi184 bash[29684]: cluster 2023-12-21T03:48:51.230724+0000 mgr.smithi132.rubyiy (mgr.14182) 724 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:48:53.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:53 smithi132 bash[26391]: cluster 2023-12-21T03:48:53.231972+0000 mgr.smithi132.rubyiy (mgr.14182) 725 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:53 smithi184 bash[29684]: cluster 2023-12-21T03:48:53.231972+0000 mgr.smithi132.rubyiy (mgr.14182) 725 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:55.596 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:48:55.596 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:48:56.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:48:56.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:56 smithi132 bash[26391]: cluster 2023-12-21T03:48:55.232855+0000 mgr.smithi132.rubyiy (mgr.14182) 726 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:56.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:56 smithi132 bash[26391]: audit 2023-12-21T03:48:55.587190+0000 mgr.smithi132.rubyiy (mgr.14182) 727 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:56 smithi184 bash[29684]: cluster 2023-12-21T03:48:55.232855+0000 mgr.smithi132.rubyiy (mgr.14182) 726 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:56 smithi184 bash[29684]: audit 2023-12-21T03:48:55.587190+0000 mgr.smithi132.rubyiy (mgr.14182) 727 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:48:57.207 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:48:57.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:57 smithi132 bash[26391]: audit 2023-12-21T03:48:57.202651+0000 mon.smithi132 (mon.0) 813 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:48:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:57 smithi184 bash[29684]: audit 2023-12-21T03:48:57.202651+0000 mon.smithi132 (mon.0) 813 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:48:58.658 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: cluster 2023-12-21T03:48:57.233705+0000 mgr.smithi132.rubyiy (mgr.14182) 728 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:58.658 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: audit 2023-12-21T03:48:57.506909+0000 mon.smithi132 (mon.0) 814 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:48:58.658 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: audit 2023-12-21T03:48:57.508215+0000 mon.smithi132 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:48:58.658 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: audit 2023-12-21T03:48:57.516194+0000 mon.smithi132 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:48:58.659 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: cluster 2023-12-21T03:48:57.517326+0000 mgr.smithi132.rubyiy (mgr.14182) 729 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:48:58.659 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: audit 2023-12-21T03:48:57.522858+0000 mon.smithi132 (mon.0) 817 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:48:58.659 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: audit 2023-12-21T03:48:57.534191+0000 mon.smithi132 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:48:58.659 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:58 smithi132 bash[26391]: cephadm 2023-12-21T03:48:57.540464+0000 mgr.smithi132.rubyiy (mgr.14182) 730 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.iirvkc on smithi184 2023-12-21T03:48:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: cluster 2023-12-21T03:48:57.233705+0000 mgr.smithi132.rubyiy (mgr.14182) 728 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: audit 2023-12-21T03:48:57.506909+0000 mon.smithi132 (mon.0) 814 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: audit 2023-12-21T03:48:57.508215+0000 mon.smithi132 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: audit 2023-12-21T03:48:57.516194+0000 mon.smithi132 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: cluster 2023-12-21T03:48:57.517326+0000 mgr.smithi132.rubyiy (mgr.14182) 729 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: audit 2023-12-21T03:48:57.522858+0000 mon.smithi132 (mon.0) 817 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: audit 2023-12-21T03:48:57.534191+0000 mon.smithi132 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:48:58.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:58 smithi184 bash[29684]: cephadm 2023-12-21T03:48:57.540464+0000 mgr.smithi132.rubyiy (mgr.14182) 730 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.iirvkc on smithi184 2023-12-21T03:48:59.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:59 smithi132 bash[26391]: cluster 2023-12-21T03:48:58.512521+0000 mon.smithi132 (mon.0) 819 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:48:59.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:48:59 smithi132 bash[26391]: cluster 2023-12-21T03:48:58.512608+0000 mon.smithi132 (mon.0) 820 : cluster [INF] Cluster is now healthy 2023-12-21T03:48:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:59 smithi184 bash[29684]: cluster 2023-12-21T03:48:58.512521+0000 mon.smithi132 (mon.0) 819 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:48:59.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:48:59 smithi184 bash[29684]: cluster 2023-12-21T03:48:58.512608+0000 mon.smithi132 (mon.0) 820 : cluster [INF] Cluster is now healthy 2023-12-21T03:49:00.523 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:00.523 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:46:48.802986Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ejhksq on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:53.397107Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.jsokhc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-jsokhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.jsokhc\nDeploy daemon haproxy.nfs.foo.smithi184.jsokhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.189265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.ogvqrp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-ogvqrp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.ogvqrp\nDeploy daemon haproxy.nfs.foo.smithi132.ogvqrp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:47:57.193034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.vblayx on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:00 smithi184 bash[29684]: cluster 2023-12-21T03:48:59.517931+0000 mgr.smithi132.rubyiy (mgr.14182) 731 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:49:00.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:00 smithi132 bash[26391]: cluster 2023-12-21T03:48:59.517931+0000 mgr.smithi132.rubyiy (mgr.14182) 731 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:49:01.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:01 smithi184 bash[29684]: audit 2023-12-21T03:49:00.515512+0000 mgr.smithi132.rubyiy (mgr.14182) 732 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:01.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:01 smithi132 bash[26391]: audit 2023-12-21T03:49:00.515512+0000 mgr.smithi132.rubyiy (mgr.14182) 732 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:02.142 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:02.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: cluster 2023-12-21T03:49:01.518825+0000 mgr.smithi132.rubyiy (mgr.14182) 733 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:49:02.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: cephadm 2023-12-21T03:49:01.608895+0000 mgr.smithi132.rubyiy (mgr.14182) 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-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:02.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:49:02.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: cephadm 2023-12-21T03:49:01.609392+0000 mgr.smithi132.rubyiy (mgr.14182) 735 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: audit 2023-12-21T03:49:01.609977+0000 mon.smithi132 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.iirvkc"}]: dispatch 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: cephadm 2023-12-21T03:49:01.611749+0000 mgr.smithi132.rubyiy (mgr.14182) 736 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:02 smithi184 bash[29684]: cephadm 2023-12-21T03:49:01.616610+0000 mgr.smithi132.rubyiy (mgr.14182) 737 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.gzpnvf on smithi132 2023-12-21T03:49:02.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: cluster 2023-12-21T03:49:01.518825+0000 mgr.smithi132.rubyiy (mgr.14182) 733 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:49:02.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: cephadm 2023-12-21T03:49:01.608895+0000 mgr.smithi132.rubyiy (mgr.14182) 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-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:02.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:02.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:02.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:02.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: cephadm 2023-12-21T03:49:01.609392+0000 mgr.smithi132.rubyiy (mgr.14182) 735 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: audit 2023-12-21T03:49:01.609977+0000 mon.smithi132 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.iirvkc"}]: dispatch 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: cephadm 2023-12-21T03:49:01.611749+0000 mgr.smithi132.rubyiy (mgr.14182) 736 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:02.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:49:02.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:49:02.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:02.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:02.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:02.980 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:02.981 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:02 smithi132 bash[26391]: cephadm 2023-12-21T03:49:01.616610+0000 mgr.smithi132.rubyiy (mgr.14182) 737 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.gzpnvf on smithi132 2023-12-21T03:49:04.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:04 smithi184 bash[29684]: audit 2023-12-21T03:49:03.110924+0000 mon.smithi132 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:49:04.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:04 smithi184 bash[29684]: cluster 2023-12-21T03:49:03.519836+0000 mgr.smithi132.rubyiy (mgr.14182) 738 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:49:04.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:04 smithi132 bash[26391]: audit 2023-12-21T03:49:03.110924+0000 mon.smithi132 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:49:04.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:04 smithi132 bash[26391]: cluster 2023-12-21T03:49:03.519836+0000 mgr.smithi132.rubyiy (mgr.14182) 738 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:49:05.493 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:05.493 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:05.731 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:05 smithi132 bash[26391]: audit 2023-12-21T03:49:05.391982+0000 mon.smithi132 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.gzpnvf"}]: dispatch 2023-12-21T03:49:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:05 smithi184 bash[29684]: audit 2023-12-21T03:49:05.391982+0000 mon.smithi132 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.gzpnvf"}]: dispatch 2023-12-21T03:49:06.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cephadm 2023-12-21T03:49:05.390971+0000 mgr.smithi132.rubyiy (mgr.14182) 739 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:06.458 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:06.459 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:06.459 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.459 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:49:06.459 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:49:06.459 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:49:06.459 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:06.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cephadm 2023-12-21T03:49:05.391443+0000 mgr.smithi132.rubyiy (mgr.14182) 740 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cephadm 2023-12-21T03:49:05.393253+0000 mgr.smithi132.rubyiy (mgr.14182) 741 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cephadm 2023-12-21T03:49:05.397472+0000 mgr.smithi132.rubyiy (mgr.14182) 742 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cephadm 2023-12-21T03:49:05.401375+0000 mgr.smithi132.rubyiy (mgr.14182) 743 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cluster 2023-12-21T03:49:05.402587+0000 mgr.smithi132.rubyiy (mgr.14182) 744 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: cluster 2023-12-21T03:49:05.455211+0000 mon.smithi132 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:49:06.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:06 smithi132 bash[26391]: audit 2023-12-21T03:49:05.481690+0000 mgr.smithi132.rubyiy (mgr.14182) 745 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cephadm 2023-12-21T03:49:05.390971+0000 mgr.smithi132.rubyiy (mgr.14182) 739 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:06.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cephadm 2023-12-21T03:49:05.391443+0000 mgr.smithi132.rubyiy (mgr.14182) 740 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cephadm 2023-12-21T03:49:05.393253+0000 mgr.smithi132.rubyiy (mgr.14182) 741 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cephadm 2023-12-21T03:49:05.397472+0000 mgr.smithi132.rubyiy (mgr.14182) 742 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cephadm 2023-12-21T03:49:05.401375+0000 mgr.smithi132.rubyiy (mgr.14182) 743 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cluster 2023-12-21T03:49:05.402587+0000 mgr.smithi132.rubyiy (mgr.14182) 744 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: cluster 2023-12-21T03:49:05.455211+0000 mon.smithi132 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:49:06.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:06 smithi184 bash[29684]: audit 2023-12-21T03:49:05.481690+0000 mgr.smithi132.rubyiy (mgr.14182) 745 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:07.180 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:08.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:08 smithi132 bash[26391]: cluster 2023-12-21T03:49:07.403240+0000 mgr.smithi132.rubyiy (mgr.14182) 746 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:49:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:08 smithi184 bash[29684]: cluster 2023-12-21T03:49:07.403240+0000 mgr.smithi132.rubyiy (mgr.14182) 746 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:49:10.082 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:09 smithi132 bash[26391]: audit 2023-12-21T03:49:08.764106+0000 mon.smithi132 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:49:10.082 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:09 smithi132 bash[26391]: cluster 2023-12-21T03:49:09.404381+0000 mgr.smithi132.rubyiy (mgr.14182) 747 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:49:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:09 smithi184 bash[29684]: audit 2023-12-21T03:49:08.764106+0000 mon.smithi132 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:49:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:09 smithi184 bash[29684]: cluster 2023-12-21T03:49:09.404381+0000 mgr.smithi132.rubyiy (mgr.14182) 747 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:49:10.554 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:10.555 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:11.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:11.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:11 smithi132 bash[26391]: audit 2023-12-21T03:49:10.543551+0000 mgr.smithi132.rubyiy (mgr.14182) 748 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:11 smithi184 bash[29684]: audit 2023-12-21T03:49:10.543551+0000 mgr.smithi132.rubyiy (mgr.14182) 748 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:12.178 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:12 smithi184 bash[29684]: cluster 2023-12-21T03:49:11.405634+0000 mgr.smithi132.rubyiy (mgr.14182) 749 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T03:49:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:12 smithi132 bash[26391]: cluster 2023-12-21T03:49:11.405634+0000 mgr.smithi132.rubyiy (mgr.14182) 749 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T03:49:14.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:14 smithi132 bash[26391]: cluster 2023-12-21T03:49:13.406979+0000 mgr.smithi132.rubyiy (mgr.14182) 750 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:49:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:14 smithi184 bash[29684]: cluster 2023-12-21T03:49:13.406979+0000 mgr.smithi132.rubyiy (mgr.14182) 750 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:49:15.599 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:15.599 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:16.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:16.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:16 smithi132 bash[26391]: cluster 2023-12-21T03:49:15.407763+0000 mgr.smithi132.rubyiy (mgr.14182) 751 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:49:16.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:16 smithi132 bash[26391]: audit 2023-12-21T03:49:15.594469+0000 mgr.smithi132.rubyiy (mgr.14182) 752 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:16 smithi184 bash[29684]: cluster 2023-12-21T03:49:15.407763+0000 mgr.smithi132.rubyiy (mgr.14182) 751 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:49:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:16 smithi184 bash[29684]: audit 2023-12-21T03:49:15.594469+0000 mgr.smithi132.rubyiy (mgr.14182) 752 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:17.240 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:18.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:18 smithi132 bash[26391]: cluster 2023-12-21T03:49:17.409135+0000 mgr.smithi132.rubyiy (mgr.14182) 753 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:18 smithi132 bash[26391]: audit 2023-12-21T03:49:18.112335+0000 mon.smithi132 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:49:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:18 smithi184 bash[29684]: cluster 2023-12-21T03:49:17.409135+0000 mgr.smithi132.rubyiy (mgr.14182) 753 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:18.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:18 smithi184 bash[29684]: audit 2023-12-21T03:49:18.112335+0000 mon.smithi132 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:49:20.545 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:20.545 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:20.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:20 smithi184 bash[29684]: cluster 2023-12-21T03:49:19.410631+0000 mgr.smithi132.rubyiy (mgr.14182) 754 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:20.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:20 smithi132 bash[26391]: cluster 2023-12-21T03:49:19.410631+0000 mgr.smithi132.rubyiy (mgr.14182) 754 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:21.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:21 smithi184 bash[29684]: audit 2023-12-21T03:49:20.535941+0000 mgr.smithi132.rubyiy (mgr.14182) 755 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:21.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:21 smithi132 bash[26391]: audit 2023-12-21T03:49:20.535941+0000 mgr.smithi132.rubyiy (mgr.14182) 755 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:22.199 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:22 smithi184 bash[29684]: cluster 2023-12-21T03:49:21.411848+0000 mgr.smithi132.rubyiy (mgr.14182) 756 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:22 smithi132 bash[26391]: cluster 2023-12-21T03:49:21.411848+0000 mgr.smithi132.rubyiy (mgr.14182) 756 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:24.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:24 smithi184 bash[29684]: cluster 2023-12-21T03:49:23.413227+0000 mgr.smithi132.rubyiy (mgr.14182) 757 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:24.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:24 smithi132 bash[26391]: cluster 2023-12-21T03:49:23.413227+0000 mgr.smithi132.rubyiy (mgr.14182) 757 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:25.550 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:25.550 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:26.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:26 smithi184 bash[29684]: cluster 2023-12-21T03:49:25.414168+0000 mgr.smithi132.rubyiy (mgr.14182) 758 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:26 smithi184 bash[29684]: audit 2023-12-21T03:49:25.537639+0000 mgr.smithi132.rubyiy (mgr.14182) 759 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:26.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:26 smithi132 bash[26391]: cluster 2023-12-21T03:49:25.414168+0000 mgr.smithi132.rubyiy (mgr.14182) 758 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:26.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:26 smithi132 bash[26391]: audit 2023-12-21T03:49:25.537639+0000 mgr.smithi132.rubyiy (mgr.14182) 759 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:27.179 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:28.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:28 smithi132 bash[26391]: cluster 2023-12-21T03:49:27.415384+0000 mgr.smithi132.rubyiy (mgr.14182) 760 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:28 smithi184 bash[29684]: cluster 2023-12-21T03:49:27.415384+0000 mgr.smithi132.rubyiy (mgr.14182) 760 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:30.318 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:30.318 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:30.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:30 smithi132 bash[26391]: cluster 2023-12-21T03:49:29.416603+0000 mgr.smithi132.rubyiy (mgr.14182) 761 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:30 smithi184 bash[29684]: cluster 2023-12-21T03:49:29.416603+0000 mgr.smithi132.rubyiy (mgr.14182) 761 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:30.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:31 smithi184 bash[29684]: audit 2023-12-21T03:49:30.307150+0000 mgr.smithi132.rubyiy (mgr.14182) 762 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:31.929 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:31.942 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:31 smithi132 bash[26391]: audit 2023-12-21T03:49:30.307150+0000 mgr.smithi132.rubyiy (mgr.14182) 762 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:32 smithi184 bash[29684]: cluster 2023-12-21T03:49:31.417842+0000 mgr.smithi132.rubyiy (mgr.14182) 763 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:32.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:32 smithi132 bash[26391]: cluster 2023-12-21T03:49:31.417842+0000 mgr.smithi132.rubyiy (mgr.14182) 763 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:34.878 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:34 smithi132 bash[26391]: cluster 2023-12-21T03:49:33.419272+0000 mgr.smithi132.rubyiy (mgr.14182) 764 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:34 smithi184 bash[29684]: cluster 2023-12-21T03:49:33.419272+0000 mgr.smithi132.rubyiy (mgr.14182) 764 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:35.318 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:35.318 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:36.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:36 smithi184 bash[29684]: audit 2023-12-21T03:49:35.308204+0000 mgr.smithi132.rubyiy (mgr.14182) 765 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:36.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:36 smithi184 bash[29684]: cluster 2023-12-21T03:49:35.419951+0000 mgr.smithi132.rubyiy (mgr.14182) 766 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:36.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:36 smithi132 bash[26391]: audit 2023-12-21T03:49:35.308204+0000 mgr.smithi132.rubyiy (mgr.14182) 765 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:36.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:36 smithi132 bash[26391]: cluster 2023-12-21T03:49:35.419951+0000 mgr.smithi132.rubyiy (mgr.14182) 766 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:37.019 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:38.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:38 smithi132 bash[26391]: cluster 2023-12-21T03:49:37.421222+0000 mgr.smithi132.rubyiy (mgr.14182) 767 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:38 smithi184 bash[29684]: cluster 2023-12-21T03:49:37.421222+0000 mgr.smithi132.rubyiy (mgr.14182) 767 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:40.397 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:40.397 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:40.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:40 smithi132 bash[26391]: cluster 2023-12-21T03:49:39.421886+0000 mgr.smithi132.rubyiy (mgr.14182) 768 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:40.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:40 smithi184 bash[29684]: cluster 2023-12-21T03:49:39.421886+0000 mgr.smithi132.rubyiy (mgr.14182) 768 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:41.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:41 smithi184 bash[29684]: audit 2023-12-21T03:49:40.384181+0000 mgr.smithi132.rubyiy (mgr.14182) 769 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:41.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:41 smithi132 bash[26391]: audit 2023-12-21T03:49:40.384181+0000 mgr.smithi132.rubyiy (mgr.14182) 769 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:42.074 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:42 smithi184 bash[29684]: cluster 2023-12-21T03:49:41.423105+0000 mgr.smithi132.rubyiy (mgr.14182) 770 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:42 smithi132 bash[26391]: cluster 2023-12-21T03:49:41.423105+0000 mgr.smithi132.rubyiy (mgr.14182) 770 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:44.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:44 smithi184 bash[29684]: cluster 2023-12-21T03:49:43.424465+0000 mgr.smithi132.rubyiy (mgr.14182) 771 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:44.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:44 smithi132 bash[26391]: cluster 2023-12-21T03:49:43.424465+0000 mgr.smithi132.rubyiy (mgr.14182) 771 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:45.451 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:45.452 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:46.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:46 smithi184 bash[29684]: cluster 2023-12-21T03:49:45.425696+0000 mgr.smithi132.rubyiy (mgr.14182) 772 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:46.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:46 smithi184 bash[29684]: audit 2023-12-21T03:49:45.439337+0000 mgr.smithi132.rubyiy (mgr.14182) 773 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:46.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:46 smithi132 bash[26391]: cluster 2023-12-21T03:49:45.425696+0000 mgr.smithi132.rubyiy (mgr.14182) 772 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:46.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:46 smithi132 bash[26391]: audit 2023-12-21T03:49:45.439337+0000 mgr.smithi132.rubyiy (mgr.14182) 773 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:47.103 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:48.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:48 smithi184 bash[29684]: cluster 2023-12-21T03:49:47.427109+0000 mgr.smithi132.rubyiy (mgr.14182) 774 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:48.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:48 smithi132 bash[26391]: cluster 2023-12-21T03:49:47.427109+0000 mgr.smithi132.rubyiy (mgr.14182) 774 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:50.527 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:50.527 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:50 smithi184 bash[29684]: cluster 2023-12-21T03:49:49.428345+0000 mgr.smithi132.rubyiy (mgr.14182) 775 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:50 smithi132 bash[26391]: cluster 2023-12-21T03:49:49.428345+0000 mgr.smithi132.rubyiy (mgr.14182) 775 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:51.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:51 smithi184 bash[29684]: audit 2023-12-21T03:49:50.522274+0000 mgr.smithi132.rubyiy (mgr.14182) 776 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:51 smithi132 bash[26391]: audit 2023-12-21T03:49:50.522274+0000 mgr.smithi132.rubyiy (mgr.14182) 776 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:52.201 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:52 smithi184 bash[29684]: cluster 2023-12-21T03:49:51.429621+0000 mgr.smithi132.rubyiy (mgr.14182) 777 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:52 smithi132 bash[26391]: cluster 2023-12-21T03:49:51.429621+0000 mgr.smithi132.rubyiy (mgr.14182) 777 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:49:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:54 smithi184 bash[29684]: cluster 2023-12-21T03:49:53.430314+0000 mgr.smithi132.rubyiy (mgr.14182) 778 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:54 smithi132 bash[26391]: cluster 2023-12-21T03:49:53.430314+0000 mgr.smithi132.rubyiy (mgr.14182) 778 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:55.548 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:49:55.549 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:49:56.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:49:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:56 smithi184 bash[29684]: cluster 2023-12-21T03:49:55.430922+0000 mgr.smithi132.rubyiy (mgr.14182) 779 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:56 smithi184 bash[29684]: audit 2023-12-21T03:49:55.536376+0000 mgr.smithi132.rubyiy (mgr.14182) 780 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:56.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:56 smithi132 bash[26391]: cluster 2023-12-21T03:49:55.430922+0000 mgr.smithi132.rubyiy (mgr.14182) 779 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:56.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:56 smithi132 bash[26391]: audit 2023-12-21T03:49:55.536376+0000 mgr.smithi132.rubyiy (mgr.14182) 780 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:49:57.176 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:49:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:49:58 smithi184 bash[29684]: cluster 2023-12-21T03:49:57.431780+0000 mgr.smithi132.rubyiy (mgr.14182) 781 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:49:58.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:49:58 smithi132 bash[26391]: cluster 2023-12-21T03:49:57.431780+0000 mgr.smithi132.rubyiy (mgr.14182) 781 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:00.383 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:00.383 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:49:59.432420+0000 mgr.smithi132.rubyiy (mgr.14182) 782 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000145+0000 mon.smithi132 (mon.0) 827 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T03:50:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000251+0000 mon.smithi132 (mon.0) 828 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-21T03:50:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000328+0000 mon.smithi132 (mon.0) 829 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000379+0000 mon.smithi132 (mon.0) 830 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000421+0000 mon.smithi132 (mon.0) 831 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000465+0000 mon.smithi132 (mon.0) 832 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000525+0000 mon.smithi132 (mon.0) 833 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000573+0000 mon.smithi132 (mon.0) 834 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000615+0000 mon.smithi132 (mon.0) 835 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000674+0000 mon.smithi132 (mon.0) 836 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000721+0000 mon.smithi132 (mon.0) 837 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000767+0000 mon.smithi132 (mon.0) 838 : 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. 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000823+0000 mon.smithi132 (mon.0) 839 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000841+0000 mon.smithi132 (mon.0) 840 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000880+0000 mon.smithi132 (mon.0) 841 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000897+0000 mon.smithi132 (mon.0) 842 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000914+0000 mon.smithi132 (mon.0) 843 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000936+0000 mon.smithi132 (mon.0) 844 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000960+0000 mon.smithi132 (mon.0) 845 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000977+0000 mon.smithi132 (mon.0) 846 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.000995+0000 mon.smithi132 (mon.0) 847 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001013+0000 mon.smithi132 (mon.0) 848 : 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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001038+0000 mon.smithi132 (mon.0) 849 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001057+0000 mon.smithi132 (mon.0) 850 : 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. 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001074+0000 mon.smithi132 (mon.0) 851 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001092+0000 mon.smithi132 (mon.0) 852 : 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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001118+0000 mon.smithi132 (mon.0) 853 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:00.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:00 smithi132 bash[26391]: cluster 2023-12-21T03:50:00.001144+0000 mon.smithi132 (mon.0) 854 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:49:59.432420+0000 mgr.smithi132.rubyiy (mgr.14182) 782 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000145+0000 mon.smithi132 (mon.0) 827 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000251+0000 mon.smithi132 (mon.0) 828 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000328+0000 mon.smithi132 (mon.0) 829 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000379+0000 mon.smithi132 (mon.0) 830 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000421+0000 mon.smithi132 (mon.0) 831 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000465+0000 mon.smithi132 (mon.0) 832 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000525+0000 mon.smithi132 (mon.0) 833 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000573+0000 mon.smithi132 (mon.0) 834 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000615+0000 mon.smithi132 (mon.0) 835 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi184.iirvkc ... 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000674+0000 mon.smithi132 (mon.0) 836 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000721+0000 mon.smithi132 (mon.0) 837 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000767+0000 mon.smithi132 (mon.0) 838 : 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. 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000823+0000 mon.smithi132 (mon.0) 839 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000841+0000 mon.smithi132 (mon.0) 840 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000880+0000 mon.smithi132 (mon.0) 841 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000897+0000 mon.smithi132 (mon.0) 842 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000914+0000 mon.smithi132 (mon.0) 843 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000936+0000 mon.smithi132 (mon.0) 844 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000960+0000 mon.smithi132 (mon.0) 845 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000977+0000 mon.smithi132 (mon.0) 846 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.000995+0000 mon.smithi132 (mon.0) 847 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi132.gzpnvf ... 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001013+0000 mon.smithi132 (mon.0) 848 : 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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001038+0000 mon.smithi132 (mon.0) 849 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:00.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001057+0000 mon.smithi132 (mon.0) 850 : 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. 2023-12-21T03:50:00.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001074+0000 mon.smithi132 (mon.0) 851 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T03:50:00.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001092+0000 mon.smithi132 (mon.0) 852 : 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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:00.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001118+0000 mon.smithi132 (mon.0) 853 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:00.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:00 smithi184 bash[29684]: cluster 2023-12-21T03:50:00.001144+0000 mon.smithi132 (mon.0) 854 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:01.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:01 smithi132 bash[26391]: audit 2023-12-21T03:50:00.370889+0000 mgr.smithi132.rubyiy (mgr.14182) 783 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:01 smithi132 bash[26391]: cluster 2023-12-21T03:50:01.433590+0000 mgr.smithi132.rubyiy (mgr.14182) 784 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:02.081 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:01 smithi184 bash[29684]: audit 2023-12-21T03:50:00.370889+0000 mgr.smithi132.rubyiy (mgr.14182) 783 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:01 smithi184 bash[29684]: cluster 2023-12-21T03:50:01.433590+0000 mgr.smithi132.rubyiy (mgr.14182) 784 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:04.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:04 smithi132 bash[26391]: cluster 2023-12-21T03:50:03.435090+0000 mgr.smithi132.rubyiy (mgr.14182) 785 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:04 smithi184 bash[29684]: cluster 2023-12-21T03:50:03.435090+0000 mgr.smithi132.rubyiy (mgr.14182) 785 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:05.286 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:05.286 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:47:57.196208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.uyrind on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:05.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:05 smithi132 bash[26391]: audit 2023-12-21T03:50:05.405724+0000 mon.smithi132 (mon.0) 855 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:50:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:05 smithi184 bash[29684]: audit 2023-12-21T03:50:05.405724+0000 mon.smithi132 (mon.0) 855 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:50:05.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: audit 2023-12-21T03:50:05.280962+0000 mgr.smithi132.rubyiy (mgr.14182) 786 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: cluster 2023-12-21T03:50:05.435808+0000 mgr.smithi132.rubyiy (mgr.14182) 787 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: audit 2023-12-21T03:50:05.719471+0000 mon.smithi132 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: audit 2023-12-21T03:50:05.721700+0000 mon.smithi132 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: audit 2023-12-21T03:50:05.730514+0000 mon.smithi132 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: audit 2023-12-21T03:50:05.735385+0000 mon.smithi132 (mon.0) 859 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:50:06.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:06 smithi184 bash[29684]: audit 2023-12-21T03:50:05.749787+0000 mon.smithi132 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:50:06.964 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:06.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: audit 2023-12-21T03:50:05.280962+0000 mgr.smithi132.rubyiy (mgr.14182) 786 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:06.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: cluster 2023-12-21T03:50:05.435808+0000 mgr.smithi132.rubyiy (mgr.14182) 787 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:06.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: audit 2023-12-21T03:50:05.719471+0000 mon.smithi132 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:50:06.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: audit 2023-12-21T03:50:05.721700+0000 mon.smithi132 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:50:06.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: audit 2023-12-21T03:50:05.730514+0000 mon.smithi132 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:50:06.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: audit 2023-12-21T03:50:05.735385+0000 mon.smithi132 (mon.0) 859 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:50:06.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:06 smithi132 bash[26391]: audit 2023-12-21T03:50:05.749787+0000 mon.smithi132 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:50:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:07 smithi184 bash[29684]: cluster 2023-12-21T03:50:05.731103+0000 mgr.smithi132.rubyiy (mgr.14182) 788 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:07.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:07 smithi184 bash[29684]: cephadm 2023-12-21T03:50:05.754704+0000 mgr.smithi132.rubyiy (mgr.14182) 789 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dbufly on smithi184 2023-12-21T03:50:07.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:07 smithi184 bash[29684]: cluster 2023-12-21T03:50:06.727087+0000 mon.smithi132 (mon.0) 861 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:50:07.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:07 smithi184 bash[29684]: cluster 2023-12-21T03:50:06.727155+0000 mon.smithi132 (mon.0) 862 : cluster [INF] Cluster is now healthy 2023-12-21T03:50:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:07 smithi132 bash[26391]: cluster 2023-12-21T03:50:05.731103+0000 mgr.smithi132.rubyiy (mgr.14182) 788 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:07 smithi132 bash[26391]: cephadm 2023-12-21T03:50:05.754704+0000 mgr.smithi132.rubyiy (mgr.14182) 789 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dbufly on smithi184 2023-12-21T03:50:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:07 smithi132 bash[26391]: cluster 2023-12-21T03:50:06.727087+0000 mon.smithi132 (mon.0) 861 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:50:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:07 smithi132 bash[26391]: cluster 2023-12-21T03:50:06.727155+0000 mon.smithi132 (mon.0) 862 : cluster [INF] Cluster is now healthy 2023-12-21T03:50:09.706 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:09 smithi132 bash[26391]: cluster 2023-12-21T03:50:07.732154+0000 mgr.smithi132.rubyiy (mgr.14182) 790 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:09 smithi184 bash[29684]: cluster 2023-12-21T03:50:07.732154+0000 mgr.smithi132.rubyiy (mgr.14182) 790 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:10.127 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:10.127 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:01.611494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.iirvkc on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-iirvkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.iirvkc\nDeploy daemon haproxy.nfs.foo.smithi184.iirvkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.393035Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.gzpnvf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-gzpnvf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.gzpnvf\nDeploy daemon haproxy.nfs.foo.smithi132.gzpnvf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:49:05.397260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.szbvdu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:10.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:10.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: cephadm 2023-12-21T03:50:09.629540+0000 mgr.smithi132.rubyiy (mgr.14182) 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-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:10.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:10.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.dbufly ... 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.dbufly ... 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: cephadm 2023-12-21T03:50:09.629971+0000 mgr.smithi132.rubyiy (mgr.14182) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: audit 2023-12-21T03:50:09.630664+0000 mon.smithi132 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dbufly"}]: dispatch 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: cephadm 2023-12-21T03:50:09.632392+0000 mgr.smithi132.rubyiy (mgr.14182) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.dbufly ... 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:10 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: cephadm 2023-12-21T03:50:09.629540+0000 mgr.smithi132.rubyiy (mgr.14182) 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-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.dbufly ... 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:50:10.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.dbufly ... 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: cephadm 2023-12-21T03:50:09.629971+0000 mgr.smithi132.rubyiy (mgr.14182) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: audit 2023-12-21T03:50:09.630664+0000 mon.smithi132 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dbufly"}]: dispatch 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: cephadm 2023-12-21T03:50:09.632392+0000 mgr.smithi132.rubyiy (mgr.14182) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.dbufly ... 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:10 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:11.769 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:11.783 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:11 smithi132 bash[26391]: cephadm 2023-12-21T03:50:09.637875+0000 mgr.smithi132.rubyiy (mgr.14182) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.vvhubt on smithi132 2023-12-21T03:50:11.783 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:11 smithi132 bash[26391]: cluster 2023-12-21T03:50:09.732998+0000 mgr.smithi132.rubyiy (mgr.14182) 795 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:11.783 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:11 smithi132 bash[26391]: audit 2023-12-21T03:50:10.115890+0000 mgr.smithi132.rubyiy (mgr.14182) 796 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:11 smithi184 bash[29684]: cephadm 2023-12-21T03:50:09.637875+0000 mgr.smithi132.rubyiy (mgr.14182) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.vvhubt on smithi132 2023-12-21T03:50:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:11 smithi184 bash[29684]: cluster 2023-12-21T03:50:09.732998+0000 mgr.smithi132.rubyiy (mgr.14182) 795 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:11.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:11 smithi184 bash[29684]: audit 2023-12-21T03:50:10.115890+0000 mgr.smithi132.rubyiy (mgr.14182) 796 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:13 smithi184 bash[29684]: cluster 2023-12-21T03:50:11.733879+0000 mgr.smithi132.rubyiy (mgr.14182) 797 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:13.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:13 smithi132 bash[26391]: cluster 2023-12-21T03:50:11.733879+0000 mgr.smithi132.rubyiy (mgr.14182) 797 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:50:14.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:14 smithi132 bash[26391]: audit 2023-12-21T03:50:13.653789+0000 mon.smithi132 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.vvhubt"}]: dispatch 2023-12-21T03:50:14.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:14 smithi132 bash[26391]: audit 2023-12-21T03:50:13.812013+0000 mon.smithi132 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:50:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:14 smithi184 bash[29684]: audit 2023-12-21T03:50:13.653789+0000 mon.smithi132 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.vvhubt"}]: dispatch 2023-12-21T03:50:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:14 smithi184 bash[29684]: audit 2023-12-21T03:50:13.812013+0000 mon.smithi132 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:50:15.220 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:15.220 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:15.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cephadm 2023-12-21T03:50:13.653075+0000 mgr.smithi132.rubyiy (mgr.14182) 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-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.vvhubt ... 2023-12-21T03:50:15.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.vvhubt ... 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cephadm 2023-12-21T03:50:13.653436+0000 mgr.smithi132.rubyiy (mgr.14182) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cephadm 2023-12-21T03:50:13.654792+0000 mgr.smithi132.rubyiy (mgr.14182) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.vvhubt ... 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cephadm 2023-12-21T03:50:13.657044+0000 mgr.smithi132.rubyiy (mgr.14182) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cephadm 2023-12-21T03:50:13.658629+0000 mgr.smithi132.rubyiy (mgr.14182) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cluster 2023-12-21T03:50:13.659667+0000 mgr.smithi132.rubyiy (mgr.14182) 803 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:50:15.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:15 smithi184 bash[29684]: cluster 2023-12-21T03:50:14.540445+0000 mon.smithi132 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:50:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cephadm 2023-12-21T03:50:13.653075+0000 mgr.smithi132.rubyiy (mgr.14182) 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-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.vvhubt ... 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:50:15.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.vvhubt ... 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cephadm 2023-12-21T03:50:13.653436+0000 mgr.smithi132.rubyiy (mgr.14182) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cephadm 2023-12-21T03:50:13.654792+0000 mgr.smithi132.rubyiy (mgr.14182) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.vvhubt ... 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cephadm 2023-12-21T03:50:13.657044+0000 mgr.smithi132.rubyiy (mgr.14182) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cephadm 2023-12-21T03:50:13.658629+0000 mgr.smithi132.rubyiy (mgr.14182) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cluster 2023-12-21T03:50:13.659667+0000 mgr.smithi132.rubyiy (mgr.14182) 803 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:50:15.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:15 smithi132 bash[26391]: cluster 2023-12-21T03:50:14.540445+0000 mon.smithi132 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:50:16.813 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:16.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:16 smithi184 bash[29684]: audit 2023-12-21T03:50:15.213540+0000 mgr.smithi132.rubyiy (mgr.14182) 804 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:16.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:16 smithi132 bash[26391]: audit 2023-12-21T03:50:15.213540+0000 mgr.smithi132.rubyiy (mgr.14182) 804 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:17 smithi184 bash[29684]: cluster 2023-12-21T03:50:15.660560+0000 mgr.smithi132.rubyiy (mgr.14182) 805 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:50:17.937 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:17 smithi132 bash[26391]: cluster 2023-12-21T03:50:15.660560+0000 mgr.smithi132.rubyiy (mgr.14182) 805 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:50:19.709 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:19 smithi132 bash[26391]: cluster 2023-12-21T03:50:17.661730+0000 mgr.smithi132.rubyiy (mgr.14182) 806 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:19 smithi184 bash[29684]: cluster 2023-12-21T03:50:17.661730+0000 mgr.smithi132.rubyiy (mgr.14182) 806 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:20.069 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:20.069 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:20.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:21.755 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:21 smithi184 bash[29684]: cluster 2023-12-21T03:50:19.662832+0000 mgr.smithi132.rubyiy (mgr.14182) 807 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:21 smithi184 bash[29684]: audit 2023-12-21T03:50:20.060365+0000 mgr.smithi132.rubyiy (mgr.14182) 808 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:21.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:21 smithi132 bash[26391]: cluster 2023-12-21T03:50:19.662832+0000 mgr.smithi132.rubyiy (mgr.14182) 807 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:21.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:21 smithi132 bash[26391]: audit 2023-12-21T03:50:20.060365+0000 mgr.smithi132.rubyiy (mgr.14182) 808 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:23 smithi184 bash[29684]: cluster 2023-12-21T03:50:21.664039+0000 mgr.smithi132.rubyiy (mgr.14182) 809 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T03:50:23.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:23 smithi132 bash[26391]: cluster 2023-12-21T03:50:21.664039+0000 mgr.smithi132.rubyiy (mgr.14182) 809 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T03:50:24.971 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:24.971 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:25.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:25 smithi184 bash[29684]: cluster 2023-12-21T03:50:23.665408+0000 mgr.smithi132.rubyiy (mgr.14182) 810 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:25.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:25 smithi132 bash[26391]: cluster 2023-12-21T03:50:23.665408+0000 mgr.smithi132.rubyiy (mgr.14182) 810 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:26.607 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:26 smithi184 bash[29684]: audit 2023-12-21T03:50:24.960319+0000 mgr.smithi132.rubyiy (mgr.14182) 811 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:26.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:26 smithi132 bash[26391]: audit 2023-12-21T03:50:24.960319+0000 mgr.smithi132.rubyiy (mgr.14182) 811 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:27 smithi184 bash[29684]: cluster 2023-12-21T03:50:25.666457+0000 mgr.smithi132.rubyiy (mgr.14182) 812 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:27.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:27 smithi132 bash[26391]: cluster 2023-12-21T03:50:25.666457+0000 mgr.smithi132.rubyiy (mgr.14182) 812 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:29.809 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:29.809 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:29.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:29 smithi132 bash[26391]: cluster 2023-12-21T03:50:27.667277+0000 mgr.smithi132.rubyiy (mgr.14182) 813 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:30.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:29 smithi184 bash[29684]: cluster 2023-12-21T03:50:27.667277+0000 mgr.smithi132.rubyiy (mgr.14182) 813 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:30.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:31.481 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:31 smithi184 bash[29684]: cluster 2023-12-21T03:50:29.668359+0000 mgr.smithi132.rubyiy (mgr.14182) 814 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:31.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:31 smithi184 bash[29684]: audit 2023-12-21T03:50:29.796908+0000 mgr.smithi132.rubyiy (mgr.14182) 815 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:31.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:31 smithi132 bash[26391]: cluster 2023-12-21T03:50:29.668359+0000 mgr.smithi132.rubyiy (mgr.14182) 814 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:31 smithi132 bash[26391]: audit 2023-12-21T03:50:29.796908+0000 mgr.smithi132.rubyiy (mgr.14182) 815 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:33 smithi184 bash[29684]: cluster 2023-12-21T03:50:31.669482+0000 mgr.smithi132.rubyiy (mgr.14182) 816 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:33.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:33 smithi132 bash[26391]: cluster 2023-12-21T03:50:31.669482+0000 mgr.smithi132.rubyiy (mgr.14182) 816 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:34.775 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:34.775 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:35.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:35.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:35 smithi132 bash[26391]: cluster 2023-12-21T03:50:33.670238+0000 mgr.smithi132.rubyiy (mgr.14182) 817 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:35.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:35 smithi184 bash[29684]: cluster 2023-12-21T03:50:33.670238+0000 mgr.smithi132.rubyiy (mgr.14182) 817 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:36.430 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:36.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:36 smithi132 bash[26391]: audit 2023-12-21T03:50:34.770783+0000 mgr.smithi132.rubyiy (mgr.14182) 818 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:36 smithi184 bash[29684]: audit 2023-12-21T03:50:34.770783+0000 mgr.smithi132.rubyiy (mgr.14182) 818 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:37.874 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:37 smithi132 bash[26391]: cluster 2023-12-21T03:50:35.671283+0000 mgr.smithi132.rubyiy (mgr.14182) 819 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:37 smithi184 bash[29684]: cluster 2023-12-21T03:50:35.671283+0000 mgr.smithi132.rubyiy (mgr.14182) 819 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:39.714 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:39.714 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:39.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:39 smithi132 bash[26391]: cluster 2023-12-21T03:50:37.673205+0000 mgr.smithi132.rubyiy (mgr.14182) 820 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:39.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:39 smithi184 bash[29684]: cluster 2023-12-21T03:50:37.673205+0000 mgr.smithi132.rubyiy (mgr.14182) 820 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:40.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:41.367 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:41.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:41 smithi132 bash[26391]: cluster 2023-12-21T03:50:39.674518+0000 mgr.smithi132.rubyiy (mgr.14182) 821 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:41.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:41 smithi132 bash[26391]: audit 2023-12-21T03:50:39.702135+0000 mgr.smithi132.rubyiy (mgr.14182) 822 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:41 smithi184 bash[29684]: cluster 2023-12-21T03:50:39.674518+0000 mgr.smithi132.rubyiy (mgr.14182) 821 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:41.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:41 smithi184 bash[29684]: audit 2023-12-21T03:50:39.702135+0000 mgr.smithi132.rubyiy (mgr.14182) 822 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:43 smithi184 bash[29684]: cluster 2023-12-21T03:50:41.675838+0000 mgr.smithi132.rubyiy (mgr.14182) 823 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:43.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:43 smithi132 bash[26391]: cluster 2023-12-21T03:50:41.675838+0000 mgr.smithi132.rubyiy (mgr.14182) 823 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:44.707 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:44.707 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:45.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:45.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:45 smithi132 bash[26391]: cluster 2023-12-21T03:50:43.677250+0000 mgr.smithi132.rubyiy (mgr.14182) 824 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:45 smithi184 bash[29684]: cluster 2023-12-21T03:50:43.677250+0000 mgr.smithi132.rubyiy (mgr.14182) 824 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:46.341 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:46.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:46 smithi132 bash[26391]: audit 2023-12-21T03:50:44.702890+0000 mgr.smithi132.rubyiy (mgr.14182) 825 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:46 smithi184 bash[29684]: audit 2023-12-21T03:50:44.702890+0000 mgr.smithi132.rubyiy (mgr.14182) 825 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:47.704 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:47 smithi132 bash[26391]: cluster 2023-12-21T03:50:45.678274+0000 mgr.smithi132.rubyiy (mgr.14182) 826 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:47 smithi184 bash[29684]: cluster 2023-12-21T03:50:45.678274+0000 mgr.smithi132.rubyiy (mgr.14182) 826 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:49.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:49.513 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:49.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:49 smithi132 bash[26391]: cluster 2023-12-21T03:50:47.679513+0000 mgr.smithi132.rubyiy (mgr.14182) 827 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:49 smithi184 bash[29684]: cluster 2023-12-21T03:50:47.679513+0000 mgr.smithi132.rubyiy (mgr.14182) 827 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:50.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:50 smithi184 bash[29684]: audit 2023-12-21T03:50:49.500170+0000 mgr.smithi132.rubyiy (mgr.14182) 828 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:50 smithi132 bash[26391]: audit 2023-12-21T03:50:49.500170+0000 mgr.smithi132.rubyiy (mgr.14182) 828 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:51.156 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:51 smithi184 bash[29684]: cluster 2023-12-21T03:50:49.680723+0000 mgr.smithi132.rubyiy (mgr.14182) 829 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:51.979 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:51 smithi132 bash[26391]: cluster 2023-12-21T03:50:49.680723+0000 mgr.smithi132.rubyiy (mgr.14182) 829 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:53 smithi184 bash[29684]: cluster 2023-12-21T03:50:51.681836+0000 mgr.smithi132.rubyiy (mgr.14182) 830 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:53.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:53 smithi132 bash[26391]: cluster 2023-12-21T03:50:51.681836+0000 mgr.smithi132.rubyiy (mgr.14182) 830 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:50:54.491 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:54.491 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:55.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:50:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:55 smithi184 bash[29684]: cluster 2023-12-21T03:50:53.683178+0000 mgr.smithi132.rubyiy (mgr.14182) 831 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:55.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:55 smithi184 bash[29684]: audit 2023-12-21T03:50:54.481079+0000 mgr.smithi132.rubyiy (mgr.14182) 832 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:55.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:55 smithi132 bash[26391]: cluster 2023-12-21T03:50:53.683178+0000 mgr.smithi132.rubyiy (mgr.14182) 831 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:55.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:55 smithi132 bash[26391]: audit 2023-12-21T03:50:54.481079+0000 mgr.smithi132.rubyiy (mgr.14182) 832 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:50:56.130 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:50:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:57 smithi184 bash[29684]: cluster 2023-12-21T03:50:55.684212+0000 mgr.smithi132.rubyiy (mgr.14182) 833 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:57.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:57 smithi132 bash[26391]: cluster 2023-12-21T03:50:55.684212+0000 mgr.smithi132.rubyiy (mgr.14182) 833 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:59.328 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:50:59.328 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:50:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:50:59 smithi132 bash[26391]: cluster 2023-12-21T03:50:57.685529+0000 mgr.smithi132.rubyiy (mgr.14182) 834 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:50:59 smithi184 bash[29684]: cluster 2023-12-21T03:50:57.685529+0000 mgr.smithi132.rubyiy (mgr.14182) 834 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:50:59.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:00 smithi184 bash[29684]: audit 2023-12-21T03:50:59.316200+0000 mgr.smithi132.rubyiy (mgr.14182) 835 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:00.960 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:00.972 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:00 smithi132 bash[26391]: audit 2023-12-21T03:50:59.316200+0000 mgr.smithi132.rubyiy (mgr.14182) 835 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:01 smithi184 bash[29684]: cluster 2023-12-21T03:50:59.686752+0000 mgr.smithi132.rubyiy (mgr.14182) 836 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:01.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:01 smithi132 bash[26391]: cluster 2023-12-21T03:50:59.686752+0000 mgr.smithi132.rubyiy (mgr.14182) 836 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:03 smithi184 bash[29684]: cluster 2023-12-21T03:51:01.687940+0000 mgr.smithi132.rubyiy (mgr.14182) 837 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:03.897 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:03 smithi132 bash[26391]: cluster 2023-12-21T03:51:01.687940+0000 mgr.smithi132.rubyiy (mgr.14182) 837 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:04.256 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:04.256 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:04.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:05 smithi184 bash[29684]: cluster 2023-12-21T03:51:03.689277+0000 mgr.smithi132.rubyiy (mgr.14182) 838 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:05.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:05 smithi184 bash[29684]: audit 2023-12-21T03:51:04.243844+0000 mgr.smithi132.rubyiy (mgr.14182) 839 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:05.895 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:05.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:05 smithi132 bash[26391]: cluster 2023-12-21T03:51:03.689277+0000 mgr.smithi132.rubyiy (mgr.14182) 838 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:05.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:05 smithi132 bash[26391]: audit 2023-12-21T03:51:04.243844+0000 mgr.smithi132.rubyiy (mgr.14182) 839 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:07 smithi184 bash[29684]: cluster 2023-12-21T03:51:05.690293+0000 mgr.smithi132.rubyiy (mgr.14182) 840 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:07 smithi132 bash[26391]: cluster 2023-12-21T03:51:05.690293+0000 mgr.smithi132.rubyiy (mgr.14182) 840 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:09.196 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:09.196 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:09.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:09 smithi184 bash[29684]: cluster 2023-12-21T03:51:07.691706+0000 mgr.smithi132.rubyiy (mgr.14182) 841 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:09 smithi132 bash[26391]: cluster 2023-12-21T03:51:07.691706+0000 mgr.smithi132.rubyiy (mgr.14182) 841 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:10.805 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:10 smithi184 bash[29684]: audit 2023-12-21T03:51:09.186056+0000 mgr.smithi132.rubyiy (mgr.14182) 842 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:10.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:10 smithi132 bash[26391]: audit 2023-12-21T03:51:09.186056+0000 mgr.smithi132.rubyiy (mgr.14182) 842 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:11.954 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:11 smithi132 bash[26391]: cluster 2023-12-21T03:51:09.692942+0000 mgr.smithi132.rubyiy (mgr.14182) 843 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:11 smithi184 bash[29684]: cluster 2023-12-21T03:51:09.692942+0000 mgr.smithi132.rubyiy (mgr.14182) 843 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:13.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:13 smithi132 bash[26391]: cluster 2023-12-21T03:51:11.694095+0000 mgr.smithi132.rubyiy (mgr.14182) 844 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:14.018 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:14.018 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:49:05.401170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wkxixr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:13 smithi184 bash[29684]: cluster 2023-12-21T03:51:11.694095+0000 mgr.smithi132.rubyiy (mgr.14182) 844 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:14.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:14 smithi132 bash[26391]: audit 2023-12-21T03:51:13.662744+0000 mon.smithi132 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:51:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:14 smithi132 bash[26391]: audit 2023-12-21T03:51:13.994136+0000 mon.smithi132 (mon.0) 868 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:51:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:14 smithi132 bash[26391]: audit 2023-12-21T03:51:13.995678+0000 mon.smithi132 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:51:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:14 smithi132 bash[26391]: audit 2023-12-21T03:51:14.004104+0000 mon.smithi132 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:14 smithi132 bash[26391]: audit 2023-12-21T03:51:14.018131+0000 mon.smithi132 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:51:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:14 smithi132 bash[26391]: audit 2023-12-21T03:51:14.037138+0000 mon.smithi132 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:15.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:14 smithi184 bash[29684]: audit 2023-12-21T03:51:13.662744+0000 mon.smithi132 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:51:15.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:14 smithi184 bash[29684]: audit 2023-12-21T03:51:13.994136+0000 mon.smithi132 (mon.0) 868 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:51:15.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:14 smithi184 bash[29684]: audit 2023-12-21T03:51:13.995678+0000 mon.smithi132 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:51:15.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:14 smithi184 bash[29684]: audit 2023-12-21T03:51:14.004104+0000 mon.smithi132 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:15.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:14 smithi184 bash[29684]: audit 2023-12-21T03:51:14.018131+0000 mon.smithi132 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:51:15.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:14 smithi184 bash[29684]: audit 2023-12-21T03:51:14.037138+0000 mon.smithi132 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:15.674 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:15 smithi132 bash[26391]: cluster 2023-12-21T03:51:13.695202+0000 mgr.smithi132.rubyiy (mgr.14182) 845 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:15 smithi132 bash[26391]: cluster 2023-12-21T03:51:14.005115+0000 mgr.smithi132.rubyiy (mgr.14182) 846 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:15 smithi132 bash[26391]: audit 2023-12-21T03:51:14.007729+0000 mgr.smithi132.rubyiy (mgr.14182) 847 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:15 smithi132 bash[26391]: cephadm 2023-12-21T03:51:14.041301+0000 mgr.smithi132.rubyiy (mgr.14182) 848 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hocaxn on smithi184 2023-12-21T03:51:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:15 smithi132 bash[26391]: cluster 2023-12-21T03:51:14.645777+0000 mon.smithi132 (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:51:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:15 smithi132 bash[26391]: cluster 2023-12-21T03:51:14.645854+0000 mon.smithi132 (mon.0) 874 : cluster [INF] Cluster is now healthy 2023-12-21T03:51:16.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:15 smithi184 bash[29684]: cluster 2023-12-21T03:51:13.695202+0000 mgr.smithi132.rubyiy (mgr.14182) 845 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:16.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:15 smithi184 bash[29684]: cluster 2023-12-21T03:51:14.005115+0000 mgr.smithi132.rubyiy (mgr.14182) 846 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:16.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:15 smithi184 bash[29684]: audit 2023-12-21T03:51:14.007729+0000 mgr.smithi132.rubyiy (mgr.14182) 847 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:16.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:15 smithi184 bash[29684]: cephadm 2023-12-21T03:51:14.041301+0000 mgr.smithi132.rubyiy (mgr.14182) 848 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hocaxn on smithi184 2023-12-21T03:51:16.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:15 smithi184 bash[29684]: cluster 2023-12-21T03:51:14.645777+0000 mon.smithi132 (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:51:16.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:15 smithi184 bash[29684]: cluster 2023-12-21T03:51:14.645854+0000 mon.smithi132 (mon.0) 874 : cluster [INF] Cluster is now healthy 2023-12-21T03:51:16.957 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:16 smithi132 bash[26391]: cluster 2023-12-21T03:51:16.006097+0000 mgr.smithi132.rubyiy (mgr.14182) 849 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:16 smithi184 bash[29684]: cluster 2023-12-21T03:51:16.006097+0000 mgr.smithi132.rubyiy (mgr.14182) 849 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:17 smithi184 bash[29684]: audit 2023-12-21T03:51:17.878173+0000 mon.smithi132 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hocaxn"}]: dispatch 2023-12-21T03:51:18.223 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:17 smithi132 bash[26391]: audit 2023-12-21T03:51:17.878173+0000 mon.smithi132 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hocaxn"}]: dispatch 2023-12-21T03:51:19.059 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:19.060 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:09.632136Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dbufly on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-dbufly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.dbufly\nDeploy daemon haproxy.nfs.foo.smithi184.dbufly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.654644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.vvhubt on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-vvhubt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.vvhubt\nDeploy daemon haproxy.nfs.foo.smithi132.vvhubt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:50:13.656921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.enjqgy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: cephadm 2023-12-21T03:51:17.876958+0000 mgr.smithi132.rubyiy (mgr.14182) 850 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.hocaxn ... 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.hocaxn ... 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: cephadm 2023-12-21T03:51:17.877515+0000 mgr.smithi132.rubyiy (mgr.14182) 851 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: cephadm 2023-12-21T03:51:17.879738+0000 mgr.smithi132.rubyiy (mgr.14182) 852 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.hocaxn ... 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: cephadm 2023-12-21T03:51:17.883668+0000 mgr.smithi132.rubyiy (mgr.14182) 853 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.assmss on smithi132 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: cluster 2023-12-21T03:51:18.007335+0000 mgr.smithi132.rubyiy (mgr.14182) 854 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:19.392 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:19 smithi184 bash[29684]: audit 2023-12-21T03:51:18.113578+0000 mon.smithi132 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: cephadm 2023-12-21T03:51:17.876958+0000 mgr.smithi132.rubyiy (mgr.14182) 850 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.hocaxn ... 2023-12-21T03:51:19.435 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:19.436 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.hocaxn ... 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: cephadm 2023-12-21T03:51:17.877515+0000 mgr.smithi132.rubyiy (mgr.14182) 851 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: cephadm 2023-12-21T03:51:17.879738+0000 mgr.smithi132.rubyiy (mgr.14182) 852 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.hocaxn ... 2023-12-21T03:51:19.437 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: cephadm 2023-12-21T03:51:17.883668+0000 mgr.smithi132.rubyiy (mgr.14182) 853 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.assmss on smithi132 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: cluster 2023-12-21T03:51:18.007335+0000 mgr.smithi132.rubyiy (mgr.14182) 854 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:19.438 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:19 smithi132 bash[26391]: audit 2023-12-21T03:51:18.113578+0000 mon.smithi132 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:19.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:20.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:20 smithi184 bash[29684]: audit 2023-12-21T03:51:19.049624+0000 mgr.smithi132.rubyiy (mgr.14182) 855 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:20.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:20 smithi132 bash[26391]: audit 2023-12-21T03:51:19.049624+0000 mgr.smithi132.rubyiy (mgr.14182) 855 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:20.715 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:21.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:21 smithi132 bash[26391]: cluster 2023-12-21T03:51:20.008373+0000 mgr.smithi132.rubyiy (mgr.14182) 856 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:21 smithi184 bash[29684]: cluster 2023-12-21T03:51:20.008373+0000 mgr.smithi132.rubyiy (mgr.14182) 856 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:22.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:22 smithi132 bash[26391]: audit 2023-12-21T03:51:22.007879+0000 mon.smithi132 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.assmss"}]: dispatch 2023-12-21T03:51:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:22 smithi184 bash[29684]: audit 2023-12-21T03:51:22.007879+0000 mon.smithi132 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.assmss"}]: dispatch 2023-12-21T03:51:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cephadm 2023-12-21T03:51:22.006680+0000 mgr.smithi132.rubyiy (mgr.14182) 857 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:23.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.assmss ... 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.assmss ... 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cephadm 2023-12-21T03:51:22.007184+0000 mgr.smithi132.rubyiy (mgr.14182) 858 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cluster 2023-12-21T03:51:22.008984+0000 mgr.smithi132.rubyiy (mgr.14182) 859 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cephadm 2023-12-21T03:51:22.009573+0000 mgr.smithi132.rubyiy (mgr.14182) 860 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.assmss ... 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cephadm 2023-12-21T03:51:22.012890+0000 mgr.smithi132.rubyiy (mgr.14182) 861 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cephadm 2023-12-21T03:51:22.015597+0000 mgr.smithi132.rubyiy (mgr.14182) 862 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cluster 2023-12-21T03:51:22.016523+0000 mgr.smithi132.rubyiy (mgr.14182) 863 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-12-21T03:51:23.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:23 smithi184 bash[29684]: cluster 2023-12-21T03:51:22.502272+0000 mon.smithi132 (mon.0) 878 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:51:23.945 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cephadm 2023-12-21T03:51:22.006680+0000 mgr.smithi132.rubyiy (mgr.14182) 857 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.assmss ... 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.assmss ... 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:23.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cephadm 2023-12-21T03:51:22.007184+0000 mgr.smithi132.rubyiy (mgr.14182) 858 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cluster 2023-12-21T03:51:22.008984+0000 mgr.smithi132.rubyiy (mgr.14182) 859 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cephadm 2023-12-21T03:51:22.009573+0000 mgr.smithi132.rubyiy (mgr.14182) 860 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.assmss ... 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:51:23.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:51:23.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cephadm 2023-12-21T03:51:22.012890+0000 mgr.smithi132.rubyiy (mgr.14182) 861 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:51:23.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cephadm 2023-12-21T03:51:22.015597+0000 mgr.smithi132.rubyiy (mgr.14182) 862 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:51:23.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cluster 2023-12-21T03:51:22.016523+0000 mgr.smithi132.rubyiy (mgr.14182) 863 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-12-21T03:51:23.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:23 smithi132 bash[26391]: cluster 2023-12-21T03:51:22.502272+0000 mon.smithi132 (mon.0) 878 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:51:24.390 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:24.390 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:25.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:24 smithi184 bash[29684]: audit 2023-12-21T03:51:23.866200+0000 mon.smithi132 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:24 smithi184 bash[29684]: cluster 2023-12-21T03:51:24.017793+0000 mgr.smithi132.rubyiy (mgr.14182) 864 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:25.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:24 smithi184 bash[29684]: audit 2023-12-21T03:51:24.385380+0000 mgr.smithi132.rubyiy (mgr.14182) 865 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:25.223 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:24 smithi132 bash[26391]: audit 2023-12-21T03:51:23.866200+0000 mon.smithi132 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:25.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:24 smithi132 bash[26391]: cluster 2023-12-21T03:51:24.017793+0000 mgr.smithi132.rubyiy (mgr.14182) 864 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:25.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:24 smithi132 bash[26391]: audit 2023-12-21T03:51:24.385380+0000 mgr.smithi132.rubyiy (mgr.14182) 865 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:26.067 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:27 smithi184 bash[29684]: cluster 2023-12-21T03:51:26.019052+0000 mgr.smithi132.rubyiy (mgr.14182) 866 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:27.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:27 smithi132 bash[26391]: cluster 2023-12-21T03:51:26.019052+0000 mgr.smithi132.rubyiy (mgr.14182) 866 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:29.373 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:29.373 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:29.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:29 smithi132 bash[26391]: cluster 2023-12-21T03:51:28.020209+0000 mgr.smithi132.rubyiy (mgr.14182) 867 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:29 smithi184 bash[29684]: cluster 2023-12-21T03:51:28.020209+0000 mgr.smithi132.rubyiy (mgr.14182) 867 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:30.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:30 smithi184 bash[29684]: audit 2023-12-21T03:51:29.364058+0000 mgr.smithi132.rubyiy (mgr.14182) 868 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:30.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:30 smithi132 bash[26391]: audit 2023-12-21T03:51:29.364058+0000 mgr.smithi132.rubyiy (mgr.14182) 868 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:31.016 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:31.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:31 smithi184 bash[29684]: cluster 2023-12-21T03:51:30.020916+0000 mgr.smithi132.rubyiy (mgr.14182) 869 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:31.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:31 smithi132 bash[26391]: cluster 2023-12-21T03:51:30.020916+0000 mgr.smithi132.rubyiy (mgr.14182) 869 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:33.877 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:33 smithi132 bash[26391]: cluster 2023-12-21T03:51:32.021791+0000 mgr.smithi132.rubyiy (mgr.14182) 870 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:33.877 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:33 smithi132 bash[26391]: audit 2023-12-21T03:51:33.115083+0000 mon.smithi132 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:33 smithi184 bash[29684]: cluster 2023-12-21T03:51:32.021791+0000 mgr.smithi132.rubyiy (mgr.14182) 870 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T03:51:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:33 smithi184 bash[29684]: audit 2023-12-21T03:51:33.115083+0000 mon.smithi132 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:51:34.222 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:34.223 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:34.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:35.876 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:35.888 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:35 smithi132 bash[26391]: cluster 2023-12-21T03:51:34.022756+0000 mgr.smithi132.rubyiy (mgr.14182) 871 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:35.888 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:35 smithi132 bash[26391]: audit 2023-12-21T03:51:34.218267+0000 mgr.smithi132.rubyiy (mgr.14182) 872 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:35.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:35 smithi184 bash[29684]: cluster 2023-12-21T03:51:34.022756+0000 mgr.smithi132.rubyiy (mgr.14182) 871 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:35.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:35 smithi184 bash[29684]: audit 2023-12-21T03:51:34.218267+0000 mgr.smithi132.rubyiy (mgr.14182) 872 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:37.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:37 smithi132 bash[26391]: cluster 2023-12-21T03:51:36.023899+0000 mgr.smithi132.rubyiy (mgr.14182) 873 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:37 smithi184 bash[29684]: cluster 2023-12-21T03:51:36.023899+0000 mgr.smithi132.rubyiy (mgr.14182) 873 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:39.209 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:39.209 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:39.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:39 smithi132 bash[26391]: cluster 2023-12-21T03:51:38.025070+0000 mgr.smithi132.rubyiy (mgr.14182) 874 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:39.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:39.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:39 smithi184 bash[29684]: cluster 2023-12-21T03:51:38.025070+0000 mgr.smithi132.rubyiy (mgr.14182) 874 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:40.825 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:40 smithi132 bash[26391]: audit 2023-12-21T03:51:39.196752+0000 mgr.smithi132.rubyiy (mgr.14182) 875 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:40 smithi184 bash[29684]: audit 2023-12-21T03:51:39.196752+0000 mgr.smithi132.rubyiy (mgr.14182) 875 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:41 smithi184 bash[29684]: cluster 2023-12-21T03:51:40.026346+0000 mgr.smithi132.rubyiy (mgr.14182) 876 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:41.940 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:41 smithi132 bash[26391]: cluster 2023-12-21T03:51:40.026346+0000 mgr.smithi132.rubyiy (mgr.14182) 876 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:43 smithi184 bash[29684]: cluster 2023-12-21T03:51:42.027333+0000 mgr.smithi132.rubyiy (mgr.14182) 877 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:43.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:43 smithi132 bash[26391]: cluster 2023-12-21T03:51:42.027333+0000 mgr.smithi132.rubyiy (mgr.14182) 877 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:44.041 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:44.042 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:44.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:45.686 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:45 smithi184 bash[29684]: cluster 2023-12-21T03:51:44.028742+0000 mgr.smithi132.rubyiy (mgr.14182) 878 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:45 smithi184 bash[29684]: audit 2023-12-21T03:51:44.029654+0000 mgr.smithi132.rubyiy (mgr.14182) 879 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:45.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:45 smithi132 bash[26391]: cluster 2023-12-21T03:51:44.028742+0000 mgr.smithi132.rubyiy (mgr.14182) 878 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:45.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:45 smithi132 bash[26391]: audit 2023-12-21T03:51:44.029654+0000 mgr.smithi132.rubyiy (mgr.14182) 879 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:47 smithi184 bash[29684]: cluster 2023-12-21T03:51:46.029932+0000 mgr.smithi132.rubyiy (mgr.14182) 880 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:47.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:47 smithi132 bash[26391]: cluster 2023-12-21T03:51:46.029932+0000 mgr.smithi132.rubyiy (mgr.14182) 880 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:49.085 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:49.086 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:49.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:49 smithi132 bash[26391]: cluster 2023-12-21T03:51:48.030589+0000 mgr.smithi132.rubyiy (mgr.14182) 881 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:49.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:49 smithi184 bash[29684]: cluster 2023-12-21T03:51:48.030589+0000 mgr.smithi132.rubyiy (mgr.14182) 881 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:50.753 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:50 smithi184 bash[29684]: audit 2023-12-21T03:51:49.074456+0000 mgr.smithi132.rubyiy (mgr.14182) 882 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:50 smithi132 bash[26391]: audit 2023-12-21T03:51:49.074456+0000 mgr.smithi132.rubyiy (mgr.14182) 882 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:51 smithi184 bash[29684]: cluster 2023-12-21T03:51:50.031615+0000 mgr.smithi132.rubyiy (mgr.14182) 883 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:51.889 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:51 smithi132 bash[26391]: cluster 2023-12-21T03:51:50.031615+0000 mgr.smithi132.rubyiy (mgr.14182) 883 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:53 smithi184 bash[29684]: cluster 2023-12-21T03:51:52.032905+0000 mgr.smithi132.rubyiy (mgr.14182) 884 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:53.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:53 smithi132 bash[26391]: cluster 2023-12-21T03:51:52.032905+0000 mgr.smithi132.rubyiy (mgr.14182) 884 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:51:54.040 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:54.040 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:54.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:51:55.703 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:51:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:55 smithi184 bash[29684]: audit 2023-12-21T03:51:54.033585+0000 mgr.smithi132.rubyiy (mgr.14182) 885 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:55 smithi184 bash[29684]: cluster 2023-12-21T03:51:54.034753+0000 mgr.smithi132.rubyiy (mgr.14182) 886 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:55.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:55 smithi132 bash[26391]: audit 2023-12-21T03:51:54.033585+0000 mgr.smithi132.rubyiy (mgr.14182) 885 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:51:55.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:55 smithi132 bash[26391]: cluster 2023-12-21T03:51:54.034753+0000 mgr.smithi132.rubyiy (mgr.14182) 886 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:57 smithi184 bash[29684]: cluster 2023-12-21T03:51:56.036015+0000 mgr.smithi132.rubyiy (mgr.14182) 887 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:57.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:57 smithi132 bash[26391]: cluster 2023-12-21T03:51:56.036015+0000 mgr.smithi132.rubyiy (mgr.14182) 887 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:59.074 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:51:59.074 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:51:59.710 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:51:59 smithi132 bash[26391]: cluster 2023-12-21T03:51:58.037281+0000 mgr.smithi132.rubyiy (mgr.14182) 888 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:51:59.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:51:59 smithi184 bash[29684]: cluster 2023-12-21T03:51:58.037281+0000 mgr.smithi132.rubyiy (mgr.14182) 888 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:00.712 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:00.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:00 smithi132 bash[26391]: audit 2023-12-21T03:51:59.064376+0000 mgr.smithi132.rubyiy (mgr.14182) 889 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:01.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:00 smithi184 bash[29684]: audit 2023-12-21T03:51:59.064376+0000 mgr.smithi132.rubyiy (mgr.14182) 889 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:01.937 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:01 smithi132 bash[26391]: cluster 2023-12-21T03:52:00.038532+0000 mgr.smithi132.rubyiy (mgr.14182) 890 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:01 smithi184 bash[29684]: cluster 2023-12-21T03:52:00.038532+0000 mgr.smithi132.rubyiy (mgr.14182) 890 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:03.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:03 smithi132 bash[26391]: cluster 2023-12-21T03:52:02.039523+0000 mgr.smithi132.rubyiy (mgr.14182) 891 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:04.115 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:04.115 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:04.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:03 smithi184 bash[29684]: cluster 2023-12-21T03:52:02.039523+0000 mgr.smithi132.rubyiy (mgr.14182) 891 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:04.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:05.769 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:05.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:05 smithi132 bash[26391]: cluster 2023-12-21T03:52:04.040800+0000 mgr.smithi132.rubyiy (mgr.14182) 892 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:05.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:05 smithi132 bash[26391]: audit 2023-12-21T03:52:04.105019+0000 mgr.smithi132.rubyiy (mgr.14182) 893 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:05 smithi184 bash[29684]: cluster 2023-12-21T03:52:04.040800+0000 mgr.smithi132.rubyiy (mgr.14182) 892 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:05 smithi184 bash[29684]: audit 2023-12-21T03:52:04.105019+0000 mgr.smithi132.rubyiy (mgr.14182) 893 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:06.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:06 smithi132 bash[26391]: cluster 2023-12-21T03:52:06.042004+0000 mgr.smithi132.rubyiy (mgr.14182) 894 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:06 smithi184 bash[29684]: cluster 2023-12-21T03:52:06.042004+0000 mgr.smithi132.rubyiy (mgr.14182) 894 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:09.049 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:09.050 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:09.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:09 smithi184 bash[29684]: cluster 2023-12-21T03:52:08.043219+0000 mgr.smithi132.rubyiy (mgr.14182) 895 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:09.434 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:09 smithi132 bash[26391]: cluster 2023-12-21T03:52:08.043219+0000 mgr.smithi132.rubyiy (mgr.14182) 895 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:09.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:10.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:10 smithi184 bash[29684]: audit 2023-12-21T03:52:09.044153+0000 mgr.smithi132.rubyiy (mgr.14182) 896 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:10.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:10 smithi132 bash[26391]: audit 2023-12-21T03:52:09.044153+0000 mgr.smithi132.rubyiy (mgr.14182) 896 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:10.721 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:11 smithi184 bash[29684]: cluster 2023-12-21T03:52:10.044345+0000 mgr.smithi132.rubyiy (mgr.14182) 897 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:11.909 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:11 smithi132 bash[26391]: cluster 2023-12-21T03:52:10.044345+0000 mgr.smithi132.rubyiy (mgr.14182) 897 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:13 smithi184 bash[29684]: cluster 2023-12-21T03:52:12.045462+0000 mgr.smithi132.rubyiy (mgr.14182) 898 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:13.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:13 smithi132 bash[26391]: cluster 2023-12-21T03:52:12.045462+0000 mgr.smithi132.rubyiy (mgr.14182) 898 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:13.986 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:13.986 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:14.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:15.606 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:15 smithi184 bash[29684]: audit 2023-12-21T03:52:13.974085+0000 mgr.smithi132.rubyiy (mgr.14182) 899 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:15 smithi184 bash[29684]: cluster 2023-12-21T03:52:14.046961+0000 mgr.smithi132.rubyiy (mgr.14182) 900 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:15.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:15 smithi132 bash[26391]: audit 2023-12-21T03:52:13.974085+0000 mgr.smithi132.rubyiy (mgr.14182) 899 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:15 smithi132 bash[26391]: cluster 2023-12-21T03:52:14.046961+0000 mgr.smithi132.rubyiy (mgr.14182) 900 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:17 smithi184 bash[29684]: cluster 2023-12-21T03:52:16.048254+0000 mgr.smithi132.rubyiy (mgr.14182) 901 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:17.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:17 smithi132 bash[26391]: cluster 2023-12-21T03:52:16.048254+0000 mgr.smithi132.rubyiy (mgr.14182) 901 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:18.877 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:18.878 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:19.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:19.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:19 smithi132 bash[26391]: cluster 2023-12-21T03:52:18.049441+0000 mgr.smithi132.rubyiy (mgr.14182) 902 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:19.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:19 smithi184 bash[29684]: cluster 2023-12-21T03:52:18.049441+0000 mgr.smithi132.rubyiy (mgr.14182) 902 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:20.483 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:20.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:20 smithi184 bash[29684]: audit 2023-12-21T03:52:18.869187+0000 mgr.smithi132.rubyiy (mgr.14182) 903 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:20.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:20 smithi132 bash[26391]: audit 2023-12-21T03:52:18.869187+0000 mgr.smithi132.rubyiy (mgr.14182) 903 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:21.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:21 smithi132 bash[26391]: cluster 2023-12-21T03:52:20.050617+0000 mgr.smithi132.rubyiy (mgr.14182) 904 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:21 smithi184 bash[29684]: cluster 2023-12-21T03:52:20.050617+0000 mgr.smithi132.rubyiy (mgr.14182) 904 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:22 smithi184 bash[29684]: audit 2023-12-21T03:52:22.021176+0000 mon.smithi132 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:52:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:22 smithi132 bash[26391]: audit 2023-12-21T03:52:22.021176+0000 mon.smithi132 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:52:23.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:23 smithi132 bash[26391]: cluster 2023-12-21T03:52:22.051697+0000 mgr.smithi132.rubyiy (mgr.14182) 905 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:23.802 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:23.802 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:41:59.302930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:41:59.303132Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:41:59.303330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:41:59.304505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:41:59.302713Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:41:59.302301Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:41:59.304700Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:41:59.303526Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:41:59.303722Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:23 smithi184 bash[29684]: cluster 2023-12-21T03:52:22.051697+0000 mgr.smithi132.rubyiy (mgr.14182) 905 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:24.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:25.412 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:25.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:25 smithi132 bash[26391]: audit 2023-12-21T03:52:23.797722+0000 mgr.smithi132.rubyiy (mgr.14182) 906 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:25.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:25 smithi132 bash[26391]: cluster 2023-12-21T03:52:24.053021+0000 mgr.smithi132.rubyiy (mgr.14182) 907 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:25 smithi184 bash[29684]: audit 2023-12-21T03:52:23.797722+0000 mgr.smithi132.rubyiy (mgr.14182) 906 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:25.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:25 smithi184 bash[29684]: cluster 2023-12-21T03:52:24.053021+0000 mgr.smithi132.rubyiy (mgr.14182) 907 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:27.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:27 smithi184 bash[29684]: cluster 2023-12-21T03:52:26.054225+0000 mgr.smithi132.rubyiy (mgr.14182) 908 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:27.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:27 smithi132 bash[26391]: cluster 2023-12-21T03:52:26.054225+0000 mgr.smithi132.rubyiy (mgr.14182) 908 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:28.773 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:28.773 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:50:13.658530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfjoob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:29.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: cluster 2023-12-21T03:52:28.055287+0000 mgr.smithi132.rubyiy (mgr.14182) 909 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: audit 2023-12-21T03:52:28.606862+0000 mon.smithi132 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: audit 2023-12-21T03:52:28.886256+0000 mon.smithi132 (mon.0) 883 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: audit 2023-12-21T03:52:28.887170+0000 mon.smithi132 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: audit 2023-12-21T03:52:28.892938+0000 mon.smithi132 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: audit 2023-12-21T03:52:28.897991+0000 mon.smithi132 (mon.0) 886 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:52:29.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:29 smithi132 bash[26391]: audit 2023-12-21T03:52:28.907265+0000 mon.smithi132 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: cluster 2023-12-21T03:52:28.055287+0000 mgr.smithi132.rubyiy (mgr.14182) 909 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: audit 2023-12-21T03:52:28.606862+0000 mon.smithi132 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: audit 2023-12-21T03:52:28.886256+0000 mon.smithi132 (mon.0) 883 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:52:29.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: audit 2023-12-21T03:52:28.887170+0000 mon.smithi132 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:52:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: audit 2023-12-21T03:52:28.892938+0000 mon.smithi132 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: audit 2023-12-21T03:52:28.897991+0000 mon.smithi132 (mon.0) 886 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:52:29.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:29 smithi184 bash[29684]: audit 2023-12-21T03:52:28.907265+0000 mon.smithi132 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:30.403 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:30.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:30 smithi132 bash[26391]: audit 2023-12-21T03:52:28.763875+0000 mgr.smithi132.rubyiy (mgr.14182) 910 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:30 smithi132 bash[26391]: cluster 2023-12-21T03:52:28.893640+0000 mgr.smithi132.rubyiy (mgr.14182) 911 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:52:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:30 smithi132 bash[26391]: cephadm 2023-12-21T03:52:28.910269+0000 mgr.smithi132.rubyiy (mgr.14182) 912 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ykkiou on smithi184 2023-12-21T03:52:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:30 smithi132 bash[26391]: cluster 2023-12-21T03:52:29.890648+0000 mon.smithi132 (mon.0) 888 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:52:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:30 smithi132 bash[26391]: cluster 2023-12-21T03:52:29.890713+0000 mon.smithi132 (mon.0) 889 : cluster [INF] Cluster is now healthy 2023-12-21T03:52:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:30 smithi184 bash[29684]: audit 2023-12-21T03:52:28.763875+0000 mgr.smithi132.rubyiy (mgr.14182) 910 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:30 smithi184 bash[29684]: cluster 2023-12-21T03:52:28.893640+0000 mgr.smithi132.rubyiy (mgr.14182) 911 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:52:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:30 smithi184 bash[29684]: cephadm 2023-12-21T03:52:28.910269+0000 mgr.smithi132.rubyiy (mgr.14182) 912 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ykkiou on smithi184 2023-12-21T03:52:30.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:30 smithi184 bash[29684]: cluster 2023-12-21T03:52:29.890648+0000 mon.smithi132 (mon.0) 888 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:52:30.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:30 smithi184 bash[29684]: cluster 2023-12-21T03:52:29.890713+0000 mon.smithi132 (mon.0) 889 : cluster [INF] Cluster is now healthy 2023-12-21T03:52:32.878 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:32 smithi184 bash[29684]: cluster 2023-12-21T03:52:30.894527+0000 mgr.smithi132.rubyiy (mgr.14182) 913 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T03:52:32.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:32 smithi132 bash[26391]: cluster 2023-12-21T03:52:30.894527+0000 mgr.smithi132.rubyiy (mgr.14182) 913 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T03:52:33.767 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:33.767 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:17.879531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hocaxn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-hocaxn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.hocaxn\nDeploy daemon haproxy.nfs.foo.smithi184.hocaxn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.009317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.assmss on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-assmss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.assmss\nDeploy daemon haproxy.nfs.foo.smithi132.assmss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:51:22.012734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.pdvmzi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:33 smithi184 bash[29684]: audit 2023-12-21T03:52:32.948902+0000 mon.smithi132 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ykkiou"}]: dispatch 2023-12-21T03:52:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:33 smithi184 bash[29684]: audit 2023-12-21T03:52:33.116916+0000 mon.smithi132 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:33.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:33 smithi132 bash[26391]: audit 2023-12-21T03:52:32.948902+0000 mon.smithi132 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ykkiou"}]: dispatch 2023-12-21T03:52:33.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:33 smithi132 bash[26391]: audit 2023-12-21T03:52:33.116916+0000 mon.smithi132 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:34.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: cluster 2023-12-21T03:52:32.895492+0000 mgr.smithi132.rubyiy (mgr.14182) 914 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:52:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: cephadm 2023-12-21T03:52:32.947753+0000 mgr.smithi132.rubyiy (mgr.14182) 915 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ykkiou ... 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ykkiou ... 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: cephadm 2023-12-21T03:52:32.948296+0000 mgr.smithi132.rubyiy (mgr.14182) 916 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: cephadm 2023-12-21T03:52:32.950815+0000 mgr.smithi132.rubyiy (mgr.14182) 917 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ykkiou ... 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:34 smithi132 bash[26391]: cephadm 2023-12-21T03:52:32.955547+0000 mgr.smithi132.rubyiy (mgr.14182) 918 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.tkybxf on smithi132 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: cluster 2023-12-21T03:52:32.895492+0000 mgr.smithi132.rubyiy (mgr.14182) 914 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: cephadm 2023-12-21T03:52:32.947753+0000 mgr.smithi132.rubyiy (mgr.14182) 915 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ykkiou ... 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:34.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ykkiou ... 2023-12-21T03:52:34.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: cephadm 2023-12-21T03:52:32.948296+0000 mgr.smithi132.rubyiy (mgr.14182) 916 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: cephadm 2023-12-21T03:52:32.950815+0000 mgr.smithi132.rubyiy (mgr.14182) 917 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ykkiou ... 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:34.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:34.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:34.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:34.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:34 smithi184 bash[29684]: cephadm 2023-12-21T03:52:32.955547+0000 mgr.smithi132.rubyiy (mgr.14182) 918 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.tkybxf on smithi132 2023-12-21T03:52:35.395 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:35.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:35 smithi132 bash[26391]: audit 2023-12-21T03:52:33.757586+0000 mgr.smithi132.rubyiy (mgr.14182) 919 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:35 smithi184 bash[29684]: audit 2023-12-21T03:52:33.757586+0000 mgr.smithi132.rubyiy (mgr.14182) 919 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:36.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:36 smithi132 bash[26391]: cluster 2023-12-21T03:52:34.896415+0000 mgr.smithi132.rubyiy (mgr.14182) 920 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:52:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:36 smithi184 bash[29684]: cluster 2023-12-21T03:52:34.896415+0000 mgr.smithi132.rubyiy (mgr.14182) 920 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-21T03:52:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:37 smithi132 bash[26391]: audit 2023-12-21T03:52:36.738847+0000 mon.smithi132 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.tkybxf"}]: dispatch 2023-12-21T03:52:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:37 smithi184 bash[29684]: audit 2023-12-21T03:52:36.738847+0000 mon.smithi132 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.tkybxf"}]: dispatch 2023-12-21T03:52:38.642 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:38.642 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:38.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cephadm 2023-12-21T03:52:36.737608+0000 mgr.smithi132.rubyiy (mgr.14182) 921 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:38.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.tkybxf ... 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:52:38.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.tkybxf ... 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:38.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cephadm 2023-12-21T03:52:36.738185+0000 mgr.smithi132.rubyiy (mgr.14182) 922 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cephadm 2023-12-21T03:52:36.740285+0000 mgr.smithi132.rubyiy (mgr.14182) 923 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.tkybxf ... 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:38.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cephadm 2023-12-21T03:52:36.744123+0000 mgr.smithi132.rubyiy (mgr.14182) 924 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cephadm 2023-12-21T03:52:36.746283+0000 mgr.smithi132.rubyiy (mgr.14182) 925 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cluster 2023-12-21T03:52:36.747228+0000 mgr.smithi132.rubyiy (mgr.14182) 926 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:52:38.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:38 smithi132 bash[26391]: cluster 2023-12-21T03:52:37.642252+0000 mon.smithi132 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cephadm 2023-12-21T03:52:36.737608+0000 mgr.smithi132.rubyiy (mgr.14182) 921 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.tkybxf ... 2023-12-21T03:52:39.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:39.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.tkybxf ... 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cephadm 2023-12-21T03:52:36.738185+0000 mgr.smithi132.rubyiy (mgr.14182) 922 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cephadm 2023-12-21T03:52:36.740285+0000 mgr.smithi132.rubyiy (mgr.14182) 923 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf 2023-12-21T03:52:39.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.tkybxf ... 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cephadm 2023-12-21T03:52:36.744123+0000 mgr.smithi132.rubyiy (mgr.14182) 924 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cephadm 2023-12-21T03:52:36.746283+0000 mgr.smithi132.rubyiy (mgr.14182) 925 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cluster 2023-12-21T03:52:36.747228+0000 mgr.smithi132.rubyiy (mgr.14182) 926 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:52:39.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:38 smithi184 bash[29684]: cluster 2023-12-21T03:52:37.642252+0000 mon.smithi132 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:52:39.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:39.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:39 smithi132 bash[26391]: audit 2023-12-21T03:52:38.637309+0000 mgr.smithi132.rubyiy (mgr.14182) 927 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:39.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:39 smithi132 bash[26391]: audit 2023-12-21T03:52:38.917674+0000 mon.smithi132 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:39 smithi184 bash[29684]: audit 2023-12-21T03:52:38.637309+0000 mgr.smithi132.rubyiy (mgr.14182) 927 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:39 smithi184 bash[29684]: audit 2023-12-21T03:52:38.917674+0000 mon.smithi132 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:40.283 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:40.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:40 smithi132 bash[26391]: cluster 2023-12-21T03:52:38.748503+0000 mgr.smithi132.rubyiy (mgr.14182) 928 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:52:41.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:40 smithi184 bash[29684]: cluster 2023-12-21T03:52:38.748503+0000 mgr.smithi132.rubyiy (mgr.14182) 928 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-21T03:52:41.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:41 smithi132 bash[26391]: cluster 2023-12-21T03:52:40.749811+0000 mgr.smithi132.rubyiy (mgr.14182) 929 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T03:52:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:41 smithi184 bash[29684]: cluster 2023-12-21T03:52:40.749811+0000 mgr.smithi132.rubyiy (mgr.14182) 929 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T03:52:43.442 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:43.442 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:44.073 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:43 smithi132 bash[26391]: cluster 2023-12-21T03:52:42.751226+0000 mgr.smithi132.rubyiy (mgr.14182) 930 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:52:44.073 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:43 smithi132 bash[26391]: audit 2023-12-21T03:52:43.437616+0000 mgr.smithi132.rubyiy (mgr.14182) 931 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:44.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:43 smithi184 bash[29684]: cluster 2023-12-21T03:52:42.751226+0000 mgr.smithi132.rubyiy (mgr.14182) 930 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:52:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:43 smithi184 bash[29684]: audit 2023-12-21T03:52:43.437616+0000 mgr.smithi132.rubyiy (mgr.14182) 931 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:45.075 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:46.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:46 smithi132 bash[26391]: cluster 2023-12-21T03:52:44.752410+0000 mgr.smithi132.rubyiy (mgr.14182) 932 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:52:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:46 smithi184 bash[29684]: cluster 2023-12-21T03:52:44.752410+0000 mgr.smithi132.rubyiy (mgr.14182) 932 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:52:48.174 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:48.174 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:48.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:48 smithi132 bash[26391]: cluster 2023-12-21T03:52:46.753558+0000 mgr.smithi132.rubyiy (mgr.14182) 933 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:52:48.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:48 smithi132 bash[26391]: audit 2023-12-21T03:52:48.117320+0000 mon.smithi132 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:48.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:48.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:48 smithi184 bash[29684]: cluster 2023-12-21T03:52:46.753558+0000 mgr.smithi132.rubyiy (mgr.14182) 933 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:52:48.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:48 smithi184 bash[29684]: audit 2023-12-21T03:52:48.117320+0000 mon.smithi132 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:52:49.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:49 smithi132 bash[26391]: audit 2023-12-21T03:52:48.166620+0000 mgr.smithi132.rubyiy (mgr.14182) 934 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:49.834 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:49 smithi184 bash[29684]: audit 2023-12-21T03:52:48.166620+0000 mgr.smithi132.rubyiy (mgr.14182) 934 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:50 smithi184 bash[29684]: cluster 2023-12-21T03:52:48.754905+0000 mgr.smithi132.rubyiy (mgr.14182) 935 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:50 smithi132 bash[26391]: cluster 2023-12-21T03:52:48.754905+0000 mgr.smithi132.rubyiy (mgr.14182) 935 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:52.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:52 smithi184 bash[29684]: cluster 2023-12-21T03:52:50.756128+0000 mgr.smithi132.rubyiy (mgr.14182) 936 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:52.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:52 smithi132 bash[26391]: cluster 2023-12-21T03:52:50.756128+0000 mgr.smithi132.rubyiy (mgr.14182) 936 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:52:53.108 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:53.109 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:53.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:54.789 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:52:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:54 smithi184 bash[29684]: cluster 2023-12-21T03:52:52.757276+0000 mgr.smithi132.rubyiy (mgr.14182) 937 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:54 smithi184 bash[29684]: audit 2023-12-21T03:52:53.095831+0000 mgr.smithi132.rubyiy (mgr.14182) 938 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:54.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:54 smithi132 bash[26391]: cluster 2023-12-21T03:52:52.757276+0000 mgr.smithi132.rubyiy (mgr.14182) 937 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:54 smithi132 bash[26391]: audit 2023-12-21T03:52:53.095831+0000 mgr.smithi132.rubyiy (mgr.14182) 938 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:56.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:56 smithi132 bash[26391]: cluster 2023-12-21T03:52:54.758485+0000 mgr.smithi132.rubyiy (mgr.14182) 939 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:56 smithi184 bash[29684]: cluster 2023-12-21T03:52:54.758485+0000 mgr.smithi132.rubyiy (mgr.14182) 939 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:58.285 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:52:58.285 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:52:58.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:58 smithi132 bash[26391]: cluster 2023-12-21T03:52:56.759610+0000 mgr.smithi132.rubyiy (mgr.14182) 940 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:58 smithi184 bash[29684]: cluster 2023-12-21T03:52:56.759610+0000 mgr.smithi132.rubyiy (mgr.14182) 940 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:52:58.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:52:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:52:59 smithi132 bash[26391]: audit 2023-12-21T03:52:58.280631+0000 mgr.smithi132.rubyiy (mgr.14182) 941 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:52:59 smithi184 bash[29684]: audit 2023-12-21T03:52:58.280631+0000 mgr.smithi132.rubyiy (mgr.14182) 941 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:52:59.892 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:00 smithi184 bash[29684]: cluster 2023-12-21T03:52:58.760894+0000 mgr.smithi132.rubyiy (mgr.14182) 942 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:00.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:00 smithi132 bash[26391]: cluster 2023-12-21T03:52:58.760894+0000 mgr.smithi132.rubyiy (mgr.14182) 942 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:02 smithi184 bash[29684]: cluster 2023-12-21T03:53:00.762052+0000 mgr.smithi132.rubyiy (mgr.14182) 943 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:02.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:02 smithi132 bash[26391]: cluster 2023-12-21T03:53:00.762052+0000 mgr.smithi132.rubyiy (mgr.14182) 943 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:03.108 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:03.108 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:03.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:04.718 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:04 smithi184 bash[29684]: cluster 2023-12-21T03:53:02.763398+0000 mgr.smithi132.rubyiy (mgr.14182) 944 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:04 smithi184 bash[29684]: audit 2023-12-21T03:53:03.098449+0000 mgr.smithi132.rubyiy (mgr.14182) 945 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:04.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:04 smithi132 bash[26391]: cluster 2023-12-21T03:53:02.763398+0000 mgr.smithi132.rubyiy (mgr.14182) 944 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:04.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:04 smithi132 bash[26391]: audit 2023-12-21T03:53:03.098449+0000 mgr.smithi132.rubyiy (mgr.14182) 945 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:06 smithi184 bash[29684]: cluster 2023-12-21T03:53:04.764636+0000 mgr.smithi132.rubyiy (mgr.14182) 946 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:06.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:06 smithi132 bash[26391]: cluster 2023-12-21T03:53:04.764636+0000 mgr.smithi132.rubyiy (mgr.14182) 946 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:08.012 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:08.012 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:08.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:08 smithi184 bash[29684]: cluster 2023-12-21T03:53:06.765818+0000 mgr.smithi132.rubyiy (mgr.14182) 947 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:08.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:08 smithi132 bash[26391]: cluster 2023-12-21T03:53:06.765818+0000 mgr.smithi132.rubyiy (mgr.14182) 947 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:09.620 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:09 smithi132 bash[26391]: audit 2023-12-21T03:53:08.000321+0000 mgr.smithi132.rubyiy (mgr.14182) 948 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:09 smithi184 bash[29684]: audit 2023-12-21T03:53:08.000321+0000 mgr.smithi132.rubyiy (mgr.14182) 948 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:10 smithi184 bash[29684]: cluster 2023-12-21T03:53:08.767286+0000 mgr.smithi132.rubyiy (mgr.14182) 949 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:10.952 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:10 smithi132 bash[26391]: cluster 2023-12-21T03:53:08.767286+0000 mgr.smithi132.rubyiy (mgr.14182) 949 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:12.774 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:12.774 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:12.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:12 smithi132 bash[26391]: cluster 2023-12-21T03:53:10.768513+0000 mgr.smithi132.rubyiy (mgr.14182) 950 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:12 smithi184 bash[29684]: cluster 2023-12-21T03:53:10.768513+0000 mgr.smithi132.rubyiy (mgr.14182) 950 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:13.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:14.457 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:14.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:14 smithi132 bash[26391]: audit 2023-12-21T03:53:12.764947+0000 mgr.smithi132.rubyiy (mgr.14182) 951 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:14.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:14 smithi132 bash[26391]: cluster 2023-12-21T03:53:12.769715+0000 mgr.smithi132.rubyiy (mgr.14182) 952 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:15.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:14 smithi184 bash[29684]: audit 2023-12-21T03:53:12.764947+0000 mgr.smithi132.rubyiy (mgr.14182) 951 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:15.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:14 smithi184 bash[29684]: cluster 2023-12-21T03:53:12.769715+0000 mgr.smithi132.rubyiy (mgr.14182) 952 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:16.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:16 smithi132 bash[26391]: cluster 2023-12-21T03:53:14.771009+0000 mgr.smithi132.rubyiy (mgr.14182) 953 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:16 smithi184 bash[29684]: cluster 2023-12-21T03:53:14.771009+0000 mgr.smithi132.rubyiy (mgr.14182) 953 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:17.668 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:17.668 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:18.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:18.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:18 smithi132 bash[26391]: cluster 2023-12-21T03:53:16.772199+0000 mgr.smithi132.rubyiy (mgr.14182) 954 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:18.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:18 smithi132 bash[26391]: audit 2023-12-21T03:53:17.663582+0000 mgr.smithi132.rubyiy (mgr.14182) 955 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:18 smithi184 bash[29684]: cluster 2023-12-21T03:53:16.772199+0000 mgr.smithi132.rubyiy (mgr.14182) 954 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:18 smithi184 bash[29684]: audit 2023-12-21T03:53:17.663582+0000 mgr.smithi132.rubyiy (mgr.14182) 955 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:19.293 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:20.699 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:20 smithi132 bash[26391]: cluster 2023-12-21T03:53:18.773575+0000 mgr.smithi132.rubyiy (mgr.14182) 956 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:21.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:20 smithi184 bash[29684]: cluster 2023-12-21T03:53:18.773575+0000 mgr.smithi132.rubyiy (mgr.14182) 956 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:22.553 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:22.553 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:22 smithi132 bash[26391]: cluster 2023-12-21T03:53:20.774864+0000 mgr.smithi132.rubyiy (mgr.14182) 957 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:22 smithi184 bash[29684]: cluster 2023-12-21T03:53:20.774864+0000 mgr.smithi132.rubyiy (mgr.14182) 957 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:23.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:23.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:23 smithi132 bash[26391]: audit 2023-12-21T03:53:22.543641+0000 mgr.smithi132.rubyiy (mgr.14182) 958 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:23 smithi184 bash[29684]: audit 2023-12-21T03:53:22.543641+0000 mgr.smithi132.rubyiy (mgr.14182) 958 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:24.192 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:25.035 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:24 smithi132 bash[26391]: cluster 2023-12-21T03:53:22.776119+0000 mgr.smithi132.rubyiy (mgr.14182) 959 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:24 smithi184 bash[29684]: cluster 2023-12-21T03:53:22.776119+0000 mgr.smithi132.rubyiy (mgr.14182) 959 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:26 smithi184 bash[29684]: cluster 2023-12-21T03:53:24.777425+0000 mgr.smithi132.rubyiy (mgr.14182) 960 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:26.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:26 smithi132 bash[26391]: cluster 2023-12-21T03:53:24.777425+0000 mgr.smithi132.rubyiy (mgr.14182) 960 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:27.615 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:27.616 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:28.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:28 smithi184 bash[29684]: cluster 2023-12-21T03:53:26.778717+0000 mgr.smithi132.rubyiy (mgr.14182) 961 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:28 smithi184 bash[29684]: audit 2023-12-21T03:53:27.606104+0000 mgr.smithi132.rubyiy (mgr.14182) 962 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:28.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:28 smithi132 bash[26391]: cluster 2023-12-21T03:53:26.778717+0000 mgr.smithi132.rubyiy (mgr.14182) 961 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:28.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:28 smithi132 bash[26391]: audit 2023-12-21T03:53:27.606104+0000 mgr.smithi132.rubyiy (mgr.14182) 962 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:29.257 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:30.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:30 smithi132 bash[26391]: cluster 2023-12-21T03:53:28.780010+0000 mgr.smithi132.rubyiy (mgr.14182) 963 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:30 smithi184 bash[29684]: cluster 2023-12-21T03:53:28.780010+0000 mgr.smithi132.rubyiy (mgr.14182) 963 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:32.497 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:32.497 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:32 smithi184 bash[29684]: cluster 2023-12-21T03:53:30.781365+0000 mgr.smithi132.rubyiy (mgr.14182) 964 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:32.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:32 smithi132 bash[26391]: cluster 2023-12-21T03:53:30.781365+0000 mgr.smithi132.rubyiy (mgr.14182) 964 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:33.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:33 smithi184 bash[29684]: audit 2023-12-21T03:53:32.484636+0000 mgr.smithi132.rubyiy (mgr.14182) 965 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:33.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:33 smithi132 bash[26391]: audit 2023-12-21T03:53:32.484636+0000 mgr.smithi132.rubyiy (mgr.14182) 965 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:34.121 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:34 smithi184 bash[29684]: cluster 2023-12-21T03:53:32.782532+0000 mgr.smithi132.rubyiy (mgr.14182) 966 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:34.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:34 smithi132 bash[26391]: cluster 2023-12-21T03:53:32.782532+0000 mgr.smithi132.rubyiy (mgr.14182) 966 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:36.887 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:36 smithi132 bash[26391]: cluster 2023-12-21T03:53:34.783718+0000 mgr.smithi132.rubyiy (mgr.14182) 967 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:36 smithi184 bash[29684]: cluster 2023-12-21T03:53:34.783718+0000 mgr.smithi132.rubyiy (mgr.14182) 967 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:37.290 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:37.290 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:37 smithi184 bash[29684]: audit 2023-12-21T03:53:36.752968+0000 mon.smithi132 (mon.0) 896 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:53:37.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:37 smithi184 bash[29684]: audit 2023-12-21T03:53:37.047452+0000 mon.smithi132 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:37.898 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:37 smithi132 bash[26391]: audit 2023-12-21T03:53:36.752968+0000 mon.smithi132 (mon.0) 896 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:53:37.898 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:37 smithi132 bash[26391]: audit 2023-12-21T03:53:37.047452+0000 mon.smithi132 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:37.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:38 smithi184 bash[29684]: cluster 2023-12-21T03:53:36.784870+0000 mgr.smithi132.rubyiy (mgr.14182) 968 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:38 smithi184 bash[29684]: audit 2023-12-21T03:53:37.282148+0000 mgr.smithi132.rubyiy (mgr.14182) 969 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:38.900 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:38.913 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:38 smithi132 bash[26391]: cluster 2023-12-21T03:53:36.784870+0000 mgr.smithi132.rubyiy (mgr.14182) 968 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:38.913 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:38 smithi132 bash[26391]: audit 2023-12-21T03:53:37.282148+0000 mgr.smithi132.rubyiy (mgr.14182) 969 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:40.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:40 smithi132 bash[26391]: cluster 2023-12-21T03:53:38.786171+0000 mgr.smithi132.rubyiy (mgr.14182) 970 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:40 smithi184 bash[29684]: cluster 2023-12-21T03:53:38.786171+0000 mgr.smithi132.rubyiy (mgr.14182) 970 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:42.201 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:42.201 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:43:13.586111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:51:22.015438Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tkfjxl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:43:13.588606Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:43:13.586534Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:43:13.586812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:43:13.587075Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:43:13.587588Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:43:13.587334Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:42.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:42 smithi184 bash[29684]: cluster 2023-12-21T03:53:40.787353+0000 mgr.smithi132.rubyiy (mgr.14182) 971 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:42 smithi132 bash[26391]: cluster 2023-12-21T03:53:40.787353+0000 mgr.smithi132.rubyiy (mgr.14182) 971 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:53:43.800 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:43.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.189169+0000 mgr.smithi132.rubyiy (mgr.14182) 972 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.645798+0000 mon.smithi132 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.939246+0000 mon.smithi132 (mon.0) 899 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:53:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.941180+0000 mon.smithi132 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:53:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.953069+0000 mon.smithi132 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.964550+0000 mon.smithi132 (mon.0) 902 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:53:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:43 smithi132 bash[26391]: audit 2023-12-21T03:53:42.982244+0000 mon.smithi132 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.189169+0000 mgr.smithi132.rubyiy (mgr.14182) 972 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.645798+0000 mon.smithi132 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.939246+0000 mon.smithi132 (mon.0) 899 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:53:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.941180+0000 mon.smithi132 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:53:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.953069+0000 mon.smithi132 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.964550+0000 mon.smithi132 (mon.0) 902 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:53:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:43 smithi184 bash[29684]: audit 2023-12-21T03:53:42.982244+0000 mon.smithi132 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:44.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:44 smithi132 bash[26391]: cluster 2023-12-21T03:53:42.788789+0000 mgr.smithi132.rubyiy (mgr.14182) 973 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:44.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:44 smithi132 bash[26391]: cluster 2023-12-21T03:53:42.954122+0000 mgr.smithi132.rubyiy (mgr.14182) 974 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:44.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:44 smithi132 bash[26391]: cephadm 2023-12-21T03:53:42.986165+0000 mgr.smithi132.rubyiy (mgr.14182) 975 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.pimict on smithi184 2023-12-21T03:53:44.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:44 smithi132 bash[26391]: cluster 2023-12-21T03:53:43.641818+0000 mon.smithi132 (mon.0) 904 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:53:44.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:44 smithi132 bash[26391]: cluster 2023-12-21T03:53:43.641885+0000 mon.smithi132 (mon.0) 905 : cluster [INF] Cluster is now healthy 2023-12-21T03:53:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:44 smithi184 bash[29684]: cluster 2023-12-21T03:53:42.788789+0000 mgr.smithi132.rubyiy (mgr.14182) 973 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:53:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:44 smithi184 bash[29684]: cluster 2023-12-21T03:53:42.954122+0000 mgr.smithi132.rubyiy (mgr.14182) 974 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:44 smithi184 bash[29684]: cephadm 2023-12-21T03:53:42.986165+0000 mgr.smithi132.rubyiy (mgr.14182) 975 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.pimict on smithi184 2023-12-21T03:53:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:44 smithi184 bash[29684]: cluster 2023-12-21T03:53:43.641818+0000 mon.smithi132 (mon.0) 904 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:53:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:44 smithi184 bash[29684]: cluster 2023-12-21T03:53:43.641885+0000 mon.smithi132 (mon.0) 905 : cluster [INF] Cluster is now healthy 2023-12-21T03:53:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:46 smithi184 bash[29684]: cluster 2023-12-21T03:53:44.955046+0000 mgr.smithi132.rubyiy (mgr.14182) 976 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:46.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:46 smithi132 bash[26391]: cluster 2023-12-21T03:53:44.955046+0000 mgr.smithi132.rubyiy (mgr.14182) 976 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:46.993 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:46.994 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:32.950536Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ykkiou on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ykkiou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ykkiou\nDeploy daemon haproxy.nfs.foo.smithi184.ykkiou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.740043Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.tkybxf on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-tkybxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.tkybxf\nDeploy daemon haproxy.nfs.foo.smithi132.tkybxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:52:36.743962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.avyedm on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:47.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:47.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:47 smithi132 bash[26391]: audit 2023-12-21T03:53:46.976738+0000 mon.smithi132 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.pimict"}]: dispatch 2023-12-21T03:53:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:47 smithi184 bash[29684]: audit 2023-12-21T03:53:46.976738+0000 mon.smithi132 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.pimict"}]: dispatch 2023-12-21T03:53:48.694 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: cluster 2023-12-21T03:53:46.955929+0000 mgr.smithi132.rubyiy (mgr.14182) 977 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: cephadm 2023-12-21T03:53:46.975768+0000 mgr.smithi132.rubyiy (mgr.14182) 978 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pimict ... 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pimict ... 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: cephadm 2023-12-21T03:53:46.976227+0000 mgr.smithi132.rubyiy (mgr.14182) 979 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: cephadm 2023-12-21T03:53:46.978345+0000 mgr.smithi132.rubyiy (mgr.14182) 980 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:48.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.pimict ... 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: cephadm 2023-12-21T03:53:46.983967+0000 mgr.smithi132.rubyiy (mgr.14182) 981 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.himzvv on smithi132 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: audit 2023-12-21T03:53:46.984474+0000 mgr.smithi132.rubyiy (mgr.14182) 982 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:48.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:48 smithi132 bash[26391]: audit 2023-12-21T03:53:48.121093+0000 mon.smithi132 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:49.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: cluster 2023-12-21T03:53:46.955929+0000 mgr.smithi132.rubyiy (mgr.14182) 977 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: cephadm 2023-12-21T03:53:46.975768+0000 mgr.smithi132.rubyiy (mgr.14182) 978 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pimict ... 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:49.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pimict ... 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:49.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: cephadm 2023-12-21T03:53:46.976227+0000 mgr.smithi132.rubyiy (mgr.14182) 979 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: cephadm 2023-12-21T03:53:46.978345+0000 mgr.smithi132.rubyiy (mgr.14182) 980 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.pimict ... 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:49.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:49.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:49.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: cephadm 2023-12-21T03:53:46.983967+0000 mgr.smithi132.rubyiy (mgr.14182) 981 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.himzvv on smithi132 2023-12-21T03:53:49.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: audit 2023-12-21T03:53:46.984474+0000 mgr.smithi132.rubyiy (mgr.14182) 982 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:49.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:48 smithi184 bash[29684]: audit 2023-12-21T03:53:48.121093+0000 mon.smithi132 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:49.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:49 smithi132 bash[26391]: cluster 2023-12-21T03:53:48.956736+0000 mgr.smithi132.rubyiy (mgr.14182) 983 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:50.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:49 smithi184 bash[29684]: cluster 2023-12-21T03:53:48.956736+0000 mgr.smithi132.rubyiy (mgr.14182) 983 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:51 smithi184 bash[29684]: audit 2023-12-21T03:53:51.375409+0000 mon.smithi132 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.himzvv"}]: dispatch 2023-12-21T03:53:51.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:51 smithi132 bash[26391]: audit 2023-12-21T03:53:51.375409+0000 mon.smithi132 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.himzvv"}]: dispatch 2023-12-21T03:53:52.067 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:52.067 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:52.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cluster 2023-12-21T03:53:50.957601+0000 mgr.smithi132.rubyiy (mgr.14182) 984 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cephadm 2023-12-21T03:53:51.374522+0000 mgr.smithi132.rubyiy (mgr.14182) 985 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.himzvv ... 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:52.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.himzvv ... 2023-12-21T03:53:52.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cephadm 2023-12-21T03:53:51.374860+0000 mgr.smithi132.rubyiy (mgr.14182) 986 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cephadm 2023-12-21T03:53:51.376642+0000 mgr.smithi132.rubyiy (mgr.14182) 987 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.himzvv ... 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:52.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:52.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:52.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cephadm 2023-12-21T03:53:51.378949+0000 mgr.smithi132.rubyiy (mgr.14182) 988 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:53:52.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cephadm 2023-12-21T03:53:51.380497+0000 mgr.smithi132.rubyiy (mgr.14182) 989 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:53:52.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cluster 2023-12-21T03:53:51.381238+0000 mgr.smithi132.rubyiy (mgr.14182) 990 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-12-21T03:53:52.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:52 smithi184 bash[29684]: cluster 2023-12-21T03:53:51.566894+0000 mon.smithi132 (mon.0) 909 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cluster 2023-12-21T03:53:50.957601+0000 mgr.smithi132.rubyiy (mgr.14182) 984 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cephadm 2023-12-21T03:53:51.374522+0000 mgr.smithi132.rubyiy (mgr.14182) 985 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.himzvv ... 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.himzvv ... 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cephadm 2023-12-21T03:53:51.374860+0000 mgr.smithi132.rubyiy (mgr.14182) 986 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cephadm 2023-12-21T03:53:51.376642+0000 mgr.smithi132.rubyiy (mgr.14182) 987 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv 2023-12-21T03:53:52.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.himzvv ... 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cephadm 2023-12-21T03:53:51.378949+0000 mgr.smithi132.rubyiy (mgr.14182) 988 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cephadm 2023-12-21T03:53:51.380497+0000 mgr.smithi132.rubyiy (mgr.14182) 989 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cluster 2023-12-21T03:53:51.381238+0000 mgr.smithi132.rubyiy (mgr.14182) 990 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-12-21T03:53:52.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:52 smithi132 bash[26391]: cluster 2023-12-21T03:53:51.566894+0000 mon.smithi132 (mon.0) 909 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:53:53.702 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:53.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:53 smithi184 bash[29684]: audit 2023-12-21T03:53:52.057182+0000 mgr.smithi132.rubyiy (mgr.14182) 991 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:53.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:53 smithi132 bash[26391]: audit 2023-12-21T03:53:52.057182+0000 mgr.smithi132.rubyiy (mgr.14182) 991 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:54.842 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:54 smithi132 bash[26391]: cluster 2023-12-21T03:53:53.382538+0000 mgr.smithi132.rubyiy (mgr.14182) 992 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:53:54.843 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:54 smithi132 bash[26391]: audit 2023-12-21T03:53:53.974313+0000 mon.smithi132 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:54 smithi184 bash[29684]: cluster 2023-12-21T03:53:53.382538+0000 mgr.smithi132.rubyiy (mgr.14182) 992 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:53:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:54 smithi184 bash[29684]: audit 2023-12-21T03:53:53.974313+0000 mon.smithi132 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:53:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:56 smithi184 bash[29684]: cluster 2023-12-21T03:53:55.383578+0000 mgr.smithi132.rubyiy (mgr.14182) 993 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:53:56.971 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:53:56.971 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:53:56.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:56 smithi132 bash[26391]: cluster 2023-12-21T03:53:55.383578+0000 mgr.smithi132.rubyiy (mgr.14182) 993 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:53:57.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:53:58.596 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:53:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:58 smithi184 bash[29684]: audit 2023-12-21T03:53:56.958900+0000 mgr.smithi132.rubyiy (mgr.14182) 994 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:58.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:53:58 smithi184 bash[29684]: cluster 2023-12-21T03:53:57.384270+0000 mgr.smithi132.rubyiy (mgr.14182) 995 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:53:58.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:58 smithi132 bash[26391]: audit 2023-12-21T03:53:56.958900+0000 mgr.smithi132.rubyiy (mgr.14182) 994 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:53:58.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:53:58 smithi132 bash[26391]: cluster 2023-12-21T03:53:57.384270+0000 mgr.smithi132.rubyiy (mgr.14182) 995 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:54:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:00 smithi184 bash[29684]: cluster 2023-12-21T03:53:59.385289+0000 mgr.smithi132.rubyiy (mgr.14182) 996 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:54:00.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:00 smithi132 bash[26391]: cluster 2023-12-21T03:53:59.385289+0000 mgr.smithi132.rubyiy (mgr.14182) 996 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:54:01.941 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:01.942 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:02.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:02 smithi184 bash[29684]: cluster 2023-12-21T03:54:01.386740+0000 mgr.smithi132.rubyiy (mgr.14182) 997 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:54:02.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:02 smithi132 bash[26391]: cluster 2023-12-21T03:54:01.386740+0000 mgr.smithi132.rubyiy (mgr.14182) 997 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T03:54:03.556 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:03 smithi184 bash[29684]: audit 2023-12-21T03:54:01.935477+0000 mgr.smithi132.rubyiy (mgr.14182) 998 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:03 smithi184 bash[29684]: audit 2023-12-21T03:54:03.120937+0000 mon.smithi132 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:03.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:03 smithi132 bash[26391]: audit 2023-12-21T03:54:01.935477+0000 mgr.smithi132.rubyiy (mgr.14182) 998 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:03.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:03 smithi132 bash[26391]: audit 2023-12-21T03:54:03.120937+0000 mon.smithi132 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:04.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:04 smithi184 bash[29684]: cluster 2023-12-21T03:54:03.388066+0000 mgr.smithi132.rubyiy (mgr.14182) 999 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:04.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:04 smithi132 bash[26391]: cluster 2023-12-21T03:54:03.388066+0000 mgr.smithi132.rubyiy (mgr.14182) 999 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:06.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:06 smithi132 bash[26391]: cluster 2023-12-21T03:54:05.389024+0000 mgr.smithi132.rubyiy (mgr.14182) 1000 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:06.861 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:06.861 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:06.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:06 smithi184 bash[29684]: cluster 2023-12-21T03:54:05.389024+0000 mgr.smithi132.rubyiy (mgr.14182) 1000 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:07.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:08.519 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:08 smithi184 bash[29684]: audit 2023-12-21T03:54:06.848963+0000 mgr.smithi132.rubyiy (mgr.14182) 1001 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:08.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:08 smithi184 bash[29684]: cluster 2023-12-21T03:54:07.390340+0000 mgr.smithi132.rubyiy (mgr.14182) 1002 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:08.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:08 smithi132 bash[26391]: audit 2023-12-21T03:54:06.848963+0000 mgr.smithi132.rubyiy (mgr.14182) 1001 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:08.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:08 smithi132 bash[26391]: cluster 2023-12-21T03:54:07.390340+0000 mgr.smithi132.rubyiy (mgr.14182) 1002 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:10.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:10 smithi132 bash[26391]: cluster 2023-12-21T03:54:09.391373+0000 mgr.smithi132.rubyiy (mgr.14182) 1003 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:11.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:10 smithi184 bash[29684]: cluster 2023-12-21T03:54:09.391373+0000 mgr.smithi132.rubyiy (mgr.14182) 1003 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:11.914 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:11.914 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:12.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:12.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:12 smithi132 bash[26391]: cluster 2023-12-21T03:54:11.392505+0000 mgr.smithi132.rubyiy (mgr.14182) 1004 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:12 smithi184 bash[29684]: cluster 2023-12-21T03:54:11.392505+0000 mgr.smithi132.rubyiy (mgr.14182) 1004 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:13.601 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:13.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:13 smithi132 bash[26391]: audit 2023-12-21T03:54:11.908001+0000 mgr.smithi132.rubyiy (mgr.14182) 1005 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:13 smithi184 bash[29684]: audit 2023-12-21T03:54:11.908001+0000 mgr.smithi132.rubyiy (mgr.14182) 1005 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:14.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:14 smithi132 bash[26391]: cluster 2023-12-21T03:54:13.393800+0000 mgr.smithi132.rubyiy (mgr.14182) 1006 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:15.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:14 smithi184 bash[29684]: cluster 2023-12-21T03:54:13.393800+0000 mgr.smithi132.rubyiy (mgr.14182) 1006 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:16.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:16 smithi132 bash[26391]: cluster 2023-12-21T03:54:15.394542+0000 mgr.smithi132.rubyiy (mgr.14182) 1007 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:16.871 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:16.871 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:16 smithi184 bash[29684]: cluster 2023-12-21T03:54:15.394542+0000 mgr.smithi132.rubyiy (mgr.14182) 1007 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:17.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:18.516 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:18.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:18 smithi132 bash[26391]: audit 2023-12-21T03:54:16.859215+0000 mgr.smithi132.rubyiy (mgr.14182) 1008 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:18.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:18 smithi132 bash[26391]: cluster 2023-12-21T03:54:17.395538+0000 mgr.smithi132.rubyiy (mgr.14182) 1009 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:19.151 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:18 smithi184 bash[29684]: audit 2023-12-21T03:54:16.859215+0000 mgr.smithi132.rubyiy (mgr.14182) 1008 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:19.152 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:18 smithi184 bash[29684]: cluster 2023-12-21T03:54:17.395538+0000 mgr.smithi132.rubyiy (mgr.14182) 1009 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:20.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:20 smithi132 bash[26391]: cluster 2023-12-21T03:54:19.396682+0000 mgr.smithi132.rubyiy (mgr.14182) 1010 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:21.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:20 smithi184 bash[29684]: cluster 2023-12-21T03:54:19.396682+0000 mgr.smithi132.rubyiy (mgr.14182) 1010 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:21.960 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:21.960 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:22.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:22 smithi132 bash[26391]: cluster 2023-12-21T03:54:21.397854+0000 mgr.smithi132.rubyiy (mgr.14182) 1011 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:22 smithi184 bash[29684]: cluster 2023-12-21T03:54:21.397854+0000 mgr.smithi132.rubyiy (mgr.14182) 1011 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:23.568 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:23.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:23 smithi132 bash[26391]: audit 2023-12-21T03:54:21.948795+0000 mgr.smithi132.rubyiy (mgr.14182) 1012 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:23 smithi184 bash[29684]: audit 2023-12-21T03:54:21.948795+0000 mgr.smithi132.rubyiy (mgr.14182) 1012 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:24.953 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:24 smithi132 bash[26391]: cluster 2023-12-21T03:54:23.399155+0000 mgr.smithi132.rubyiy (mgr.14182) 1013 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:24 smithi184 bash[29684]: cluster 2023-12-21T03:54:23.399155+0000 mgr.smithi132.rubyiy (mgr.14182) 1013 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:26.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:26 smithi132 bash[26391]: cluster 2023-12-21T03:54:25.400043+0000 mgr.smithi132.rubyiy (mgr.14182) 1014 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:26.823 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:26.823 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:26.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:26 smithi184 bash[29684]: cluster 2023-12-21T03:54:25.400043+0000 mgr.smithi132.rubyiy (mgr.14182) 1014 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:27.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:28.503 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:28 smithi184 bash[29684]: audit 2023-12-21T03:54:26.813276+0000 mgr.smithi132.rubyiy (mgr.14182) 1015 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:28.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:28 smithi184 bash[29684]: cluster 2023-12-21T03:54:27.400983+0000 mgr.smithi132.rubyiy (mgr.14182) 1016 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:28.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:28 smithi132 bash[26391]: audit 2023-12-21T03:54:26.813276+0000 mgr.smithi132.rubyiy (mgr.14182) 1015 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:28.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:28 smithi132 bash[26391]: cluster 2023-12-21T03:54:27.400983+0000 mgr.smithi132.rubyiy (mgr.14182) 1016 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:30 smithi184 bash[29684]: cluster 2023-12-21T03:54:29.402179+0000 mgr.smithi132.rubyiy (mgr.14182) 1017 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:30.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:30 smithi132 bash[26391]: cluster 2023-12-21T03:54:29.402179+0000 mgr.smithi132.rubyiy (mgr.14182) 1017 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:31.811 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:31.811 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:32.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:32.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:32 smithi132 bash[26391]: cluster 2023-12-21T03:54:31.402975+0000 mgr.smithi132.rubyiy (mgr.14182) 1018 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:32.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:32 smithi184 bash[29684]: cluster 2023-12-21T03:54:31.402975+0000 mgr.smithi132.rubyiy (mgr.14182) 1018 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:33.437 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:33.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:33 smithi132 bash[26391]: audit 2023-12-21T03:54:31.801659+0000 mgr.smithi132.rubyiy (mgr.14182) 1019 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:33.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:33 smithi184 bash[29684]: audit 2023-12-21T03:54:31.801659+0000 mgr.smithi132.rubyiy (mgr.14182) 1019 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:34.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:34 smithi132 bash[26391]: cluster 2023-12-21T03:54:33.404225+0000 mgr.smithi132.rubyiy (mgr.14182) 1020 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:34.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:34 smithi184 bash[29684]: cluster 2023-12-21T03:54:33.404225+0000 mgr.smithi132.rubyiy (mgr.14182) 1020 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:36.707 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:36.707 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:36.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:36 smithi184 bash[29684]: cluster 2023-12-21T03:54:35.405217+0000 mgr.smithi132.rubyiy (mgr.14182) 1021 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:36.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:36 smithi132 bash[26391]: cluster 2023-12-21T03:54:35.405217+0000 mgr.smithi132.rubyiy (mgr.14182) 1021 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:37.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:38.357 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:38 smithi184 bash[29684]: audit 2023-12-21T03:54:36.700585+0000 mgr.smithi132.rubyiy (mgr.14182) 1022 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:38.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:38 smithi184 bash[29684]: cluster 2023-12-21T03:54:37.406613+0000 mgr.smithi132.rubyiy (mgr.14182) 1023 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:38.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:38 smithi132 bash[26391]: audit 2023-12-21T03:54:36.700585+0000 mgr.smithi132.rubyiy (mgr.14182) 1022 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:38.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:38 smithi132 bash[26391]: cluster 2023-12-21T03:54:37.406613+0000 mgr.smithi132.rubyiy (mgr.14182) 1023 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:40 smithi184 bash[29684]: cluster 2023-12-21T03:54:39.407672+0000 mgr.smithi132.rubyiy (mgr.14182) 1024 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:40.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:40 smithi132 bash[26391]: cluster 2023-12-21T03:54:39.407672+0000 mgr.smithi132.rubyiy (mgr.14182) 1024 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:41.511 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:41.511 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:42.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:42 smithi184 bash[29684]: cluster 2023-12-21T03:54:41.408808+0000 mgr.smithi132.rubyiy (mgr.14182) 1025 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:42.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:42 smithi184 bash[29684]: audit 2023-12-21T03:54:41.502730+0000 mgr.smithi132.rubyiy (mgr.14182) 1026 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:42 smithi132 bash[26391]: cluster 2023-12-21T03:54:41.408808+0000 mgr.smithi132.rubyiy (mgr.14182) 1025 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:42 smithi132 bash[26391]: audit 2023-12-21T03:54:41.502730+0000 mgr.smithi132.rubyiy (mgr.14182) 1026 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:43.143 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:44.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:44 smithi132 bash[26391]: cluster 2023-12-21T03:54:43.410083+0000 mgr.smithi132.rubyiy (mgr.14182) 1027 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:44 smithi184 bash[29684]: cluster 2023-12-21T03:54:43.410083+0000 mgr.smithi132.rubyiy (mgr.14182) 1027 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:46.220 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:46.220 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:46.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:46.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:46 smithi132 bash[26391]: cluster 2023-12-21T03:54:45.411177+0000 mgr.smithi132.rubyiy (mgr.14182) 1028 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:47.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:46 smithi184 bash[29684]: cluster 2023-12-21T03:54:45.411177+0000 mgr.smithi132.rubyiy (mgr.14182) 1028 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:47.869 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:47.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:47 smithi132 bash[26391]: audit 2023-12-21T03:54:46.211526+0000 mgr.smithi132.rubyiy (mgr.14182) 1029 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:47 smithi184 bash[29684]: audit 2023-12-21T03:54:46.211526+0000 mgr.smithi132.rubyiy (mgr.14182) 1029 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:48.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:48 smithi132 bash[26391]: cluster 2023-12-21T03:54:47.412446+0000 mgr.smithi132.rubyiy (mgr.14182) 1030 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:49.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:48 smithi184 bash[29684]: cluster 2023-12-21T03:54:47.412446+0000 mgr.smithi132.rubyiy (mgr.14182) 1030 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:50.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:50 smithi132 bash[26391]: cluster 2023-12-21T03:54:49.413636+0000 mgr.smithi132.rubyiy (mgr.14182) 1031 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:51.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:50 smithi184 bash[29684]: cluster 2023-12-21T03:54:49.413636+0000 mgr.smithi132.rubyiy (mgr.14182) 1031 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:54:51.151 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:51.151 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:52:36.746166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jmvpxi on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:51.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:51.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:51 smithi132 bash[26391]: audit 2023-12-21T03:54:51.384100+0000 mon.smithi132 (mon.0) 912 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:54:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:51 smithi184 bash[29684]: audit 2023-12-21T03:54:51.384100+0000 mon.smithi132 (mon.0) 912 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:54:52.801 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:52.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:51.145131+0000 mgr.smithi132.rubyiy (mgr.14182) 1032 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: cluster 2023-12-21T03:54:51.414723+0000 mgr.smithi132.rubyiy (mgr.14182) 1033 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:51.687886+0000 mon.smithi132 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:52.002836+0000 mon.smithi132 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:52.004938+0000 mon.smithi132 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:52.015404+0000 mon.smithi132 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:52.025526+0000 mon.smithi132 (mon.0) 917 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:54:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:52 smithi132 bash[26391]: audit 2023-12-21T03:54:52.041807+0000 mon.smithi132 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:51.145131+0000 mgr.smithi132.rubyiy (mgr.14182) 1032 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: cluster 2023-12-21T03:54:51.414723+0000 mgr.smithi132.rubyiy (mgr.14182) 1033 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:54:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:51.687886+0000 mon.smithi132 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:52.002836+0000 mon.smithi132 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:54:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:52.004938+0000 mon.smithi132 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:54:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:52.015404+0000 mon.smithi132 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:53.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:52.025526+0000 mon.smithi132 (mon.0) 917 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:54:53.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:52 smithi184 bash[29684]: audit 2023-12-21T03:54:52.041807+0000 mon.smithi132 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:54:53.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:53 smithi132 bash[26391]: cluster 2023-12-21T03:54:52.016559+0000 mgr.smithi132.rubyiy (mgr.14182) 1034 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:53.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:53 smithi132 bash[26391]: cephadm 2023-12-21T03:54:52.045940+0000 mgr.smithi132.rubyiy (mgr.14182) 1035 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.fqsrgr on smithi184 2023-12-21T03:54:53.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:53 smithi132 bash[26391]: cluster 2023-12-21T03:54:53.011302+0000 mon.smithi132 (mon.0) 919 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:54:53.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:53 smithi132 bash[26391]: cluster 2023-12-21T03:54:53.011372+0000 mon.smithi132 (mon.0) 920 : cluster [INF] Cluster is now healthy 2023-12-21T03:54:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:53 smithi184 bash[29684]: cluster 2023-12-21T03:54:52.016559+0000 mgr.smithi132.rubyiy (mgr.14182) 1034 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:53 smithi184 bash[29684]: cephadm 2023-12-21T03:54:52.045940+0000 mgr.smithi132.rubyiy (mgr.14182) 1035 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.fqsrgr on smithi184 2023-12-21T03:54:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:53 smithi184 bash[29684]: cluster 2023-12-21T03:54:53.011302+0000 mon.smithi132 (mon.0) 919 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:54:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:53 smithi184 bash[29684]: cluster 2023-12-21T03:54:53.011372+0000 mon.smithi132 (mon.0) 920 : cluster [INF] Cluster is now healthy 2023-12-21T03:54:55.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:54 smithi184 bash[29684]: cluster 2023-12-21T03:54:54.017159+0000 mgr.smithi132.rubyiy (mgr.14182) 1036 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:55.223 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:54 smithi132 bash[26391]: cluster 2023-12-21T03:54:54.017159+0000 mgr.smithi132.rubyiy (mgr.14182) 1036 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:56.268 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:54:56.269 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:46.978019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.pimict on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-pimict\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.pimict\nDeploy daemon haproxy.nfs.foo.smithi184.pimict ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.376495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.himzvv on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-himzvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.himzvv\nDeploy daemon haproxy.nfs.foo.smithi132.himzvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:53:51.378836Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.xegdby on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:54:56.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:56 smithi184 bash[29684]: audit 2023-12-21T03:54:55.831432+0000 mon.smithi132 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.fqsrgr"}]: dispatch 2023-12-21T03:54:56.941 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:56 smithi132 bash[26391]: audit 2023-12-21T03:54:55.831432+0000 mon.smithi132 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.fqsrgr"}]: dispatch 2023-12-21T03:54:56.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:54:57.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: cephadm 2023-12-21T03:54:55.830320+0000 mgr.smithi132.rubyiy (mgr.14182) 1037 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.fqsrgr ... 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.fqsrgr ... 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: cephadm 2023-12-21T03:54:55.830845+0000 mgr.smithi132.rubyiy (mgr.14182) 1038 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: cephadm 2023-12-21T03:54:55.832913+0000 mgr.smithi132.rubyiy (mgr.14182) 1039 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.fqsrgr ... 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:54:57.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:54:57.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: cephadm 2023-12-21T03:54:55.837687+0000 mgr.smithi132.rubyiy (mgr.14182) 1040 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.zevmfm on smithi132 2023-12-21T03:54:57.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: cluster 2023-12-21T03:54:56.017678+0000 mgr.smithi132.rubyiy (mgr.14182) 1041 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:57.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:57 smithi184 bash[29684]: audit 2023-12-21T03:54:56.259861+0000 mgr.smithi132.rubyiy (mgr.14182) 1042 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:57.942 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:54:57.957 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: cephadm 2023-12-21T03:54:55.830320+0000 mgr.smithi132.rubyiy (mgr.14182) 1037 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:54:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:54:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.fqsrgr ... 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:54:57.959 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.fqsrgr ... 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: cephadm 2023-12-21T03:54:55.830845+0000 mgr.smithi132.rubyiy (mgr.14182) 1038 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.960 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: cephadm 2023-12-21T03:54:55.832913+0000 mgr.smithi132.rubyiy (mgr.14182) 1039 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.fqsrgr ... 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:54:57.961 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:54:57.962 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: cephadm 2023-12-21T03:54:55.837687+0000 mgr.smithi132.rubyiy (mgr.14182) 1040 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.zevmfm on smithi132 2023-12-21T03:54:57.962 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: cluster 2023-12-21T03:54:56.017678+0000 mgr.smithi132.rubyiy (mgr.14182) 1041 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:57.962 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:57 smithi132 bash[26391]: audit 2023-12-21T03:54:56.259861+0000 mgr.smithi132.rubyiy (mgr.14182) 1042 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:54:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:54:59 smithi132 bash[26391]: cluster 2023-12-21T03:54:58.018580+0000 mgr.smithi132.rubyiy (mgr.14182) 1043 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:54:59.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:54:59 smithi184 bash[29684]: cluster 2023-12-21T03:54:58.018580+0000 mgr.smithi132.rubyiy (mgr.14182) 1043 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T03:55:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:00 smithi184 bash[29684]: audit 2023-12-21T03:54:59.922947+0000 mon.smithi132 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.zevmfm"}]: dispatch 2023-12-21T03:55:00.936 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:00 smithi132 bash[26391]: audit 2023-12-21T03:54:59.922947+0000 mon.smithi132 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.zevmfm"}]: dispatch 2023-12-21T03:55:01.364 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:01.364 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cephadm 2023-12-21T03:54:59.921639+0000 mgr.smithi132.rubyiy (mgr.14182) 1044 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:55:01.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.zevmfm ... 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:55:01.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:55:01.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:55:01.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.zevmfm ... 2023-12-21T03:55:01.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cephadm 2023-12-21T03:54:59.922268+0000 mgr.smithi132.rubyiy (mgr.14182) 1045 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cephadm 2023-12-21T03:54:59.924442+0000 mgr.smithi132.rubyiy (mgr.14182) 1046 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:55:01.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.zevmfm ... 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:55:01.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:55:01.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:55:01.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cephadm 2023-12-21T03:54:59.927813+0000 mgr.smithi132.rubyiy (mgr.14182) 1047 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:55:01.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cephadm 2023-12-21T03:54:59.930015+0000 mgr.smithi132.rubyiy (mgr.14182) 1048 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:55:01.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cluster 2023-12-21T03:54:59.931393+0000 mgr.smithi132.rubyiy (mgr.14182) 1049 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:55:01.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:01 smithi132 bash[26391]: cluster 2023-12-21T03:55:00.606328+0000 mon.smithi132 (mon.0) 923 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:55:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cephadm 2023-12-21T03:54:59.921639+0000 mgr.smithi132.rubyiy (mgr.14182) 1044 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.zevmfm ... 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:55:01.889 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.zevmfm ... 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:55:01.890 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cephadm 2023-12-21T03:54:59.922268+0000 mgr.smithi132.rubyiy (mgr.14182) 1045 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cephadm 2023-12-21T03:54:59.924442+0000 mgr.smithi132.rubyiy (mgr.14182) 1046 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.zevmfm ... 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:55:01.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:55:01.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cephadm 2023-12-21T03:54:59.927813+0000 mgr.smithi132.rubyiy (mgr.14182) 1047 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:55:01.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cephadm 2023-12-21T03:54:59.930015+0000 mgr.smithi132.rubyiy (mgr.14182) 1048 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:55:01.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cluster 2023-12-21T03:54:59.931393+0000 mgr.smithi132.rubyiy (mgr.14182) 1049 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:55:01.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:01 smithi184 bash[29684]: cluster 2023-12-21T03:55:00.606328+0000 mon.smithi132 (mon.0) 923 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:55:01.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:02.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:02 smithi184 bash[29684]: audit 2023-12-21T03:55:01.354931+0000 mgr.smithi132.rubyiy (mgr.14182) 1050 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:02.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:02 smithi132 bash[26391]: audit 2023-12-21T03:55:01.354931+0000 mgr.smithi132.rubyiy (mgr.14182) 1050 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:02.996 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:03.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:03 smithi184 bash[29684]: cluster 2023-12-21T03:55:01.932227+0000 mgr.smithi132.rubyiy (mgr.14182) 1051 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:55:03.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:03 smithi132 bash[26391]: cluster 2023-12-21T03:55:01.932227+0000 mgr.smithi132.rubyiy (mgr.14182) 1051 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:55:05.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:05 smithi184 bash[29684]: cluster 2023-12-21T03:55:03.933374+0000 mgr.smithi132.rubyiy (mgr.14182) 1052 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:05.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:05 smithi184 bash[29684]: audit 2023-12-21T03:55:04.028691+0000 mon.smithi132 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:55:05.473 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:05 smithi132 bash[26391]: cluster 2023-12-21T03:55:03.933374+0000 mgr.smithi132.rubyiy (mgr.14182) 1052 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:05.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:05 smithi132 bash[26391]: audit 2023-12-21T03:55:04.028691+0000 mon.smithi132 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:55:06.389 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:06.389 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:07.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:07 smithi184 bash[29684]: cluster 2023-12-21T03:55:05.934637+0000 mgr.smithi132.rubyiy (mgr.14182) 1053 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:07.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:07 smithi184 bash[29684]: audit 2023-12-21T03:55:06.377415+0000 mgr.smithi132.rubyiy (mgr.14182) 1054 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:07 smithi132 bash[26391]: cluster 2023-12-21T03:55:05.934637+0000 mgr.smithi132.rubyiy (mgr.14182) 1053 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:07 smithi132 bash[26391]: audit 2023-12-21T03:55:06.377415+0000 mgr.smithi132.rubyiy (mgr.14182) 1054 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:08.031 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:09 smithi184 bash[29684]: cluster 2023-12-21T03:55:07.935810+0000 mgr.smithi132.rubyiy (mgr.14182) 1055 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:09.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:09 smithi132 bash[26391]: cluster 2023-12-21T03:55:07.935810+0000 mgr.smithi132.rubyiy (mgr.14182) 1055 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:11.361 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:11.361 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:11.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:11 smithi132 bash[26391]: cluster 2023-12-21T03:55:09.936997+0000 mgr.smithi132.rubyiy (mgr.14182) 1056 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:11 smithi184 bash[29684]: cluster 2023-12-21T03:55:09.936997+0000 mgr.smithi132.rubyiy (mgr.14182) 1056 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:11.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:12 smithi184 bash[29684]: audit 2023-12-21T03:55:11.351819+0000 mgr.smithi132.rubyiy (mgr.14182) 1057 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:12.972 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:12.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:12 smithi132 bash[26391]: audit 2023-12-21T03:55:11.351819+0000 mgr.smithi132.rubyiy (mgr.14182) 1057 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:13 smithi184 bash[29684]: cluster 2023-12-21T03:55:11.938500+0000 mgr.smithi132.rubyiy (mgr.14182) 1058 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:13.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:13 smithi132 bash[26391]: cluster 2023-12-21T03:55:11.938500+0000 mgr.smithi132.rubyiy (mgr.14182) 1058 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:15 smithi184 bash[29684]: cluster 2023-12-21T03:55:13.939817+0000 mgr.smithi132.rubyiy (mgr.14182) 1059 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:15.921 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:15 smithi132 bash[26391]: cluster 2023-12-21T03:55:13.939817+0000 mgr.smithi132.rubyiy (mgr.14182) 1059 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:16.278 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:16.278 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:16.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:17 smithi184 bash[29684]: cluster 2023-12-21T03:55:15.941253+0000 mgr.smithi132.rubyiy (mgr.14182) 1060 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:17.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:17 smithi184 bash[29684]: audit 2023-12-21T03:55:16.268735+0000 mgr.smithi132.rubyiy (mgr.14182) 1061 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:17.905 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:17.918 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:17 smithi132 bash[26391]: cluster 2023-12-21T03:55:15.941253+0000 mgr.smithi132.rubyiy (mgr.14182) 1060 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:17.919 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:17 smithi132 bash[26391]: audit 2023-12-21T03:55:16.268735+0000 mgr.smithi132.rubyiy (mgr.14182) 1061 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:19.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:19 smithi132 bash[26391]: cluster 2023-12-21T03:55:17.942154+0000 mgr.smithi132.rubyiy (mgr.14182) 1062 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:20.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:19 smithi184 bash[29684]: cluster 2023-12-21T03:55:17.942154+0000 mgr.smithi132.rubyiy (mgr.14182) 1062 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:21.301 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:21.301 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:21.898 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:21 smithi132 bash[26391]: cluster 2023-12-21T03:55:19.943342+0000 mgr.smithi132.rubyiy (mgr.14182) 1063 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:21.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:21 smithi184 bash[29684]: cluster 2023-12-21T03:55:19.943342+0000 mgr.smithi132.rubyiy (mgr.14182) 1063 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:22.900 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:22.913 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:22 smithi132 bash[26391]: audit 2023-12-21T03:55:21.296532+0000 mgr.smithi132.rubyiy (mgr.14182) 1064 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:22 smithi184 bash[29684]: audit 2023-12-21T03:55:21.296532+0000 mgr.smithi132.rubyiy (mgr.14182) 1064 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:23.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:23 smithi132 bash[26391]: cluster 2023-12-21T03:55:21.944523+0000 mgr.smithi132.rubyiy (mgr.14182) 1065 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:23 smithi184 bash[29684]: cluster 2023-12-21T03:55:21.944523+0000 mgr.smithi132.rubyiy (mgr.14182) 1065 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:25.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:25 smithi132 bash[26391]: cluster 2023-12-21T03:55:23.945840+0000 mgr.smithi132.rubyiy (mgr.14182) 1066 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:25 smithi184 bash[29684]: cluster 2023-12-21T03:55:23.945840+0000 mgr.smithi132.rubyiy (mgr.14182) 1066 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:26.165 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:26.165 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:26.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:27.775 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:27.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:27 smithi132 bash[26391]: cluster 2023-12-21T03:55:25.946889+0000 mgr.smithi132.rubyiy (mgr.14182) 1067 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:27.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:27 smithi132 bash[26391]: audit 2023-12-21T03:55:26.153179+0000 mgr.smithi132.rubyiy (mgr.14182) 1068 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:27 smithi184 bash[29684]: cluster 2023-12-21T03:55:25.946889+0000 mgr.smithi132.rubyiy (mgr.14182) 1067 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:27 smithi184 bash[29684]: audit 2023-12-21T03:55:26.153179+0000 mgr.smithi132.rubyiy (mgr.14182) 1068 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:29.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:29 smithi132 bash[26391]: cluster 2023-12-21T03:55:27.948057+0000 mgr.smithi132.rubyiy (mgr.14182) 1069 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:30.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:29 smithi184 bash[29684]: cluster 2023-12-21T03:55:27.948057+0000 mgr.smithi132.rubyiy (mgr.14182) 1069 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:31.036 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:31.036 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:31.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:31.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:31 smithi132 bash[26391]: cluster 2023-12-21T03:55:29.949177+0000 mgr.smithi132.rubyiy (mgr.14182) 1070 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:31 smithi184 bash[29684]: cluster 2023-12-21T03:55:29.949177+0000 mgr.smithi132.rubyiy (mgr.14182) 1070 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:32.668 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:32.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:32 smithi132 bash[26391]: audit 2023-12-21T03:55:31.027486+0000 mgr.smithi132.rubyiy (mgr.14182) 1071 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:32 smithi184 bash[29684]: audit 2023-12-21T03:55:31.027486+0000 mgr.smithi132.rubyiy (mgr.14182) 1071 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:33.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:33 smithi132 bash[26391]: cluster 2023-12-21T03:55:31.950370+0000 mgr.smithi132.rubyiy (mgr.14182) 1072 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:34.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:33 smithi184 bash[29684]: cluster 2023-12-21T03:55:31.950370+0000 mgr.smithi132.rubyiy (mgr.14182) 1072 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:35.872 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:35.872 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:35.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:35 smithi132 bash[26391]: cluster 2023-12-21T03:55:33.951714+0000 mgr.smithi132.rubyiy (mgr.14182) 1073 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:35 smithi184 bash[29684]: cluster 2023-12-21T03:55:33.951714+0000 mgr.smithi132.rubyiy (mgr.14182) 1073 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:36.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:37.516 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:37.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:37 smithi132 bash[26391]: audit 2023-12-21T03:55:35.863180+0000 mgr.smithi132.rubyiy (mgr.14182) 1074 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:37 smithi132 bash[26391]: cluster 2023-12-21T03:55:35.953025+0000 mgr.smithi132.rubyiy (mgr.14182) 1075 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:37 smithi184 bash[29684]: audit 2023-12-21T03:55:35.863180+0000 mgr.smithi132.rubyiy (mgr.14182) 1074 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:37 smithi184 bash[29684]: cluster 2023-12-21T03:55:35.953025+0000 mgr.smithi132.rubyiy (mgr.14182) 1075 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:38.895 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:38 smithi132 bash[26391]: cluster 2023-12-21T03:55:37.954285+0000 mgr.smithi132.rubyiy (mgr.14182) 1076 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:39.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:38 smithi184 bash[29684]: cluster 2023-12-21T03:55:37.954285+0000 mgr.smithi132.rubyiy (mgr.14182) 1076 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:40.714 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:40.715 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:41.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:41 smithi184 bash[29684]: cluster 2023-12-21T03:55:39.955475+0000 mgr.smithi132.rubyiy (mgr.14182) 1077 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:41.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:41 smithi184 bash[29684]: audit 2023-12-21T03:55:40.702314+0000 mgr.smithi132.rubyiy (mgr.14182) 1078 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:41.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:41 smithi132 bash[26391]: cluster 2023-12-21T03:55:39.955475+0000 mgr.smithi132.rubyiy (mgr.14182) 1077 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:41.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:41 smithi132 bash[26391]: audit 2023-12-21T03:55:40.702314+0000 mgr.smithi132.rubyiy (mgr.14182) 1078 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:42.336 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:43.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:43 smithi132 bash[26391]: cluster 2023-12-21T03:55:41.956676+0000 mgr.smithi132.rubyiy (mgr.14182) 1079 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:43.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:43 smithi184 bash[29684]: cluster 2023-12-21T03:55:41.956676+0000 mgr.smithi132.rubyiy (mgr.14182) 1079 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:45.626 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:45.626 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:45.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:45 smithi184 bash[29684]: cluster 2023-12-21T03:55:43.958006+0000 mgr.smithi132.rubyiy (mgr.14182) 1080 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:45.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:45 smithi132 bash[26391]: cluster 2023-12-21T03:55:43.958006+0000 mgr.smithi132.rubyiy (mgr.14182) 1080 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:46.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:46.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:46 smithi184 bash[29684]: audit 2023-12-21T03:55:45.618227+0000 mgr.smithi132.rubyiy (mgr.14182) 1081 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:46.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:46 smithi132 bash[26391]: audit 2023-12-21T03:55:45.618227+0000 mgr.smithi132.rubyiy (mgr.14182) 1081 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:47.279 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:47.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:47 smithi184 bash[29684]: cluster 2023-12-21T03:55:45.959242+0000 mgr.smithi132.rubyiy (mgr.14182) 1082 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:47.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:47 smithi132 bash[26391]: cluster 2023-12-21T03:55:45.959242+0000 mgr.smithi132.rubyiy (mgr.14182) 1082 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:49.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:49 smithi132 bash[26391]: cluster 2023-12-21T03:55:47.960417+0000 mgr.smithi132.rubyiy (mgr.14182) 1083 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:49.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:49 smithi184 bash[29684]: cluster 2023-12-21T03:55:47.960417+0000 mgr.smithi132.rubyiy (mgr.14182) 1083 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:50.682 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:50.682 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:51.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:51.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:51 smithi132 bash[26391]: cluster 2023-12-21T03:55:49.961595+0000 mgr.smithi132.rubyiy (mgr.14182) 1084 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:51.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:51 smithi132 bash[26391]: audit 2023-12-21T03:55:50.678277+0000 mgr.smithi132.rubyiy (mgr.14182) 1085 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:51 smithi184 bash[29684]: cluster 2023-12-21T03:55:49.961595+0000 mgr.smithi132.rubyiy (mgr.14182) 1084 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:51 smithi184 bash[29684]: audit 2023-12-21T03:55:50.678277+0000 mgr.smithi132.rubyiy (mgr.14182) 1085 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:52.361 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:53.732 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:53 smithi132 bash[26391]: cluster 2023-12-21T03:55:51.962777+0000 mgr.smithi132.rubyiy (mgr.14182) 1086 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:53 smithi184 bash[29684]: cluster 2023-12-21T03:55:51.962777+0000 mgr.smithi132.rubyiy (mgr.14182) 1086 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:55:55.490 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:55:55.491 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:55:55.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:55 smithi132 bash[26391]: cluster 2023-12-21T03:55:53.964073+0000 mgr.smithi132.rubyiy (mgr.14182) 1087 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:56.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:55:56.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:55 smithi184 bash[29684]: cluster 2023-12-21T03:55:53.964073+0000 mgr.smithi132.rubyiy (mgr.14182) 1087 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:56.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:56 smithi132 bash[26391]: audit 2023-12-21T03:55:55.486190+0000 mgr.smithi132.rubyiy (mgr.14182) 1088 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:57.121 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:55:57.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:56 smithi184 bash[29684]: audit 2023-12-21T03:55:55.486190+0000 mgr.smithi132.rubyiy (mgr.14182) 1088 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:55:57.989 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:57 smithi132 bash[26391]: cluster 2023-12-21T03:55:55.965262+0000 mgr.smithi132.rubyiy (mgr.14182) 1089 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:57 smithi184 bash[29684]: cluster 2023-12-21T03:55:55.965262+0000 mgr.smithi132.rubyiy (mgr.14182) 1089 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:55:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:55:59 smithi132 bash[26391]: cluster 2023-12-21T03:55:57.966627+0000 mgr.smithi132.rubyiy (mgr.14182) 1090 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:55:59 smithi184 bash[29684]: cluster 2023-12-21T03:55:57.966627+0000 mgr.smithi132.rubyiy (mgr.14182) 1090 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:00.488 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:00.488 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:53:51.380396Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cllygr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:00.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:00 smithi132 bash[26391]: audit 2023-12-21T03:55:59.934911+0000 mon.smithi132 (mon.0) 925 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:56:00.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:00 smithi132 bash[26391]: audit 2023-12-21T03:56:00.259722+0000 mon.smithi132 (mon.0) 926 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:56:00.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:00 smithi132 bash[26391]: audit 2023-12-21T03:56:00.261155+0000 mon.smithi132 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:56:00.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:00 smithi132 bash[26391]: audit 2023-12-21T03:56:00.267661+0000 mon.smithi132 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:00.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:00 smithi132 bash[26391]: audit 2023-12-21T03:56:00.274298+0000 mon.smithi132 (mon.0) 929 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:56:00.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:00 smithi132 bash[26391]: audit 2023-12-21T03:56:00.285013+0000 mon.smithi132 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:00 smithi184 bash[29684]: audit 2023-12-21T03:55:59.934911+0000 mon.smithi132 (mon.0) 925 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:56:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:00 smithi184 bash[29684]: audit 2023-12-21T03:56:00.259722+0000 mon.smithi132 (mon.0) 926 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:56:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:00 smithi184 bash[29684]: audit 2023-12-21T03:56:00.261155+0000 mon.smithi132 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:56:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:00 smithi184 bash[29684]: audit 2023-12-21T03:56:00.267661+0000 mon.smithi132 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:00 smithi184 bash[29684]: audit 2023-12-21T03:56:00.274298+0000 mon.smithi132 (mon.0) 929 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:56:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:00 smithi184 bash[29684]: audit 2023-12-21T03:56:00.285013+0000 mon.smithi132 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:01.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:01.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:01 smithi132 bash[26391]: cluster 2023-12-21T03:55:59.967841+0000 mgr.smithi132.rubyiy (mgr.14182) 1091 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:01 smithi132 bash[26391]: cluster 2023-12-21T03:56:00.268575+0000 mgr.smithi132.rubyiy (mgr.14182) 1092 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:01 smithi132 bash[26391]: cephadm 2023-12-21T03:56:00.288616+0000 mgr.smithi132.rubyiy (mgr.14182) 1093 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.tyzqrs on smithi184 2023-12-21T03:56:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:01 smithi132 bash[26391]: audit 2023-12-21T03:56:00.483607+0000 mgr.smithi132.rubyiy (mgr.14182) 1094 : audit [DBG] from='client.25005 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:01 smithi132 bash[26391]: cluster 2023-12-21T03:56:00.671944+0000 mon.smithi132 (mon.0) 931 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:56:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:01 smithi132 bash[26391]: cluster 2023-12-21T03:56:00.672019+0000 mon.smithi132 (mon.0) 932 : cluster [INF] Cluster is now healthy 2023-12-21T03:56:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:01 smithi184 bash[29684]: cluster 2023-12-21T03:55:59.967841+0000 mgr.smithi132.rubyiy (mgr.14182) 1091 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:01 smithi184 bash[29684]: cluster 2023-12-21T03:56:00.268575+0000 mgr.smithi132.rubyiy (mgr.14182) 1092 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:01 smithi184 bash[29684]: cephadm 2023-12-21T03:56:00.288616+0000 mgr.smithi132.rubyiy (mgr.14182) 1093 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.tyzqrs on smithi184 2023-12-21T03:56:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:01 smithi184 bash[29684]: audit 2023-12-21T03:56:00.483607+0000 mgr.smithi132.rubyiy (mgr.14182) 1094 : audit [DBG] from='client.25005 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:01 smithi184 bash[29684]: cluster 2023-12-21T03:56:00.671944+0000 mon.smithi132 (mon.0) 931 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:56:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:01 smithi184 bash[29684]: cluster 2023-12-21T03:56:00.672019+0000 mon.smithi132 (mon.0) 932 : cluster [INF] Cluster is now healthy 2023-12-21T03:56:02.158 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:03.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:03 smithi132 bash[26391]: cluster 2023-12-21T03:56:02.269494+0000 mgr.smithi132.rubyiy (mgr.14182) 1095 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:03.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:03 smithi132 bash[26391]: audit 2023-12-21T03:56:03.124016+0000 mon.smithi132 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:04.067 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:03 smithi184 bash[29684]: cluster 2023-12-21T03:56:02.269494+0000 mgr.smithi132.rubyiy (mgr.14182) 1095 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:04.067 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:03 smithi184 bash[29684]: audit 2023-12-21T03:56:03.124016+0000 mon.smithi132 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:04.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:04 smithi132 bash[26391]: audit 2023-12-21T03:56:04.137754+0000 mon.smithi132 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.tyzqrs"}]: dispatch 2023-12-21T03:56:05.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:04 smithi184 bash[29684]: audit 2023-12-21T03:56:04.137754+0000 mon.smithi132 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.tyzqrs"}]: dispatch 2023-12-21T03:56:05.504 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:05.504 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:55.832688Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fqsrgr on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-fqsrgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.fqsrgr\nDeploy daemon haproxy.nfs.foo.smithi184.fqsrgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.924191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.zevmfm on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-zevmfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.zevmfm\nDeploy daemon haproxy.nfs.foo.smithi132.zevmfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:54:59.927677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wyxybv on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: cephadm 2023-12-21T03:56:04.136236+0000 mgr.smithi132.rubyiy (mgr.14182) 1096 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.tyzqrs ... 2023-12-21T03:56:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:05.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.tyzqrs ... 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: cephadm 2023-12-21T03:56:04.136868+0000 mgr.smithi132.rubyiy (mgr.14182) 1097 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: cephadm 2023-12-21T03:56:04.139687+0000 mgr.smithi132.rubyiy (mgr.14182) 1098 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:05.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.tyzqrs ... 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: cephadm 2023-12-21T03:56:04.145114+0000 mgr.smithi132.rubyiy (mgr.14182) 1099 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.klbyqq on smithi132 2023-12-21T03:56:05.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:05 smithi132 bash[26391]: cluster 2023-12-21T03:56:04.270518+0000 mgr.smithi132.rubyiy (mgr.14182) 1100 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: cephadm 2023-12-21T03:56:04.136236+0000 mgr.smithi132.rubyiy (mgr.14182) 1096 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.tyzqrs ... 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:56:06.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.tyzqrs ... 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: cephadm 2023-12-21T03:56:04.136868+0000 mgr.smithi132.rubyiy (mgr.14182) 1097 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: cephadm 2023-12-21T03:56:04.139687+0000 mgr.smithi132.rubyiy (mgr.14182) 1098 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.tyzqrs ... 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: cephadm 2023-12-21T03:56:04.145114+0000 mgr.smithi132.rubyiy (mgr.14182) 1099 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.klbyqq on smithi132 2023-12-21T03:56:06.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:05 smithi184 bash[29684]: cluster 2023-12-21T03:56:04.270518+0000 mgr.smithi132.rubyiy (mgr.14182) 1100 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:06.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:06.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:06 smithi132 bash[26391]: audit 2023-12-21T03:56:05.496171+0000 mgr.smithi132.rubyiy (mgr.14182) 1101 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:06 smithi184 bash[29684]: audit 2023-12-21T03:56:05.496171+0000 mgr.smithi132.rubyiy (mgr.14182) 1101 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:07.182 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:07 smithi132 bash[26391]: cluster 2023-12-21T03:56:06.271496+0000 mgr.smithi132.rubyiy (mgr.14182) 1102 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:07 smithi184 bash[29684]: cluster 2023-12-21T03:56:06.271496+0000 mgr.smithi132.rubyiy (mgr.14182) 1102 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cluster 2023-12-21T03:56:08.272502+0000 mgr.smithi132.rubyiy (mgr.14182) 1103 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cephadm 2023-12-21T03:56:08.340959+0000 mgr.smithi132.rubyiy (mgr.14182) 1104 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.klbyqq ... 2023-12-21T03:56:08.882 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:08.883 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.klbyqq ... 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cephadm 2023-12-21T03:56:08.341195+0000 mgr.smithi132.rubyiy (mgr.14182) 1105 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: audit 2023-12-21T03:56:08.341641+0000 mon.smithi132 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.klbyqq"}]: dispatch 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cephadm 2023-12-21T03:56:08.342864+0000 mgr.smithi132.rubyiy (mgr.14182) 1106 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.klbyqq ... 2023-12-21T03:56:08.884 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cephadm 2023-12-21T03:56:08.344809+0000 mgr.smithi132.rubyiy (mgr.14182) 1107 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cephadm 2023-12-21T03:56:08.346426+0000 mgr.smithi132.rubyiy (mgr.14182) 1108 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:56:08.885 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:08 smithi132 bash[26391]: cluster 2023-12-21T03:56:08.347481+0000 mgr.smithi132.rubyiy (mgr.14182) 1109 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T03:56:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cluster 2023-12-21T03:56:08.272502+0000 mgr.smithi132.rubyiy (mgr.14182) 1103 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cephadm 2023-12-21T03:56:08.340959+0000 mgr.smithi132.rubyiy (mgr.14182) 1104 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.klbyqq ... 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:09.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.klbyqq ... 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:09.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cephadm 2023-12-21T03:56:08.341195+0000 mgr.smithi132.rubyiy (mgr.14182) 1105 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: audit 2023-12-21T03:56:08.341641+0000 mon.smithi132 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.klbyqq"}]: dispatch 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cephadm 2023-12-21T03:56:08.342864+0000 mgr.smithi132.rubyiy (mgr.14182) 1106 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.klbyqq ... 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:56:09.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:56:09.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cephadm 2023-12-21T03:56:08.344809+0000 mgr.smithi132.rubyiy (mgr.14182) 1107 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:56:09.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cephadm 2023-12-21T03:56:08.346426+0000 mgr.smithi132.rubyiy (mgr.14182) 1108 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:56:09.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:08 smithi184 bash[29684]: cluster 2023-12-21T03:56:08.347481+0000 mgr.smithi132.rubyiy (mgr.14182) 1109 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T03:56:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:09 smithi184 bash[29684]: cluster 2023-12-21T03:56:08.716453+0000 mon.smithi132 (mon.0) 936 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:56:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:09 smithi184 bash[29684]: audit 2023-12-21T03:56:09.076067+0000 mon.smithi132 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:10.223 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:09 smithi132 bash[26391]: cluster 2023-12-21T03:56:08.716453+0000 mon.smithi132 (mon.0) 936 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:56:10.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:09 smithi132 bash[26391]: audit 2023-12-21T03:56:09.076067+0000 mon.smithi132 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:10.992 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:10.992 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:11.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:11.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:11 smithi184 bash[29684]: cluster 2023-12-21T03:56:10.348478+0000 mgr.smithi132.rubyiy (mgr.14182) 1110 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:11.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:11 smithi132 bash[26391]: cluster 2023-12-21T03:56:10.348478+0000 mgr.smithi132.rubyiy (mgr.14182) 1110 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:12.644 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:12.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:12 smithi184 bash[29684]: audit 2023-12-21T03:56:10.987110+0000 mgr.smithi132.rubyiy (mgr.14182) 1111 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:12 smithi132 bash[26391]: audit 2023-12-21T03:56:10.987110+0000 mgr.smithi132.rubyiy (mgr.14182) 1111 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:13.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:13 smithi184 bash[29684]: cluster 2023-12-21T03:56:12.349805+0000 mgr.smithi132.rubyiy (mgr.14182) 1112 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:13.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:13 smithi132 bash[26391]: cluster 2023-12-21T03:56:12.349805+0000 mgr.smithi132.rubyiy (mgr.14182) 1112 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:15.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:15 smithi184 bash[29684]: cluster 2023-12-21T03:56:14.351223+0000 mgr.smithi132.rubyiy (mgr.14182) 1113 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:15.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:15 smithi132 bash[26391]: cluster 2023-12-21T03:56:14.351223+0000 mgr.smithi132.rubyiy (mgr.14182) 1113 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:16.037 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:16.037 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:16.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:17.694 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:17.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:17 smithi132 bash[26391]: audit 2023-12-21T03:56:16.025367+0000 mgr.smithi132.rubyiy (mgr.14182) 1114 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:17 smithi132 bash[26391]: cluster 2023-12-21T03:56:16.352443+0000 mgr.smithi132.rubyiy (mgr.14182) 1115 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:17 smithi184 bash[29684]: audit 2023-12-21T03:56:16.025367+0000 mgr.smithi132.rubyiy (mgr.14182) 1114 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:17 smithi184 bash[29684]: cluster 2023-12-21T03:56:16.352443+0000 mgr.smithi132.rubyiy (mgr.14182) 1115 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:19.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:19 smithi184 bash[29684]: audit 2023-12-21T03:56:18.125165+0000 mon.smithi132 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:19.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:19 smithi184 bash[29684]: cluster 2023-12-21T03:56:18.353702+0000 mgr.smithi132.rubyiy (mgr.14182) 1116 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:19.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:19 smithi132 bash[26391]: audit 2023-12-21T03:56:18.125165+0000 mon.smithi132 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:56:19.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:19 smithi132 bash[26391]: cluster 2023-12-21T03:56:18.353702+0000 mgr.smithi132.rubyiy (mgr.14182) 1116 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:56:21.011 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:21.011 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:21.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:21.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:21 smithi184 bash[29684]: cluster 2023-12-21T03:56:20.354693+0000 mgr.smithi132.rubyiy (mgr.14182) 1117 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:21.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:21 smithi132 bash[26391]: cluster 2023-12-21T03:56:20.354693+0000 mgr.smithi132.rubyiy (mgr.14182) 1117 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:22.631 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:22.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:22 smithi184 bash[29684]: audit 2023-12-21T03:56:21.006428+0000 mgr.smithi132.rubyiy (mgr.14182) 1118 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:22 smithi132 bash[26391]: audit 2023-12-21T03:56:21.006428+0000 mgr.smithi132.rubyiy (mgr.14182) 1118 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:23.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:23 smithi184 bash[29684]: cluster 2023-12-21T03:56:22.356008+0000 mgr.smithi132.rubyiy (mgr.14182) 1119 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:23.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:23 smithi132 bash[26391]: cluster 2023-12-21T03:56:22.356008+0000 mgr.smithi132.rubyiy (mgr.14182) 1119 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:25.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:25 smithi132 bash[26391]: cluster 2023-12-21T03:56:24.357196+0000 mgr.smithi132.rubyiy (mgr.14182) 1120 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:25.844 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:25.844 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:25 smithi184 bash[29684]: cluster 2023-12-21T03:56:24.357196+0000 mgr.smithi132.rubyiy (mgr.14182) 1120 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:26.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:27.483 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:27.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:27 smithi132 bash[26391]: audit 2023-12-21T03:56:25.835411+0000 mgr.smithi132.rubyiy (mgr.14182) 1121 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:27 smithi132 bash[26391]: cluster 2023-12-21T03:56:26.358497+0000 mgr.smithi132.rubyiy (mgr.14182) 1122 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:27 smithi184 bash[29684]: audit 2023-12-21T03:56:25.835411+0000 mgr.smithi132.rubyiy (mgr.14182) 1121 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:27 smithi184 bash[29684]: cluster 2023-12-21T03:56:26.358497+0000 mgr.smithi132.rubyiy (mgr.14182) 1122 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:29.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:29 smithi132 bash[26391]: cluster 2023-12-21T03:56:28.359775+0000 mgr.smithi132.rubyiy (mgr.14182) 1123 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:30.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:29 smithi184 bash[29684]: cluster 2023-12-21T03:56:28.359775+0000 mgr.smithi132.rubyiy (mgr.14182) 1123 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:30.826 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:30.826 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:31.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:31.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:31 smithi132 bash[26391]: cluster 2023-12-21T03:56:30.360444+0000 mgr.smithi132.rubyiy (mgr.14182) 1124 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:31 smithi184 bash[29684]: cluster 2023-12-21T03:56:30.360444+0000 mgr.smithi132.rubyiy (mgr.14182) 1124 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:32.466 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:32.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:32 smithi132 bash[26391]: audit 2023-12-21T03:56:30.822084+0000 mgr.smithi132.rubyiy (mgr.14182) 1125 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:32 smithi184 bash[29684]: audit 2023-12-21T03:56:30.822084+0000 mgr.smithi132.rubyiy (mgr.14182) 1125 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:33.901 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:33 smithi132 bash[26391]: cluster 2023-12-21T03:56:32.361675+0000 mgr.smithi132.rubyiy (mgr.14182) 1126 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:34.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:33 smithi184 bash[29684]: cluster 2023-12-21T03:56:32.361675+0000 mgr.smithi132.rubyiy (mgr.14182) 1126 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:35.822 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:35.822 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:35.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:35 smithi132 bash[26391]: cluster 2023-12-21T03:56:34.362916+0000 mgr.smithi132.rubyiy (mgr.14182) 1127 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:35 smithi184 bash[29684]: cluster 2023-12-21T03:56:34.362916+0000 mgr.smithi132.rubyiy (mgr.14182) 1127 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:36.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:37.516 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:37 smithi132 bash[26391]: audit 2023-12-21T03:56:35.809681+0000 mgr.smithi132.rubyiy (mgr.14182) 1128 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:37 smithi132 bash[26391]: cluster 2023-12-21T03:56:36.364194+0000 mgr.smithi132.rubyiy (mgr.14182) 1129 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:37 smithi184 bash[29684]: audit 2023-12-21T03:56:35.809681+0000 mgr.smithi132.rubyiy (mgr.14182) 1128 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:37 smithi184 bash[29684]: cluster 2023-12-21T03:56:36.364194+0000 mgr.smithi132.rubyiy (mgr.14182) 1129 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:39.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:39 smithi132 bash[26391]: cluster 2023-12-21T03:56:38.365632+0000 mgr.smithi132.rubyiy (mgr.14182) 1130 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:39 smithi184 bash[29684]: cluster 2023-12-21T03:56:38.365632+0000 mgr.smithi132.rubyiy (mgr.14182) 1130 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:40.963 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:40.963 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:41.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:41.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:41 smithi132 bash[26391]: cluster 2023-12-21T03:56:40.366705+0000 mgr.smithi132.rubyiy (mgr.14182) 1131 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:41 smithi184 bash[29684]: cluster 2023-12-21T03:56:40.366705+0000 mgr.smithi132.rubyiy (mgr.14182) 1131 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:42.581 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:42.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:42 smithi132 bash[26391]: audit 2023-12-21T03:56:40.952122+0000 mgr.smithi132.rubyiy (mgr.14182) 1132 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:42 smithi184 bash[29684]: audit 2023-12-21T03:56:40.952122+0000 mgr.smithi132.rubyiy (mgr.14182) 1132 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:43.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:43 smithi132 bash[26391]: cluster 2023-12-21T03:56:42.367991+0000 mgr.smithi132.rubyiy (mgr.14182) 1133 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:43 smithi184 bash[29684]: cluster 2023-12-21T03:56:42.367991+0000 mgr.smithi132.rubyiy (mgr.14182) 1133 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:45.656 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:45.656 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:45.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:45 smithi132 bash[26391]: cluster 2023-12-21T03:56:44.369216+0000 mgr.smithi132.rubyiy (mgr.14182) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:46.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:45 smithi184 bash[29684]: cluster 2023-12-21T03:56:44.369216+0000 mgr.smithi132.rubyiy (mgr.14182) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:46.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:46.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:46 smithi132 bash[26391]: audit 2023-12-21T03:56:45.646225+0000 mgr.smithi132.rubyiy (mgr.14182) 1135 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:47.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:46 smithi184 bash[29684]: audit 2023-12-21T03:56:45.646225+0000 mgr.smithi132.rubyiy (mgr.14182) 1135 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:47.255 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:47.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:47 smithi132 bash[26391]: cluster 2023-12-21T03:56:46.370539+0000 mgr.smithi132.rubyiy (mgr.14182) 1136 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:47 smithi184 bash[29684]: cluster 2023-12-21T03:56:46.370539+0000 mgr.smithi132.rubyiy (mgr.14182) 1136 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:48.757 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:48 smithi132 bash[26391]: cluster 2023-12-21T03:56:48.371815+0000 mgr.smithi132.rubyiy (mgr.14182) 1137 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:49.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:48 smithi184 bash[29684]: cluster 2023-12-21T03:56:48.371815+0000 mgr.smithi132.rubyiy (mgr.14182) 1137 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:50.723 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:50.724 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:51.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:51.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:51 smithi184 bash[29684]: cluster 2023-12-21T03:56:50.372775+0000 mgr.smithi132.rubyiy (mgr.14182) 1138 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:51.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:51 smithi132 bash[26391]: cluster 2023-12-21T03:56:50.372775+0000 mgr.smithi132.rubyiy (mgr.14182) 1138 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:52.319 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:53.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:52 smithi132 bash[26391]: audit 2023-12-21T03:56:50.719181+0000 mgr.smithi132.rubyiy (mgr.14182) 1139 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:52 smithi184 bash[29684]: audit 2023-12-21T03:56:50.719181+0000 mgr.smithi132.rubyiy (mgr.14182) 1139 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:53.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:53 smithi132 bash[26391]: cluster 2023-12-21T03:56:52.373753+0000 mgr.smithi132.rubyiy (mgr.14182) 1140 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:53 smithi184 bash[29684]: cluster 2023-12-21T03:56:52.373753+0000 mgr.smithi132.rubyiy (mgr.14182) 1140 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:56:55.506 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:56:55.506 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:56:55.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:55 smithi132 bash[26391]: cluster 2023-12-21T03:56:54.374910+0000 mgr.smithi132.rubyiy (mgr.14182) 1141 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:56.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:55 smithi184 bash[29684]: cluster 2023-12-21T03:56:54.374910+0000 mgr.smithi132.rubyiy (mgr.14182) 1141 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:56.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:56:56.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:56 smithi132 bash[26391]: audit 2023-12-21T03:56:55.496707+0000 mgr.smithi132.rubyiy (mgr.14182) 1142 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:57.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:56 smithi184 bash[29684]: audit 2023-12-21T03:56:55.496707+0000 mgr.smithi132.rubyiy (mgr.14182) 1142 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:56:57.156 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:56:57.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:57 smithi132 bash[26391]: cluster 2023-12-21T03:56:56.376263+0000 mgr.smithi132.rubyiy (mgr.14182) 1143 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:57 smithi184 bash[29684]: cluster 2023-12-21T03:56:56.376263+0000 mgr.smithi132.rubyiy (mgr.14182) 1143 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:56:59.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:56:59 smithi132 bash[26391]: cluster 2023-12-21T03:56:58.377516+0000 mgr.smithi132.rubyiy (mgr.14182) 1144 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:56:59 smithi184 bash[29684]: cluster 2023-12-21T03:56:58.377516+0000 mgr.smithi132.rubyiy (mgr.14182) 1144 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:00.571 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:00.571 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:01.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:01.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:01 smithi132 bash[26391]: cluster 2023-12-21T03:57:00.378512+0000 mgr.smithi132.rubyiy (mgr.14182) 1145 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:01 smithi132 bash[26391]: audit 2023-12-21T03:57:00.561257+0000 mgr.smithi132.rubyiy (mgr.14182) 1146 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:01 smithi184 bash[29684]: cluster 2023-12-21T03:57:00.378512+0000 mgr.smithi132.rubyiy (mgr.14182) 1145 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:01 smithi184 bash[29684]: audit 2023-12-21T03:57:00.561257+0000 mgr.smithi132.rubyiy (mgr.14182) 1146 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:02.189 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:03.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:03 smithi132 bash[26391]: cluster 2023-12-21T03:57:02.379194+0000 mgr.smithi132.rubyiy (mgr.14182) 1147 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:04.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:03 smithi184 bash[29684]: cluster 2023-12-21T03:57:02.379194+0000 mgr.smithi132.rubyiy (mgr.14182) 1147 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:05.384 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:05.384 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:05.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:05 smithi132 bash[26391]: cluster 2023-12-21T03:57:04.380268+0000 mgr.smithi132.rubyiy (mgr.14182) 1148 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:06.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:05 smithi184 bash[29684]: cluster 2023-12-21T03:57:04.380268+0000 mgr.smithi132.rubyiy (mgr.14182) 1148 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:06.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:06 smithi132 bash[26391]: audit 2023-12-21T03:57:05.377140+0000 mgr.smithi132.rubyiy (mgr.14182) 1149 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:07.028 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:06 smithi184 bash[29684]: audit 2023-12-21T03:57:05.377140+0000 mgr.smithi132.rubyiy (mgr.14182) 1149 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:07.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:07 smithi132 bash[26391]: cluster 2023-12-21T03:57:06.381487+0000 mgr.smithi132.rubyiy (mgr.14182) 1150 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:07 smithi184 bash[29684]: cluster 2023-12-21T03:57:06.381487+0000 mgr.smithi132.rubyiy (mgr.14182) 1150 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:08 smithi132 bash[26391]: audit 2023-12-21T03:57:08.350514+0000 mon.smithi132 (mon.0) 939 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:57:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:08 smithi132 bash[26391]: audit 2023-12-21T03:57:08.677699+0000 mon.smithi132 (mon.0) 940 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:57:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:08 smithi132 bash[26391]: audit 2023-12-21T03:57:08.678968+0000 mon.smithi132 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:57:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:08 smithi132 bash[26391]: audit 2023-12-21T03:57:08.686566+0000 mon.smithi132 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:57:08.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:08 smithi132 bash[26391]: audit 2023-12-21T03:57:08.693767+0000 mon.smithi132 (mon.0) 943 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:57:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:08 smithi184 bash[29684]: audit 2023-12-21T03:57:08.350514+0000 mon.smithi132 (mon.0) 939 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:57:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:08 smithi184 bash[29684]: audit 2023-12-21T03:57:08.677699+0000 mon.smithi132 (mon.0) 940 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:57:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:08 smithi184 bash[29684]: audit 2023-12-21T03:57:08.678968+0000 mon.smithi132 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:57:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:08 smithi184 bash[29684]: audit 2023-12-21T03:57:08.686566+0000 mon.smithi132 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:57:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:08 smithi184 bash[29684]: audit 2023-12-21T03:57:08.693767+0000 mon.smithi132 (mon.0) 943 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:57:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:09 smithi132 bash[26391]: cluster 2023-12-21T03:57:08.382626+0000 mgr.smithi132.rubyiy (mgr.14182) 1151 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:09 smithi132 bash[26391]: cluster 2023-12-21T03:57:08.687401+0000 mgr.smithi132.rubyiy (mgr.14182) 1152 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:09 smithi132 bash[26391]: cluster 2023-12-21T03:57:08.702608+0000 mon.smithi132 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:57:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:09 smithi132 bash[26391]: cluster 2023-12-21T03:57:08.702667+0000 mon.smithi132 (mon.0) 945 : cluster [INF] Cluster is now healthy 2023-12-21T03:57:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:09 smithi132 bash[26391]: audit 2023-12-21T03:57:08.714103+0000 mon.smithi132 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:57:09.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:09 smithi132 bash[26391]: cephadm 2023-12-21T03:57:08.719480+0000 mgr.smithi132.rubyiy (mgr.14182) 1153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.kxvnuw on smithi184 2023-12-21T03:57:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:09 smithi184 bash[29684]: cluster 2023-12-21T03:57:08.382626+0000 mgr.smithi132.rubyiy (mgr.14182) 1151 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:09 smithi184 bash[29684]: cluster 2023-12-21T03:57:08.687401+0000 mgr.smithi132.rubyiy (mgr.14182) 1152 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:09 smithi184 bash[29684]: cluster 2023-12-21T03:57:08.702608+0000 mon.smithi132 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:57:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:09 smithi184 bash[29684]: cluster 2023-12-21T03:57:08.702667+0000 mon.smithi132 (mon.0) 945 : cluster [INF] Cluster is now healthy 2023-12-21T03:57:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:09 smithi184 bash[29684]: audit 2023-12-21T03:57:08.714103+0000 mon.smithi132 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:57:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:09 smithi184 bash[29684]: cephadm 2023-12-21T03:57:08.719480+0000 mgr.smithi132.rubyiy (mgr.14182) 1153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.kxvnuw on smithi184 2023-12-21T03:57:10.530 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:10.530 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:54:59.929885Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.qggxsh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:11.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:11 smithi132 bash[26391]: audit 2023-12-21T03:57:10.525272+0000 mgr.smithi132.rubyiy (mgr.14182) 1154 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:11 smithi132 bash[26391]: cluster 2023-12-21T03:57:10.688093+0000 mgr.smithi132.rubyiy (mgr.14182) 1155 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:12.130 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:11 smithi184 bash[29684]: audit 2023-12-21T03:57:10.525272+0000 mgr.smithi132.rubyiy (mgr.14182) 1154 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:12.130 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:11 smithi184 bash[29684]: cluster 2023-12-21T03:57:10.688093+0000 mgr.smithi132.rubyiy (mgr.14182) 1155 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:12.164 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:12.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:12 smithi184 bash[29684]: audit 2023-12-21T03:57:12.557316+0000 mon.smithi132 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.kxvnuw"}]: dispatch 2023-12-21T03:57:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:12 smithi132 bash[26391]: audit 2023-12-21T03:57:12.557316+0000 mon.smithi132 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.kxvnuw"}]: dispatch 2023-12-21T03:57:13.843 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: cephadm 2023-12-21T03:57:12.555977+0000 mgr.smithi132.rubyiy (mgr.14182) 1156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:13.843 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:13.843 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:13.843 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.843 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.kxvnuw ... 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:13.844 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:13.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:57:13.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:57:13.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:57:13.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:57:13.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:57:13.845 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.kxvnuw ... 2023-12-21T03:57:13.846 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: cephadm 2023-12-21T03:57:12.556562+0000 mgr.smithi132.rubyiy (mgr.14182) 1157 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: cephadm 2023-12-21T03:57:12.559220+0000 mgr.smithi132.rubyiy (mgr.14182) 1158 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:13.847 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.kxvnuw ... 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:13.848 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:13.849 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:13.849 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: cephadm 2023-12-21T03:57:12.563981+0000 mgr.smithi132.rubyiy (mgr.14182) 1159 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.durvvs on smithi132 2023-12-21T03:57:13.849 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:13 smithi132 bash[26391]: cluster 2023-12-21T03:57:12.689129+0000 mgr.smithi132.rubyiy (mgr.14182) 1160 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: cephadm 2023-12-21T03:57:12.555977+0000 mgr.smithi132.rubyiy (mgr.14182) 1156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.kxvnuw ... 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:57:14.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.kxvnuw ... 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:14.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: cephadm 2023-12-21T03:57:12.556562+0000 mgr.smithi132.rubyiy (mgr.14182) 1157 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: cephadm 2023-12-21T03:57:12.559220+0000 mgr.smithi132.rubyiy (mgr.14182) 1158 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.kxvnuw ... 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: cephadm 2023-12-21T03:57:12.563981+0000 mgr.smithi132.rubyiy (mgr.14182) 1159 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.durvvs on smithi132 2023-12-21T03:57:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:13 smithi184 bash[29684]: cluster 2023-12-21T03:57:12.689129+0000 mgr.smithi132.rubyiy (mgr.14182) 1160 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:15.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:14 smithi184 bash[29684]: cluster 2023-12-21T03:57:14.690025+0000 mgr.smithi132.rubyiy (mgr.14182) 1161 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:15.223 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:14 smithi132 bash[26391]: cluster 2023-12-21T03:57:14.690025+0000 mgr.smithi132.rubyiy (mgr.14182) 1161 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:57:15.792 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:15.792 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:04.139445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tyzqrs on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-tyzqrs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.tyzqrs\nDeploy daemon haproxy.nfs.foo.smithi184.tyzqrs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.342734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.klbyqq on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-klbyqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.klbyqq\nDeploy daemon haproxy.nfs.foo.smithi132.klbyqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:56:08.344693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.absqrg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:16.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:16.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:16 smithi132 bash[26391]: audit 2023-12-21T03:57:16.507760+0000 mon.smithi132 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.durvvs"}]: dispatch 2023-12-21T03:57:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:16 smithi184 bash[29684]: audit 2023-12-21T03:57:16.507760+0000 mon.smithi132 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.durvvs"}]: dispatch 2023-12-21T03:57:17.537 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: audit 2023-12-21T03:57:15.779996+0000 mgr.smithi132.rubyiy (mgr.14182) 1162 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cephadm 2023-12-21T03:57:16.506510+0000 mgr.smithi132.rubyiy (mgr.14182) 1163 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.durvvs ... 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:57:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.durvvs ... 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cephadm 2023-12-21T03:57:16.507006+0000 mgr.smithi132.rubyiy (mgr.14182) 1164 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cephadm 2023-12-21T03:57:16.509771+0000 mgr.smithi132.rubyiy (mgr.14182) 1165 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:17.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.durvvs ... 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cephadm 2023-12-21T03:57:16.514049+0000 mgr.smithi132.rubyiy (mgr.14182) 1166 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cephadm 2023-12-21T03:57:16.517658+0000 mgr.smithi132.rubyiy (mgr.14182) 1167 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cluster 2023-12-21T03:57:16.519277+0000 mgr.smithi132.rubyiy (mgr.14182) 1168 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:57:17.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:17 smithi132 bash[26391]: cluster 2023-12-21T03:57:16.639921+0000 mon.smithi132 (mon.0) 949 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:57:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: audit 2023-12-21T03:57:15.779996+0000 mgr.smithi132.rubyiy (mgr.14182) 1162 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cephadm 2023-12-21T03:57:16.506510+0000 mgr.smithi132.rubyiy (mgr.14182) 1163 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.durvvs ... 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:57:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.durvvs ... 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:18.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cephadm 2023-12-21T03:57:16.507006+0000 mgr.smithi132.rubyiy (mgr.14182) 1164 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cephadm 2023-12-21T03:57:16.509771+0000 mgr.smithi132.rubyiy (mgr.14182) 1165 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.durvvs ... 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:57:18.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:57:18.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cephadm 2023-12-21T03:57:16.514049+0000 mgr.smithi132.rubyiy (mgr.14182) 1166 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:57:18.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cephadm 2023-12-21T03:57:16.517658+0000 mgr.smithi132.rubyiy (mgr.14182) 1167 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:57:18.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cluster 2023-12-21T03:57:16.519277+0000 mgr.smithi132.rubyiy (mgr.14182) 1168 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:57:18.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:17 smithi184 bash[29684]: cluster 2023-12-21T03:57:16.639921+0000 mon.smithi132 (mon.0) 949 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:57:19.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:19 smithi132 bash[26391]: cluster 2023-12-21T03:57:18.520593+0000 mgr.smithi132.rubyiy (mgr.14182) 1169 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:57:19.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:19 smithi132 bash[26391]: audit 2023-12-21T03:57:19.129148+0000 mon.smithi132 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:57:20.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:19 smithi184 bash[29684]: cluster 2023-12-21T03:57:18.520593+0000 mgr.smithi132.rubyiy (mgr.14182) 1169 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:57:20.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:19 smithi184 bash[29684]: audit 2023-12-21T03:57:19.129148+0000 mon.smithi132 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:57:21.057 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:21.057 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:21.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:21.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:21 smithi132 bash[26391]: cluster 2023-12-21T03:57:20.521708+0000 mgr.smithi132.rubyiy (mgr.14182) 1170 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:57:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:21 smithi184 bash[29684]: cluster 2023-12-21T03:57:20.521708+0000 mgr.smithi132.rubyiy (mgr.14182) 1170 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:57:22.701 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:22.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:22 smithi132 bash[26391]: audit 2023-12-21T03:57:21.045206+0000 mgr.smithi132.rubyiy (mgr.14182) 1171 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:22 smithi184 bash[29684]: audit 2023-12-21T03:57:21.045206+0000 mgr.smithi132.rubyiy (mgr.14182) 1171 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:23.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:23 smithi132 bash[26391]: cluster 2023-12-21T03:57:22.523036+0000 mgr.smithi132.rubyiy (mgr.14182) 1172 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T03:57:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:23 smithi184 bash[29684]: cluster 2023-12-21T03:57:22.523036+0000 mgr.smithi132.rubyiy (mgr.14182) 1172 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T03:57:25.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:25 smithi132 bash[26391]: cluster 2023-12-21T03:57:24.524309+0000 mgr.smithi132.rubyiy (mgr.14182) 1173 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:57:26.043 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:26.043 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:25 smithi184 bash[29684]: cluster 2023-12-21T03:57:24.524309+0000 mgr.smithi132.rubyiy (mgr.14182) 1173 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:57:26.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:27.696 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:27 smithi132 bash[26391]: audit 2023-12-21T03:57:26.031877+0000 mgr.smithi132.rubyiy (mgr.14182) 1174 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:27 smithi132 bash[26391]: cluster 2023-12-21T03:57:26.525586+0000 mgr.smithi132.rubyiy (mgr.14182) 1175 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:57:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:27 smithi184 bash[29684]: audit 2023-12-21T03:57:26.031877+0000 mgr.smithi132.rubyiy (mgr.14182) 1174 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:27 smithi184 bash[29684]: cluster 2023-12-21T03:57:26.525586+0000 mgr.smithi132.rubyiy (mgr.14182) 1175 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T03:57:29.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:29 smithi132 bash[26391]: cluster 2023-12-21T03:57:28.526911+0000 mgr.smithi132.rubyiy (mgr.14182) 1176 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:30.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:29 smithi184 bash[29684]: cluster 2023-12-21T03:57:28.526911+0000 mgr.smithi132.rubyiy (mgr.14182) 1176 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:31.017 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:31.017 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:31.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:31.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:31 smithi132 bash[26391]: cluster 2023-12-21T03:57:30.528011+0000 mgr.smithi132.rubyiy (mgr.14182) 1177 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:31 smithi184 bash[29684]: cluster 2023-12-21T03:57:30.528011+0000 mgr.smithi132.rubyiy (mgr.14182) 1177 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:32.656 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:32 smithi132 bash[26391]: audit 2023-12-21T03:57:31.008131+0000 mgr.smithi132.rubyiy (mgr.14182) 1178 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:32 smithi184 bash[29684]: audit 2023-12-21T03:57:31.008131+0000 mgr.smithi132.rubyiy (mgr.14182) 1178 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:33.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:33 smithi132 bash[26391]: cluster 2023-12-21T03:57:32.529349+0000 mgr.smithi132.rubyiy (mgr.14182) 1179 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:34.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:33 smithi184 bash[29684]: cluster 2023-12-21T03:57:32.529349+0000 mgr.smithi132.rubyiy (mgr.14182) 1179 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:35.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:35 smithi132 bash[26391]: cluster 2023-12-21T03:57:34.530658+0000 mgr.smithi132.rubyiy (mgr.14182) 1180 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:35.920 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:35.920 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:35 smithi184 bash[29684]: cluster 2023-12-21T03:57:34.530658+0000 mgr.smithi132.rubyiy (mgr.14182) 1180 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:36.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:37.537 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:37 smithi132 bash[26391]: audit 2023-12-21T03:57:35.908231+0000 mgr.smithi132.rubyiy (mgr.14182) 1181 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:37 smithi132 bash[26391]: cluster 2023-12-21T03:57:36.531991+0000 mgr.smithi132.rubyiy (mgr.14182) 1182 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:37 smithi184 bash[29684]: audit 2023-12-21T03:57:35.908231+0000 mgr.smithi132.rubyiy (mgr.14182) 1181 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:37 smithi184 bash[29684]: cluster 2023-12-21T03:57:36.531991+0000 mgr.smithi132.rubyiy (mgr.14182) 1182 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:39 smithi184 bash[29684]: cluster 2023-12-21T03:57:38.533305+0000 mgr.smithi132.rubyiy (mgr.14182) 1183 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:40.223 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:39 smithi132 bash[26391]: cluster 2023-12-21T03:57:38.533305+0000 mgr.smithi132.rubyiy (mgr.14182) 1183 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:40.995 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:40.995 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:41.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:41.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:41 smithi132 bash[26391]: cluster 2023-12-21T03:57:40.534370+0000 mgr.smithi132.rubyiy (mgr.14182) 1184 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:41 smithi184 bash[29684]: cluster 2023-12-21T03:57:40.534370+0000 mgr.smithi132.rubyiy (mgr.14182) 1184 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:42.619 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:42 smithi132 bash[26391]: audit 2023-12-21T03:57:40.985336+0000 mgr.smithi132.rubyiy (mgr.14182) 1185 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:42 smithi184 bash[29684]: audit 2023-12-21T03:57:40.985336+0000 mgr.smithi132.rubyiy (mgr.14182) 1185 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:43.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:43 smithi132 bash[26391]: cluster 2023-12-21T03:57:42.536128+0000 mgr.smithi132.rubyiy (mgr.14182) 1186 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:43 smithi184 bash[29684]: cluster 2023-12-21T03:57:42.536128+0000 mgr.smithi132.rubyiy (mgr.14182) 1186 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:45.817 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:45.818 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:45.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:45 smithi132 bash[26391]: cluster 2023-12-21T03:57:44.537365+0000 mgr.smithi132.rubyiy (mgr.14182) 1187 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:46.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:45 smithi184 bash[29684]: cluster 2023-12-21T03:57:44.537365+0000 mgr.smithi132.rubyiy (mgr.14182) 1187 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:46.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:47.440 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:47.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:47 smithi132 bash[26391]: audit 2023-12-21T03:57:45.804956+0000 mgr.smithi132.rubyiy (mgr.14182) 1188 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:47.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:47 smithi132 bash[26391]: cluster 2023-12-21T03:57:46.538627+0000 mgr.smithi132.rubyiy (mgr.14182) 1189 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:47 smithi184 bash[29684]: audit 2023-12-21T03:57:45.804956+0000 mgr.smithi132.rubyiy (mgr.14182) 1188 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:47 smithi184 bash[29684]: cluster 2023-12-21T03:57:46.538627+0000 mgr.smithi132.rubyiy (mgr.14182) 1189 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:49.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:49 smithi132 bash[26391]: cluster 2023-12-21T03:57:48.539981+0000 mgr.smithi132.rubyiy (mgr.14182) 1190 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:50.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:49 smithi184 bash[29684]: cluster 2023-12-21T03:57:48.539981+0000 mgr.smithi132.rubyiy (mgr.14182) 1190 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:50.727 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:50.727 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:51.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:51 smithi132 bash[26391]: cluster 2023-12-21T03:57:50.540865+0000 mgr.smithi132.rubyiy (mgr.14182) 1191 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:51 smithi132 bash[26391]: audit 2023-12-21T03:57:50.714281+0000 mgr.smithi132.rubyiy (mgr.14182) 1192 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:51 smithi184 bash[29684]: cluster 2023-12-21T03:57:50.540865+0000 mgr.smithi132.rubyiy (mgr.14182) 1191 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:51 smithi184 bash[29684]: audit 2023-12-21T03:57:50.714281+0000 mgr.smithi132.rubyiy (mgr.14182) 1192 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:52.329 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:53.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:53 smithi132 bash[26391]: cluster 2023-12-21T03:57:52.542192+0000 mgr.smithi132.rubyiy (mgr.14182) 1193 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:53 smithi184 bash[29684]: cluster 2023-12-21T03:57:52.542192+0000 mgr.smithi132.rubyiy (mgr.14182) 1193 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:57:55.554 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:57:55.555 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:57:55.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:55 smithi132 bash[26391]: cluster 2023-12-21T03:57:54.543354+0000 mgr.smithi132.rubyiy (mgr.14182) 1194 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:56.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:55 smithi184 bash[29684]: cluster 2023-12-21T03:57:54.543354+0000 mgr.smithi132.rubyiy (mgr.14182) 1194 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:56.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:57:56.973 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:56 smithi132 bash[26391]: audit 2023-12-21T03:57:55.542635+0000 mgr.smithi132.rubyiy (mgr.14182) 1195 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:57.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:56 smithi184 bash[29684]: audit 2023-12-21T03:57:55.542635+0000 mgr.smithi132.rubyiy (mgr.14182) 1195 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:57:57.169 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:57:57.993 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:57 smithi132 bash[26391]: cluster 2023-12-21T03:57:56.544549+0000 mgr.smithi132.rubyiy (mgr.14182) 1196 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:57 smithi184 bash[29684]: cluster 2023-12-21T03:57:56.544549+0000 mgr.smithi132.rubyiy (mgr.14182) 1196 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:57:59.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:57:59 smithi132 bash[26391]: cluster 2023-12-21T03:57:58.545794+0000 mgr.smithi132.rubyiy (mgr.14182) 1197 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:57:59 smithi184 bash[29684]: cluster 2023-12-21T03:57:58.545794+0000 mgr.smithi132.rubyiy (mgr.14182) 1197 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:00.620 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:00.620 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:01.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:01 smithi184 bash[29684]: cluster 2023-12-21T03:58:00.546758+0000 mgr.smithi132.rubyiy (mgr.14182) 1198 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:01 smithi184 bash[29684]: audit 2023-12-21T03:58:00.608372+0000 mgr.smithi132.rubyiy (mgr.14182) 1199 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:02.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:01 smithi132 bash[26391]: cluster 2023-12-21T03:58:00.546758+0000 mgr.smithi132.rubyiy (mgr.14182) 1198 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:02.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:01 smithi132 bash[26391]: audit 2023-12-21T03:58:00.608372+0000 mgr.smithi132.rubyiy (mgr.14182) 1199 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:02.289 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:03.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:03 smithi132 bash[26391]: cluster 2023-12-21T03:58:02.548066+0000 mgr.smithi132.rubyiy (mgr.14182) 1200 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:04.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:03 smithi184 bash[29684]: cluster 2023-12-21T03:58:02.548066+0000 mgr.smithi132.rubyiy (mgr.14182) 1200 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:05.519 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:05.519 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:05 smithi132 bash[26391]: cluster 2023-12-21T03:58:04.549290+0000 mgr.smithi132.rubyiy (mgr.14182) 1201 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:06.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:05 smithi184 bash[29684]: cluster 2023-12-21T03:58:04.549290+0000 mgr.smithi132.rubyiy (mgr.14182) 1201 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:07.116 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:07.130 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:06 smithi132 bash[26391]: audit 2023-12-21T03:58:05.508602+0000 mgr.smithi132.rubyiy (mgr.14182) 1202 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:07.130 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:06 smithi132 bash[26391]: cluster 2023-12-21T03:58:06.550064+0000 mgr.smithi132.rubyiy (mgr.14182) 1203 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:06 smithi184 bash[29684]: audit 2023-12-21T03:58:05.508602+0000 mgr.smithi132.rubyiy (mgr.14182) 1202 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:06 smithi184 bash[29684]: cluster 2023-12-21T03:58:06.550064+0000 mgr.smithi132.rubyiy (mgr.14182) 1203 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:09 smithi132 bash[26391]: cluster 2023-12-21T03:58:08.551388+0000 mgr.smithi132.rubyiy (mgr.14182) 1204 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:09 smithi184 bash[29684]: cluster 2023-12-21T03:58:08.551388+0000 mgr.smithi132.rubyiy (mgr.14182) 1204 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:10.374 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:10.375 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:11.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:11 smithi132 bash[26391]: audit 2023-12-21T03:58:10.369656+0000 mgr.smithi132.rubyiy (mgr.14182) 1205 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:11 smithi132 bash[26391]: cluster 2023-12-21T03:58:10.552457+0000 mgr.smithi132.rubyiy (mgr.14182) 1206 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:12.135 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:11 smithi184 bash[29684]: audit 2023-12-21T03:58:10.369656+0000 mgr.smithi132.rubyiy (mgr.14182) 1205 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:11 smithi184 bash[29684]: cluster 2023-12-21T03:58:10.552457+0000 mgr.smithi132.rubyiy (mgr.14182) 1206 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:13.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:13 smithi132 bash[26391]: cluster 2023-12-21T03:58:12.553834+0000 mgr.smithi132.rubyiy (mgr.14182) 1207 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:13 smithi184 bash[29684]: cluster 2023-12-21T03:58:12.553834+0000 mgr.smithi132.rubyiy (mgr.14182) 1207 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:15.530 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:15.530 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:56:08.346301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zpycmp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:15 smithi132 bash[26391]: cluster 2023-12-21T03:58:14.554689+0000 mgr.smithi132.rubyiy (mgr.14182) 1208 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:16.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:15 smithi184 bash[29684]: cluster 2023-12-21T03:58:14.554689+0000 mgr.smithi132.rubyiy (mgr.14182) 1208 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:16.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:16.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:16 smithi132 bash[26391]: audit 2023-12-21T03:58:15.525313+0000 mgr.smithi132.rubyiy (mgr.14182) 1209 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:16.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:16 smithi132 bash[26391]: audit 2023-12-21T03:58:16.524305+0000 mon.smithi132 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:58:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:16 smithi184 bash[29684]: audit 2023-12-21T03:58:15.525313+0000 mgr.smithi132.rubyiy (mgr.14182) 1209 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:16 smithi184 bash[29684]: audit 2023-12-21T03:58:16.524305+0000 mon.smithi132 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:58:17.192 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:17 smithi132 bash[26391]: cluster 2023-12-21T03:58:16.555598+0000 mgr.smithi132.rubyiy (mgr.14182) 1210 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:17 smithi132 bash[26391]: audit 2023-12-21T03:58:16.851189+0000 mon.smithi132 (mon.0) 952 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:58:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:17 smithi132 bash[26391]: audit 2023-12-21T03:58:16.852679+0000 mon.smithi132 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:58:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:17 smithi132 bash[26391]: audit 2023-12-21T03:58:16.860966+0000 mon.smithi132 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:17 smithi132 bash[26391]: audit 2023-12-21T03:58:16.871335+0000 mon.smithi132 (mon.0) 955 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:58:17.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:17 smithi132 bash[26391]: audit 2023-12-21T03:58:16.888709+0000 mon.smithi132 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:17 smithi184 bash[29684]: cluster 2023-12-21T03:58:16.555598+0000 mgr.smithi132.rubyiy (mgr.14182) 1210 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:17 smithi184 bash[29684]: audit 2023-12-21T03:58:16.851189+0000 mon.smithi132 (mon.0) 952 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:58:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:17 smithi184 bash[29684]: audit 2023-12-21T03:58:16.852679+0000 mon.smithi132 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:58:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:17 smithi184 bash[29684]: audit 2023-12-21T03:58:16.860966+0000 mon.smithi132 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:17 smithi184 bash[29684]: audit 2023-12-21T03:58:16.871335+0000 mon.smithi132 (mon.0) 955 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:58:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:17 smithi184 bash[29684]: audit 2023-12-21T03:58:16.888709+0000 mon.smithi132 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:18 smithi132 bash[26391]: cluster 2023-12-21T03:58:16.861784+0000 mgr.smithi132.rubyiy (mgr.14182) 1211 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:18 smithi132 bash[26391]: cephadm 2023-12-21T03:58:16.892575+0000 mgr.smithi132.rubyiy (mgr.14182) 1212 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.igerjg on smithi184 2023-12-21T03:58:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:18 smithi132 bash[26391]: cluster 2023-12-21T03:58:17.857905+0000 mon.smithi132 (mon.0) 957 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:58:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:18 smithi132 bash[26391]: cluster 2023-12-21T03:58:17.857932+0000 mon.smithi132 (mon.0) 958 : cluster [INF] Cluster is now healthy 2023-12-21T03:58:18.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:18 smithi132 bash[26391]: audit 2023-12-21T03:58:18.130977+0000 mon.smithi132 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:18 smithi184 bash[29684]: cluster 2023-12-21T03:58:16.861784+0000 mgr.smithi132.rubyiy (mgr.14182) 1211 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:18 smithi184 bash[29684]: cephadm 2023-12-21T03:58:16.892575+0000 mgr.smithi132.rubyiy (mgr.14182) 1212 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.igerjg on smithi184 2023-12-21T03:58:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:18 smithi184 bash[29684]: cluster 2023-12-21T03:58:17.857905+0000 mon.smithi132 (mon.0) 957 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:58:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:18 smithi184 bash[29684]: cluster 2023-12-21T03:58:17.857932+0000 mon.smithi132 (mon.0) 958 : cluster [INF] Cluster is now healthy 2023-12-21T03:58:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:18 smithi184 bash[29684]: audit 2023-12-21T03:58:18.130977+0000 mon.smithi132 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:20.786 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:20.786 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:12.558869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.kxvnuw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-kxvnuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.kxvnuw\nDeploy daemon haproxy.nfs.foo.smithi184.kxvnuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.509454Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.durvvs on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-durvvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.durvvs\nDeploy daemon haproxy.nfs.foo.smithi132.durvvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:57:16.513839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.lyujdw on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:20.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:20 smithi132 bash[26391]: cluster 2023-12-21T03:58:18.862880+0000 mgr.smithi132.rubyiy (mgr.14182) 1213 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:21.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:20 smithi184 bash[29684]: cluster 2023-12-21T03:58:18.862880+0000 mgr.smithi132.rubyiy (mgr.14182) 1213 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:21.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:21.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:21 smithi132 bash[26391]: audit 2023-12-21T03:58:20.749418+0000 mon.smithi132 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.igerjg"}]: dispatch 2023-12-21T03:58:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:21 smithi184 bash[29684]: audit 2023-12-21T03:58:20.749418+0000 mon.smithi132 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.igerjg"}]: dispatch 2023-12-21T03:58:22.468 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: cephadm 2023-12-21T03:58:20.748425+0000 mgr.smithi132.rubyiy (mgr.14182) 1214 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.igerjg ... 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:58:22.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.igerjg ... 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: cephadm 2023-12-21T03:58:20.748895+0000 mgr.smithi132.rubyiy (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: cephadm 2023-12-21T03:58:20.751578+0000 mgr.smithi132.rubyiy (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:22.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.igerjg ... 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: cephadm 2023-12-21T03:58:20.756403+0000 mgr.smithi132.rubyiy (mgr.14182) 1217 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.wztjto on smithi132 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: audit 2023-12-21T03:58:20.776321+0000 mgr.smithi132.rubyiy (mgr.14182) 1218 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:22.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:22 smithi132 bash[26391]: cluster 2023-12-21T03:58:20.863544+0000 mgr.smithi132.rubyiy (mgr.14182) 1219 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T03:58:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: cephadm 2023-12-21T03:58:20.748425+0000 mgr.smithi132.rubyiy (mgr.14182) 1214 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.igerjg ... 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:58:23.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.igerjg ... 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:23.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: cephadm 2023-12-21T03:58:20.748895+0000 mgr.smithi132.rubyiy (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: cephadm 2023-12-21T03:58:20.751578+0000 mgr.smithi132.rubyiy (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.igerjg ... 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: cephadm 2023-12-21T03:58:20.756403+0000 mgr.smithi132.rubyiy (mgr.14182) 1217 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.wztjto on smithi132 2023-12-21T03:58:23.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: audit 2023-12-21T03:58:20.776321+0000 mgr.smithi132.rubyiy (mgr.14182) 1218 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:23.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:22 smithi184 bash[29684]: cluster 2023-12-21T03:58:20.863544+0000 mgr.smithi132.rubyiy (mgr.14182) 1219 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T03:58:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:24 smithi184 bash[29684]: cluster 2023-12-21T03:58:22.864456+0000 mgr.smithi132.rubyiy (mgr.14182) 1220 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:25.180 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:24 smithi132 bash[26391]: cluster 2023-12-21T03:58:22.864456+0000 mgr.smithi132.rubyiy (mgr.14182) 1220 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:25.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:25 smithi132 bash[26391]: audit 2023-12-21T03:58:25.311870+0000 mon.smithi132 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.wztjto"}]: dispatch 2023-12-21T03:58:26.025 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:26.025 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:25 smithi184 bash[29684]: audit 2023-12-21T03:58:25.311870+0000 mon.smithi132 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.wztjto"}]: dispatch 2023-12-21T03:58:26.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:26.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cluster 2023-12-21T03:58:24.865383+0000 mgr.smithi132.rubyiy (mgr.14182) 1221 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:26.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cephadm 2023-12-21T03:58:25.310836+0000 mgr.smithi132.rubyiy (mgr.14182) 1222 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.wztjto ... 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.wztjto ... 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:26.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cephadm 2023-12-21T03:58:25.311307+0000 mgr.smithi132.rubyiy (mgr.14182) 1223 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cephadm 2023-12-21T03:58:25.313246+0000 mgr.smithi132.rubyiy (mgr.14182) 1224 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.wztjto ... 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:26.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:26.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:26.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:26.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cephadm 2023-12-21T03:58:25.317766+0000 mgr.smithi132.rubyiy (mgr.14182) 1225 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:58:26.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cephadm 2023-12-21T03:58:25.319815+0000 mgr.smithi132.rubyiy (mgr.14182) 1226 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:58:26.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cluster 2023-12-21T03:58:25.320710+0000 mgr.smithi132.rubyiy (mgr.14182) 1227 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2023-12-21T03:58:26.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:26 smithi132 bash[26391]: cluster 2023-12-21T03:58:25.727977+0000 mon.smithi132 (mon.0) 962 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:58:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cluster 2023-12-21T03:58:24.865383+0000 mgr.smithi132.rubyiy (mgr.14182) 1221 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cephadm 2023-12-21T03:58:25.310836+0000 mgr.smithi132.rubyiy (mgr.14182) 1222 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.wztjto ... 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:58:27.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.wztjto ... 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:27.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cephadm 2023-12-21T03:58:25.311307+0000 mgr.smithi132.rubyiy (mgr.14182) 1223 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cephadm 2023-12-21T03:58:25.313246+0000 mgr.smithi132.rubyiy (mgr.14182) 1224 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.wztjto ... 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cephadm 2023-12-21T03:58:25.317766+0000 mgr.smithi132.rubyiy (mgr.14182) 1225 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:58:27.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cephadm 2023-12-21T03:58:25.319815+0000 mgr.smithi132.rubyiy (mgr.14182) 1226 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:58:27.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cluster 2023-12-21T03:58:25.320710+0000 mgr.smithi132.rubyiy (mgr.14182) 1227 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2023-12-21T03:58:27.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:26 smithi184 bash[29684]: cluster 2023-12-21T03:58:25.727977+0000 mon.smithi132 (mon.0) 962 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:58:27.675 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:27 smithi132 bash[26391]: audit 2023-12-21T03:58:26.015844+0000 mgr.smithi132.rubyiy (mgr.14182) 1228 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:27.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:27 smithi132 bash[26391]: cluster 2023-12-21T03:58:27.321873+0000 mgr.smithi132.rubyiy (mgr.14182) 1229 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:27 smithi184 bash[29684]: audit 2023-12-21T03:58:26.015844+0000 mgr.smithi132.rubyiy (mgr.14182) 1228 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:27 smithi184 bash[29684]: cluster 2023-12-21T03:58:27.321873+0000 mgr.smithi132.rubyiy (mgr.14182) 1229 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:30.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:30 smithi132 bash[26391]: audit 2023-12-21T03:58:29.182460+0000 mon.smithi132 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:30.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:30 smithi132 bash[26391]: cluster 2023-12-21T03:58:29.323520+0000 mgr.smithi132.rubyiy (mgr.14182) 1230 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:30 smithi184 bash[29684]: audit 2023-12-21T03:58:29.182460+0000 mon.smithi132 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:30.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:30 smithi184 bash[29684]: cluster 2023-12-21T03:58:29.323520+0000 mgr.smithi132.rubyiy (mgr.14182) 1230 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:31.054 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:31.054 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:31.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:32.657 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:32 smithi132 bash[26391]: audit 2023-12-21T03:58:31.041203+0000 mgr.smithi132.rubyiy (mgr.14182) 1231 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:32 smithi132 bash[26391]: cluster 2023-12-21T03:58:31.324795+0000 mgr.smithi132.rubyiy (mgr.14182) 1232 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:32 smithi184 bash[29684]: audit 2023-12-21T03:58:31.041203+0000 mgr.smithi132.rubyiy (mgr.14182) 1231 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:32 smithi184 bash[29684]: cluster 2023-12-21T03:58:31.324795+0000 mgr.smithi132.rubyiy (mgr.14182) 1232 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:34.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:34 smithi184 bash[29684]: audit 2023-12-21T03:58:33.129714+0000 mon.smithi132 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:34.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:34 smithi184 bash[29684]: cluster 2023-12-21T03:58:33.326053+0000 mgr.smithi132.rubyiy (mgr.14182) 1233 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:34.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:34 smithi132 bash[26391]: audit 2023-12-21T03:58:33.129714+0000 mon.smithi132 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:58:34.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:34 smithi132 bash[26391]: cluster 2023-12-21T03:58:33.326053+0000 mgr.smithi132.rubyiy (mgr.14182) 1233 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:35.932 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:35.933 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:36.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:36.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:36 smithi132 bash[26391]: cluster 2023-12-21T03:58:35.327063+0000 mgr.smithi132.rubyiy (mgr.14182) 1234 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:37.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:36 smithi184 bash[29684]: cluster 2023-12-21T03:58:35.327063+0000 mgr.smithi132.rubyiy (mgr.14182) 1234 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T03:58:37.573 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:37 smithi132 bash[26391]: audit 2023-12-21T03:58:35.922262+0000 mgr.smithi132.rubyiy (mgr.14182) 1235 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:37 smithi184 bash[29684]: audit 2023-12-21T03:58:35.922262+0000 mgr.smithi132.rubyiy (mgr.14182) 1235 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:38.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:38 smithi132 bash[26391]: cluster 2023-12-21T03:58:37.328305+0000 mgr.smithi132.rubyiy (mgr.14182) 1236 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:39.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:38 smithi184 bash[29684]: cluster 2023-12-21T03:58:37.328305+0000 mgr.smithi132.rubyiy (mgr.14182) 1236 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:40 smithi132 bash[26391]: cluster 2023-12-21T03:58:39.329466+0000 mgr.smithi132.rubyiy (mgr.14182) 1237 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:40.983 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:40.983 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:41.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:40 smithi184 bash[29684]: cluster 2023-12-21T03:58:39.329466+0000 mgr.smithi132.rubyiy (mgr.14182) 1237 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:41.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:42.650 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:42 smithi132 bash[26391]: audit 2023-12-21T03:58:40.972046+0000 mgr.smithi132.rubyiy (mgr.14182) 1238 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:42 smithi132 bash[26391]: cluster 2023-12-21T03:58:41.330740+0000 mgr.smithi132.rubyiy (mgr.14182) 1239 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:42 smithi184 bash[29684]: audit 2023-12-21T03:58:40.972046+0000 mgr.smithi132.rubyiy (mgr.14182) 1238 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:42 smithi184 bash[29684]: cluster 2023-12-21T03:58:41.330740+0000 mgr.smithi132.rubyiy (mgr.14182) 1239 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:44.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:44 smithi132 bash[26391]: cluster 2023-12-21T03:58:43.332037+0000 mgr.smithi132.rubyiy (mgr.14182) 1240 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:45.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:44 smithi184 bash[29684]: cluster 2023-12-21T03:58:43.332037+0000 mgr.smithi132.rubyiy (mgr.14182) 1240 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:45.991 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:45.991 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:46.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:46.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:46 smithi132 bash[26391]: cluster 2023-12-21T03:58:45.333117+0000 mgr.smithi132.rubyiy (mgr.14182) 1241 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:47.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:46 smithi184 bash[29684]: cluster 2023-12-21T03:58:45.333117+0000 mgr.smithi132.rubyiy (mgr.14182) 1241 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:47.635 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:47.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:47 smithi132 bash[26391]: audit 2023-12-21T03:58:45.986182+0000 mgr.smithi132.rubyiy (mgr.14182) 1242 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:47 smithi184 bash[29684]: audit 2023-12-21T03:58:45.986182+0000 mgr.smithi132.rubyiy (mgr.14182) 1242 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:49.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:48 smithi132 bash[26391]: cluster 2023-12-21T03:58:47.334502+0000 mgr.smithi132.rubyiy (mgr.14182) 1243 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:49.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:48 smithi184 bash[29684]: cluster 2023-12-21T03:58:47.334502+0000 mgr.smithi132.rubyiy (mgr.14182) 1243 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:50 smithi132 bash[26391]: cluster 2023-12-21T03:58:49.335816+0000 mgr.smithi132.rubyiy (mgr.14182) 1244 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:51.001 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:51.002 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:51.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:50 smithi184 bash[29684]: cluster 2023-12-21T03:58:49.335816+0000 mgr.smithi132.rubyiy (mgr.14182) 1244 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:51.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:51.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:51 smithi132 bash[26391]: audit 2023-12-21T03:58:50.988981+0000 mgr.smithi132.rubyiy (mgr.14182) 1245 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:51.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:51 smithi132 bash[26391]: cluster 2023-12-21T03:58:51.337091+0000 mgr.smithi132.rubyiy (mgr.14182) 1246 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:52.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:51 smithi184 bash[29684]: audit 2023-12-21T03:58:50.988981+0000 mgr.smithi132.rubyiy (mgr.14182) 1245 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:52.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:51 smithi184 bash[29684]: cluster 2023-12-21T03:58:51.337091+0000 mgr.smithi132.rubyiy (mgr.14182) 1246 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:58:52.663 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:54.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:54 smithi132 bash[26391]: cluster 2023-12-21T03:58:53.338430+0000 mgr.smithi132.rubyiy (mgr.14182) 1247 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:54.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:54 smithi184 bash[29684]: cluster 2023-12-21T03:58:53.338430+0000 mgr.smithi132.rubyiy (mgr.14182) 1247 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:55.926 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:58:55.927 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:58:56.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:58:56.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:56 smithi132 bash[26391]: cluster 2023-12-21T03:58:55.339432+0000 mgr.smithi132.rubyiy (mgr.14182) 1248 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:57.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:56 smithi184 bash[29684]: cluster 2023-12-21T03:58:55.339432+0000 mgr.smithi132.rubyiy (mgr.14182) 1248 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:57.598 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:58:57.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:57 smithi132 bash[26391]: audit 2023-12-21T03:58:55.914819+0000 mgr.smithi132.rubyiy (mgr.14182) 1249 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:57 smithi184 bash[29684]: audit 2023-12-21T03:58:55.914819+0000 mgr.smithi132.rubyiy (mgr.14182) 1249 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:58:58.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:58:58 smithi132 bash[26391]: cluster 2023-12-21T03:58:57.340715+0000 mgr.smithi132.rubyiy (mgr.14182) 1250 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:58:59.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:58:58 smithi184 bash[29684]: cluster 2023-12-21T03:58:57.340715+0000 mgr.smithi132.rubyiy (mgr.14182) 1250 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:00.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:00 smithi132 bash[26391]: cluster 2023-12-21T03:58:59.341854+0000 mgr.smithi132.rubyiy (mgr.14182) 1251 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:01.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:00 smithi184 bash[29684]: cluster 2023-12-21T03:58:59.341854+0000 mgr.smithi132.rubyiy (mgr.14182) 1251 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:01.014 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:01.014 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:01.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:02.695 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:02.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:02 smithi132 bash[26391]: audit 2023-12-21T03:59:01.002790+0000 mgr.smithi132.rubyiy (mgr.14182) 1252 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:02.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:02 smithi132 bash[26391]: cluster 2023-12-21T03:59:01.343012+0000 mgr.smithi132.rubyiy (mgr.14182) 1253 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:02 smithi184 bash[29684]: audit 2023-12-21T03:59:01.002790+0000 mgr.smithi132.rubyiy (mgr.14182) 1252 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:02 smithi184 bash[29684]: cluster 2023-12-21T03:59:01.343012+0000 mgr.smithi132.rubyiy (mgr.14182) 1253 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:04.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:04 smithi132 bash[26391]: cluster 2023-12-21T03:59:03.344214+0000 mgr.smithi132.rubyiy (mgr.14182) 1254 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:05.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:04 smithi184 bash[29684]: cluster 2023-12-21T03:59:03.344214+0000 mgr.smithi132.rubyiy (mgr.14182) 1254 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:06.120 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:06.120 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:06.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:07.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:06 smithi184 bash[29684]: cluster 2023-12-21T03:59:05.345303+0000 mgr.smithi132.rubyiy (mgr.14182) 1255 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:07.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:06 smithi132 bash[26391]: cluster 2023-12-21T03:59:05.345303+0000 mgr.smithi132.rubyiy (mgr.14182) 1255 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:07.749 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:07 smithi184 bash[29684]: audit 2023-12-21T03:59:06.107516+0000 mgr.smithi132.rubyiy (mgr.14182) 1256 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:08.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:07 smithi132 bash[26391]: audit 2023-12-21T03:59:06.107516+0000 mgr.smithi132.rubyiy (mgr.14182) 1256 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:09.006 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:08 smithi132 bash[26391]: cluster 2023-12-21T03:59:07.346632+0000 mgr.smithi132.rubyiy (mgr.14182) 1257 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:09.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:08 smithi184 bash[29684]: cluster 2023-12-21T03:59:07.346632+0000 mgr.smithi132.rubyiy (mgr.14182) 1257 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:10 smithi132 bash[26391]: cluster 2023-12-21T03:59:09.347908+0000 mgr.smithi132.rubyiy (mgr.14182) 1258 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:11.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:10 smithi184 bash[29684]: cluster 2023-12-21T03:59:09.347908+0000 mgr.smithi132.rubyiy (mgr.14182) 1258 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:11.099 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:11.100 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:11.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:11 smithi184 bash[29684]: audit 2023-12-21T03:59:11.089547+0000 mgr.smithi132.rubyiy (mgr.14182) 1259 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:11 smithi184 bash[29684]: cluster 2023-12-21T03:59:11.349193+0000 mgr.smithi132.rubyiy (mgr.14182) 1260 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:12.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:11 smithi132 bash[26391]: audit 2023-12-21T03:59:11.089547+0000 mgr.smithi132.rubyiy (mgr.14182) 1259 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:12.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:11 smithi132 bash[26391]: cluster 2023-12-21T03:59:11.349193+0000 mgr.smithi132.rubyiy (mgr.14182) 1260 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:12.741 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:14.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:14 smithi132 bash[26391]: cluster 2023-12-21T03:59:13.350621+0000 mgr.smithi132.rubyiy (mgr.14182) 1261 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:14.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:14 smithi184 bash[29684]: cluster 2023-12-21T03:59:13.350621+0000 mgr.smithi132.rubyiy (mgr.14182) 1261 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:15.970 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:15.970 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:16.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:16.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:16 smithi132 bash[26391]: cluster 2023-12-21T03:59:15.351727+0000 mgr.smithi132.rubyiy (mgr.14182) 1262 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:16 smithi184 bash[29684]: cluster 2023-12-21T03:59:15.351727+0000 mgr.smithi132.rubyiy (mgr.14182) 1262 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:17.585 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:17 smithi132 bash[26391]: audit 2023-12-21T03:59:15.960244+0000 mgr.smithi132.rubyiy (mgr.14182) 1263 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:17 smithi184 bash[29684]: audit 2023-12-21T03:59:15.960244+0000 mgr.smithi132.rubyiy (mgr.14182) 1263 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:18.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:18 smithi132 bash[26391]: cluster 2023-12-21T03:59:17.353010+0000 mgr.smithi132.rubyiy (mgr.14182) 1264 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:18 smithi184 bash[29684]: cluster 2023-12-21T03:59:17.353010+0000 mgr.smithi132.rubyiy (mgr.14182) 1264 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:20.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:20 smithi132 bash[26391]: cluster 2023-12-21T03:59:19.354167+0000 mgr.smithi132.rubyiy (mgr.14182) 1265 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:21.005 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:21.005 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:21.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:20 smithi184 bash[29684]: cluster 2023-12-21T03:59:19.354167+0000 mgr.smithi132.rubyiy (mgr.14182) 1265 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:21.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:22.596 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:22 smithi132 bash[26391]: audit 2023-12-21T03:59:20.992905+0000 mgr.smithi132.rubyiy (mgr.14182) 1266 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:22 smithi132 bash[26391]: cluster 2023-12-21T03:59:21.355425+0000 mgr.smithi132.rubyiy (mgr.14182) 1267 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:22 smithi184 bash[29684]: audit 2023-12-21T03:59:20.992905+0000 mgr.smithi132.rubyiy (mgr.14182) 1266 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:22 smithi184 bash[29684]: cluster 2023-12-21T03:59:21.355425+0000 mgr.smithi132.rubyiy (mgr.14182) 1267 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:24 smithi184 bash[29684]: cluster 2023-12-21T03:59:23.356711+0000 mgr.smithi132.rubyiy (mgr.14182) 1268 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:25.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:24 smithi132 bash[26391]: cluster 2023-12-21T03:59:23.356711+0000 mgr.smithi132.rubyiy (mgr.14182) 1268 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:25.866 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:25.866 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:57:16.517434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lqydzu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:25 smithi184 bash[29684]: audit 2023-12-21T03:59:25.323823+0000 mon.smithi132 (mon.0) 965 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:59:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:25 smithi184 bash[29684]: audit 2023-12-21T03:59:25.633873+0000 mon.smithi132 (mon.0) 966 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:59:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:25 smithi184 bash[29684]: audit 2023-12-21T03:59:25.635188+0000 mon.smithi132 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:59:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:25 smithi184 bash[29684]: audit 2023-12-21T03:59:25.643022+0000 mon.smithi132 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:25 smithi184 bash[29684]: audit 2023-12-21T03:59:25.649989+0000 mon.smithi132 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:59:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:25 smithi184 bash[29684]: audit 2023-12-21T03:59:25.669751+0000 mon.smithi132 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:25 smithi132 bash[26391]: audit 2023-12-21T03:59:25.323823+0000 mon.smithi132 (mon.0) 965 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T03:59:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:25 smithi132 bash[26391]: audit 2023-12-21T03:59:25.633873+0000 mon.smithi132 (mon.0) 966 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T03:59:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:25 smithi132 bash[26391]: audit 2023-12-21T03:59:25.635188+0000 mon.smithi132 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T03:59:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:25 smithi132 bash[26391]: audit 2023-12-21T03:59:25.643022+0000 mon.smithi132 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:25 smithi132 bash[26391]: audit 2023-12-21T03:59:25.649989+0000 mon.smithi132 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T03:59:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:25 smithi132 bash[26391]: audit 2023-12-21T03:59:25.669751+0000 mon.smithi132 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:26.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:26 smithi184 bash[29684]: cluster 2023-12-21T03:59:25.357469+0000 mgr.smithi132.rubyiy (mgr.14182) 1269 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:26 smithi184 bash[29684]: cluster 2023-12-21T03:59:25.643966+0000 mgr.smithi132.rubyiy (mgr.14182) 1270 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:26 smithi184 bash[29684]: cephadm 2023-12-21T03:59:25.674229+0000 mgr.smithi132.rubyiy (mgr.14182) 1271 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.vokxiv on smithi184 2023-12-21T03:59:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:26 smithi184 bash[29684]: cluster 2023-12-21T03:59:25.732410+0000 mon.smithi132 (mon.0) 971 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:59:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:26 smithi184 bash[29684]: cluster 2023-12-21T03:59:25.732466+0000 mon.smithi132 (mon.0) 972 : cluster [INF] Cluster is now healthy 2023-12-21T03:59:27.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:26 smithi132 bash[26391]: cluster 2023-12-21T03:59:25.357469+0000 mgr.smithi132.rubyiy (mgr.14182) 1269 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:27.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:26 smithi132 bash[26391]: cluster 2023-12-21T03:59:25.643966+0000 mgr.smithi132.rubyiy (mgr.14182) 1270 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:27.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:26 smithi132 bash[26391]: cephadm 2023-12-21T03:59:25.674229+0000 mgr.smithi132.rubyiy (mgr.14182) 1271 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.vokxiv on smithi184 2023-12-21T03:59:27.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:26 smithi132 bash[26391]: cluster 2023-12-21T03:59:25.732410+0000 mon.smithi132 (mon.0) 971 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T03:59:27.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:26 smithi132 bash[26391]: cluster 2023-12-21T03:59:25.732466+0000 mon.smithi132 (mon.0) 972 : cluster [INF] Cluster is now healthy 2023-12-21T03:59:27.467 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:27 smithi184 bash[29684]: audit 2023-12-21T03:59:25.861161+0000 mgr.smithi132.rubyiy (mgr.14182) 1272 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:28.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:27 smithi132 bash[26391]: audit 2023-12-21T03:59:25.861161+0000 mgr.smithi132.rubyiy (mgr.14182) 1272 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:29.024 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:28 smithi132 bash[26391]: cluster 2023-12-21T03:59:27.645023+0000 mgr.smithi132.rubyiy (mgr.14182) 1273 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:29.058 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:28 smithi184 bash[29684]: cluster 2023-12-21T03:59:27.645023+0000 mgr.smithi132.rubyiy (mgr.14182) 1273 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:30.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: cephadm 2023-12-21T03:59:29.450983+0000 mgr.smithi132.rubyiy (mgr.14182) 1274 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vokxiv ... 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:59:30.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vokxiv ... 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: cephadm 2023-12-21T03:59:29.451503+0000 mgr.smithi132.rubyiy (mgr.14182) 1275 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: audit 2023-12-21T03:59:29.452034+0000 mon.smithi132 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.vokxiv"}]: dispatch 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: cephadm 2023-12-21T03:59:29.453354+0000 mgr.smithi132.rubyiy (mgr.14182) 1276 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.vokxiv ... 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: cephadm 2023-12-21T03:59:29.457313+0000 mgr.smithi132.rubyiy (mgr.14182) 1277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.wmamlp on smithi132 2023-12-21T03:59:30.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:29 smithi184 bash[29684]: cluster 2023-12-21T03:59:29.645628+0000 mgr.smithi132.rubyiy (mgr.14182) 1278 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: cephadm 2023-12-21T03:59:29.450983+0000 mgr.smithi132.rubyiy (mgr.14182) 1274 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vokxiv ... 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:30.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vokxiv ... 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: cephadm 2023-12-21T03:59:29.451503+0000 mgr.smithi132.rubyiy (mgr.14182) 1275 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: audit 2023-12-21T03:59:29.452034+0000 mon.smithi132 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.vokxiv"}]: dispatch 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: cephadm 2023-12-21T03:59:29.453354+0000 mgr.smithi132.rubyiy (mgr.14182) 1276 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.vokxiv ... 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:30.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:30.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:30.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:30.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: cephadm 2023-12-21T03:59:29.457313+0000 mgr.smithi132.rubyiy (mgr.14182) 1277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.wmamlp on smithi132 2023-12-21T03:59:30.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:29 smithi132 bash[26391]: cluster 2023-12-21T03:59:29.645628+0000 mgr.smithi132.rubyiy (mgr.14182) 1278 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:31.003 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:31.004 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:20.751334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.igerjg on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-igerjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.igerjg\nDeploy daemon haproxy.nfs.foo.smithi184.igerjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.312994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wztjto on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wztjto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wztjto\nDeploy daemon haproxy.nfs.foo.smithi132.wztjto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:58:25.317549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wkwfoa on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:31.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:32.584 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:32.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:32 smithi132 bash[26391]: audit 2023-12-21T03:59:30.993458+0000 mgr.smithi132.rubyiy (mgr.14182) 1279 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:32.946 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:32 smithi132 bash[26391]: cluster 2023-12-21T03:59:31.646557+0000 mgr.smithi132.rubyiy (mgr.14182) 1280 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:32 smithi184 bash[29684]: audit 2023-12-21T03:59:30.993458+0000 mgr.smithi132.rubyiy (mgr.14182) 1279 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:32 smithi184 bash[29684]: cluster 2023-12-21T03:59:31.646557+0000 mgr.smithi132.rubyiy (mgr.14182) 1280 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:34.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:34 smithi132 bash[26391]: audit 2023-12-21T03:59:33.132262+0000 mon.smithi132 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:34.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:34 smithi132 bash[26391]: cluster 2023-12-21T03:59:33.647642+0000 mgr.smithi132.rubyiy (mgr.14182) 1281 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:34.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:34 smithi132 bash[26391]: audit 2023-12-21T03:59:33.765887+0000 mon.smithi132 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.wmamlp"}]: dispatch 2023-12-21T03:59:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:34 smithi184 bash[29684]: audit 2023-12-21T03:59:33.132262+0000 mon.smithi132 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:34 smithi184 bash[29684]: cluster 2023-12-21T03:59:33.647642+0000 mgr.smithi132.rubyiy (mgr.14182) 1281 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T03:59:34.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:34 smithi184 bash[29684]: audit 2023-12-21T03:59:33.765887+0000 mon.smithi132 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.wmamlp"}]: dispatch 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cephadm 2023-12-21T03:59:33.764783+0000 mgr.smithi132.rubyiy (mgr.14182) 1282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.wmamlp ... 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:35.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.wmamlp ... 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:35.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cephadm 2023-12-21T03:59:33.765195+0000 mgr.smithi132.rubyiy (mgr.14182) 1283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cephadm 2023-12-21T03:59:33.767444+0000 mgr.smithi132.rubyiy (mgr.14182) 1284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.wmamlp ... 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:35.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cephadm 2023-12-21T03:59:33.771822+0000 mgr.smithi132.rubyiy (mgr.14182) 1285 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cephadm 2023-12-21T03:59:33.775725+0000 mgr.smithi132.rubyiy (mgr.14182) 1286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cluster 2023-12-21T03:59:33.777184+0000 mgr.smithi132.rubyiy (mgr.14182) 1287 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: cluster 2023-12-21T03:59:34.127958+0000 mon.smithi132 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:59:35.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:35 smithi132 bash[26391]: audit 2023-12-21T03:59:34.230234+0000 mon.smithi132 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:35.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cephadm 2023-12-21T03:59:33.764783+0000 mgr.smithi132.rubyiy (mgr.14182) 1282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.wmamlp ... 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T03:59:35.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.wmamlp ... 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:35.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cephadm 2023-12-21T03:59:33.765195+0000 mgr.smithi132.rubyiy (mgr.14182) 1283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cephadm 2023-12-21T03:59:33.767444+0000 mgr.smithi132.rubyiy (mgr.14182) 1284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.wmamlp ... 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cephadm 2023-12-21T03:59:33.771822+0000 mgr.smithi132.rubyiy (mgr.14182) 1285 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:59:35.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cephadm 2023-12-21T03:59:33.775725+0000 mgr.smithi132.rubyiy (mgr.14182) 1286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T03:59:35.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cluster 2023-12-21T03:59:33.777184+0000 mgr.smithi132.rubyiy (mgr.14182) 1287 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-21T03:59:35.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: cluster 2023-12-21T03:59:34.127958+0000 mon.smithi132 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T03:59:35.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:35 smithi184 bash[29684]: audit 2023-12-21T03:59:34.230234+0000 mon.smithi132 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:36.231 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:36.232 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:36.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:37.777 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:37 smithi132 bash[26391]: cluster 2023-12-21T03:59:35.778333+0000 mgr.smithi132.rubyiy (mgr.14182) 1288 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:37 smithi132 bash[26391]: audit 2023-12-21T03:59:36.220975+0000 mgr.smithi132.rubyiy (mgr.14182) 1289 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:37 smithi184 bash[29684]: cluster 2023-12-21T03:59:35.778333+0000 mgr.smithi132.rubyiy (mgr.14182) 1288 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:37 smithi184 bash[29684]: audit 2023-12-21T03:59:36.220975+0000 mgr.smithi132.rubyiy (mgr.14182) 1289 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:39.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:39 smithi132 bash[26391]: cluster 2023-12-21T03:59:37.779628+0000 mgr.smithi132.rubyiy (mgr.14182) 1290 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:39 smithi184 bash[29684]: cluster 2023-12-21T03:59:37.779628+0000 mgr.smithi132.rubyiy (mgr.14182) 1290 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:40.966 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:40.966 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:41.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:41.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:41 smithi132 bash[26391]: cluster 2023-12-21T03:59:39.780813+0000 mgr.smithi132.rubyiy (mgr.14182) 1291 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:41 smithi184 bash[29684]: cluster 2023-12-21T03:59:39.780813+0000 mgr.smithi132.rubyiy (mgr.14182) 1291 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:42.567 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:42 smithi132 bash[26391]: audit 2023-12-21T03:59:40.960624+0000 mgr.smithi132.rubyiy (mgr.14182) 1292 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:42 smithi184 bash[29684]: audit 2023-12-21T03:59:40.960624+0000 mgr.smithi132.rubyiy (mgr.14182) 1292 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:43.940 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:43 smithi132 bash[26391]: cluster 2023-12-21T03:59:41.781967+0000 mgr.smithi132.rubyiy (mgr.14182) 1293 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:43 smithi184 bash[29684]: cluster 2023-12-21T03:59:41.781967+0000 mgr.smithi132.rubyiy (mgr.14182) 1293 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:45.693 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:45.693 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:46.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:45 smithi184 bash[29684]: cluster 2023-12-21T03:59:43.783296+0000 mgr.smithi132.rubyiy (mgr.14182) 1294 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:46.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:45 smithi132 bash[26391]: cluster 2023-12-21T03:59:43.783296+0000 mgr.smithi132.rubyiy (mgr.14182) 1294 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T03:59:46.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:47.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:46 smithi184 bash[29684]: audit 2023-12-21T03:59:45.683373+0000 mgr.smithi132.rubyiy (mgr.14182) 1295 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:47.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:46 smithi132 bash[26391]: audit 2023-12-21T03:59:45.683373+0000 mgr.smithi132.rubyiy (mgr.14182) 1295 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:47.333 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:47 smithi184 bash[29684]: cluster 2023-12-21T03:59:45.784606+0000 mgr.smithi132.rubyiy (mgr.14182) 1296 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:47 smithi132 bash[26391]: cluster 2023-12-21T03:59:45.784606+0000 mgr.smithi132.rubyiy (mgr.14182) 1296 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:49 smithi184 bash[29684]: cluster 2023-12-21T03:59:47.785683+0000 mgr.smithi132.rubyiy (mgr.14182) 1297 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:49.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:49 smithi184 bash[29684]: audit 2023-12-21T03:59:48.130097+0000 mon.smithi132 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:49 smithi132 bash[26391]: cluster 2023-12-21T03:59:47.785683+0000 mgr.smithi132.rubyiy (mgr.14182) 1297 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:49 smithi132 bash[26391]: audit 2023-12-21T03:59:48.130097+0000 mon.smithi132 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T03:59:50.750 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:50.750 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:51.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:51 smithi132 bash[26391]: cluster 2023-12-21T03:59:49.786838+0000 mgr.smithi132.rubyiy (mgr.14182) 1298 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:51 smithi132 bash[26391]: audit 2023-12-21T03:59:50.740517+0000 mgr.smithi132.rubyiy (mgr.14182) 1299 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:51 smithi184 bash[29684]: cluster 2023-12-21T03:59:49.786838+0000 mgr.smithi132.rubyiy (mgr.14182) 1298 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:51 smithi184 bash[29684]: audit 2023-12-21T03:59:50.740517+0000 mgr.smithi132.rubyiy (mgr.14182) 1299 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:52.420 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:53.794 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:53 smithi132 bash[26391]: cluster 2023-12-21T03:59:51.787988+0000 mgr.smithi132.rubyiy (mgr.14182) 1300 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:53 smithi184 bash[29684]: cluster 2023-12-21T03:59:51.787988+0000 mgr.smithi132.rubyiy (mgr.14182) 1300 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T03:59:55.683 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T03:59:55.684 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T03:59:56.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:55 smithi184 bash[29684]: cluster 2023-12-21T03:59:53.789316+0000 mgr.smithi132.rubyiy (mgr.14182) 1301 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:56.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:55 smithi132 bash[26391]: cluster 2023-12-21T03:59:53.789316+0000 mgr.smithi132.rubyiy (mgr.14182) 1301 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:56.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T03:59:57.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:56 smithi184 bash[29684]: audit 2023-12-21T03:59:55.670549+0000 mgr.smithi132.rubyiy (mgr.14182) 1302 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:57.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:56 smithi132 bash[26391]: audit 2023-12-21T03:59:55.670549+0000 mgr.smithi132.rubyiy (mgr.14182) 1302 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T03:59:57.370 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T03:59:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:57 smithi184 bash[29684]: cluster 2023-12-21T03:59:55.790512+0000 mgr.smithi132.rubyiy (mgr.14182) 1303 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T03:59:58.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:57 smithi132 bash[26391]: cluster 2023-12-21T03:59:55.790512+0000 mgr.smithi132.rubyiy (mgr.14182) 1303 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 03:59:59 smithi184 bash[29684]: cluster 2023-12-21T03:59:57.791715+0000 mgr.smithi132.rubyiy (mgr.14182) 1304 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:00.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 03:59:59 smithi132 bash[26391]: cluster 2023-12-21T03:59:57.791715+0000 mgr.smithi132.rubyiy (mgr.14182) 1304 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:00.877 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:00.877 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:00 smithi184 bash[29684]: cluster 2023-12-21T04:00:00.000163+0000 mon.smithi132 (mon.0) 979 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T04:00:01.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:00 smithi132 bash[26391]: cluster 2023-12-21T04:00:00.000163+0000 mon.smithi132 (mon.0) 979 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T04:00:01.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:01.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:01 smithi132 bash[26391]: cluster 2023-12-21T03:59:59.792504+0000 mgr.smithi132.rubyiy (mgr.14182) 1305 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:01 smithi184 bash[29684]: cluster 2023-12-21T03:59:59.792504+0000 mgr.smithi132.rubyiy (mgr.14182) 1305 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:02.546 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:02.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:02 smithi132 bash[26391]: audit 2023-12-21T04:00:00.867557+0000 mgr.smithi132.rubyiy (mgr.14182) 1306 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:02.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:02 smithi132 bash[26391]: cluster 2023-12-21T04:00:01.793635+0000 mgr.smithi132.rubyiy (mgr.14182) 1307 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:02 smithi184 bash[29684]: audit 2023-12-21T04:00:00.867557+0000 mgr.smithi132.rubyiy (mgr.14182) 1306 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:02 smithi184 bash[29684]: cluster 2023-12-21T04:00:01.793635+0000 mgr.smithi132.rubyiy (mgr.14182) 1307 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:05.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:04 smithi184 bash[29684]: cluster 2023-12-21T04:00:03.794771+0000 mgr.smithi132.rubyiy (mgr.14182) 1308 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:05.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:04 smithi132 bash[26391]: cluster 2023-12-21T04:00:03.794771+0000 mgr.smithi132.rubyiy (mgr.14182) 1308 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:05.985 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:05.985 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:06.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:07.604 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:07 smithi132 bash[26391]: cluster 2023-12-21T04:00:05.795961+0000 mgr.smithi132.rubyiy (mgr.14182) 1309 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:07 smithi132 bash[26391]: audit 2023-12-21T04:00:05.974040+0000 mgr.smithi132.rubyiy (mgr.14182) 1310 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:07 smithi184 bash[29684]: cluster 2023-12-21T04:00:05.795961+0000 mgr.smithi132.rubyiy (mgr.14182) 1309 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:07 smithi184 bash[29684]: audit 2023-12-21T04:00:05.974040+0000 mgr.smithi132.rubyiy (mgr.14182) 1310 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:09 smithi184 bash[29684]: cluster 2023-12-21T04:00:07.797106+0000 mgr.smithi132.rubyiy (mgr.14182) 1311 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:10.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:09 smithi132 bash[26391]: cluster 2023-12-21T04:00:07.797106+0000 mgr.smithi132.rubyiy (mgr.14182) 1311 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:11.029 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:11.029 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:11.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:11 smithi132 bash[26391]: cluster 2023-12-21T04:00:09.798252+0000 mgr.smithi132.rubyiy (mgr.14182) 1312 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:11 smithi184 bash[29684]: cluster 2023-12-21T04:00:09.798252+0000 mgr.smithi132.rubyiy (mgr.14182) 1312 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:12.602 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:12 smithi132 bash[26391]: audit 2023-12-21T04:00:11.024588+0000 mgr.smithi132.rubyiy (mgr.14182) 1313 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:12 smithi184 bash[29684]: audit 2023-12-21T04:00:11.024588+0000 mgr.smithi132.rubyiy (mgr.14182) 1313 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:13.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:13 smithi132 bash[26391]: cluster 2023-12-21T04:00:11.799394+0000 mgr.smithi132.rubyiy (mgr.14182) 1314 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:13 smithi184 bash[29684]: cluster 2023-12-21T04:00:11.799394+0000 mgr.smithi132.rubyiy (mgr.14182) 1314 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:15.781 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:15.781 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:16.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:15 smithi184 bash[29684]: cluster 2023-12-21T04:00:13.800413+0000 mgr.smithi132.rubyiy (mgr.14182) 1315 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:16.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:15 smithi132 bash[26391]: cluster 2023-12-21T04:00:13.800413+0000 mgr.smithi132.rubyiy (mgr.14182) 1315 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:16.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:17.413 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:17 smithi184 bash[29684]: audit 2023-12-21T04:00:15.768128+0000 mgr.smithi132.rubyiy (mgr.14182) 1316 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:17 smithi184 bash[29684]: cluster 2023-12-21T04:00:15.801199+0000 mgr.smithi132.rubyiy (mgr.14182) 1317 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:18.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:17 smithi132 bash[26391]: audit 2023-12-21T04:00:15.768128+0000 mgr.smithi132.rubyiy (mgr.14182) 1316 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:18.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:17 smithi132 bash[26391]: cluster 2023-12-21T04:00:15.801199+0000 mgr.smithi132.rubyiy (mgr.14182) 1317 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:20.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:19 smithi184 bash[29684]: cluster 2023-12-21T04:00:17.802349+0000 mgr.smithi132.rubyiy (mgr.14182) 1318 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:20.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:19 smithi132 bash[26391]: cluster 2023-12-21T04:00:17.802349+0000 mgr.smithi132.rubyiy (mgr.14182) 1318 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:20.865 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:20.865 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:21.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:21.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:21 smithi132 bash[26391]: cluster 2023-12-21T04:00:19.803489+0000 mgr.smithi132.rubyiy (mgr.14182) 1319 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:21 smithi184 bash[29684]: cluster 2023-12-21T04:00:19.803489+0000 mgr.smithi132.rubyiy (mgr.14182) 1319 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:22.468 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:22 smithi184 bash[29684]: audit 2023-12-21T04:00:20.852592+0000 mgr.smithi132.rubyiy (mgr.14182) 1320 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:23.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:22 smithi132 bash[26391]: audit 2023-12-21T04:00:20.852592+0000 mgr.smithi132.rubyiy (mgr.14182) 1320 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:23.957 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:23 smithi132 bash[26391]: cluster 2023-12-21T04:00:21.804775+0000 mgr.smithi132.rubyiy (mgr.14182) 1321 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:23 smithi184 bash[29684]: cluster 2023-12-21T04:00:21.804775+0000 mgr.smithi132.rubyiy (mgr.14182) 1321 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:25.821 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:25.821 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:25 smithi184 bash[29684]: cluster 2023-12-21T04:00:23.806234+0000 mgr.smithi132.rubyiy (mgr.14182) 1322 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:25 smithi132 bash[26391]: cluster 2023-12-21T04:00:23.806234+0000 mgr.smithi132.rubyiy (mgr.14182) 1322 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:26.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:27.479 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:27 smithi184 bash[29684]: cluster 2023-12-21T04:00:25.807508+0000 mgr.smithi132.rubyiy (mgr.14182) 1323 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:27 smithi184 bash[29684]: audit 2023-12-21T04:00:25.814122+0000 mgr.smithi132.rubyiy (mgr.14182) 1324 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:28.295 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:27 smithi132 bash[26391]: cluster 2023-12-21T04:00:25.807508+0000 mgr.smithi132.rubyiy (mgr.14182) 1323 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:28.295 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:27 smithi132 bash[26391]: audit 2023-12-21T04:00:25.814122+0000 mgr.smithi132.rubyiy (mgr.14182) 1324 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:30.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:29 smithi184 bash[29684]: cluster 2023-12-21T04:00:27.808670+0000 mgr.smithi132.rubyiy (mgr.14182) 1325 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:30.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:29 smithi132 bash[26391]: cluster 2023-12-21T04:00:27.808670+0000 mgr.smithi132.rubyiy (mgr.14182) 1325 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:30.972 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:30.973 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:31.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:31 smithi132 bash[26391]: cluster 2023-12-21T04:00:29.809787+0000 mgr.smithi132.rubyiy (mgr.14182) 1326 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:31 smithi184 bash[29684]: cluster 2023-12-21T04:00:29.809787+0000 mgr.smithi132.rubyiy (mgr.14182) 1326 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:32.628 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:32 smithi132 bash[26391]: audit 2023-12-21T04:00:30.961610+0000 mgr.smithi132.rubyiy (mgr.14182) 1327 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:32 smithi184 bash[29684]: audit 2023-12-21T04:00:30.961610+0000 mgr.smithi132.rubyiy (mgr.14182) 1327 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:34.050 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:33 smithi132 bash[26391]: cluster 2023-12-21T04:00:31.810960+0000 mgr.smithi132.rubyiy (mgr.14182) 1328 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:34.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:33 smithi184 bash[29684]: cluster 2023-12-21T04:00:31.810960+0000 mgr.smithi132.rubyiy (mgr.14182) 1328 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: audit 2023-12-21T04:00:33.780744+0000 mon.smithi132 (mon.0) 980 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: cluster 2023-12-21T04:00:33.811884+0000 mgr.smithi132.rubyiy (mgr.14182) 1329 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: audit 2023-12-21T04:00:34.084842+0000 mon.smithi132 (mon.0) 981 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: audit 2023-12-21T04:00:34.086142+0000 mon.smithi132 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: audit 2023-12-21T04:00:34.095214+0000 mon.smithi132 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: cluster 2023-12-21T04:00:34.096254+0000 mgr.smithi132.rubyiy (mgr.14182) 1330 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:35.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: audit 2023-12-21T04:00:34.104178+0000 mon.smithi132 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:00:35.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: audit 2023-12-21T04:00:34.118701+0000 mon.smithi132 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:00:35.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:34 smithi184 bash[29684]: cephadm 2023-12-21T04:00:34.121813+0000 mgr.smithi132.rubyiy (mgr.14182) 1331 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.inpkui on smithi184 2023-12-21T04:00:35.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: audit 2023-12-21T04:00:33.780744+0000 mon.smithi132 (mon.0) 980 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:00:35.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: cluster 2023-12-21T04:00:33.811884+0000 mgr.smithi132.rubyiy (mgr.14182) 1329 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:35.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: audit 2023-12-21T04:00:34.084842+0000 mon.smithi132 (mon.0) 981 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:00:35.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: audit 2023-12-21T04:00:34.086142+0000 mon.smithi132 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:00:35.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: audit 2023-12-21T04:00:34.095214+0000 mon.smithi132 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:00:35.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: cluster 2023-12-21T04:00:34.096254+0000 mgr.smithi132.rubyiy (mgr.14182) 1330 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:35.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: audit 2023-12-21T04:00:34.104178+0000 mon.smithi132 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:00:35.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: audit 2023-12-21T04:00:34.118701+0000 mon.smithi132 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:00:35.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:34 smithi132 bash[26391]: cephadm 2023-12-21T04:00:34.121813+0000 mgr.smithi132.rubyiy (mgr.14182) 1331 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.inpkui on smithi184 2023-12-21T04:00:35.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:35 smithi132 bash[26391]: cluster 2023-12-21T04:00:34.773344+0000 mon.smithi132 (mon.0) 986 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:00:35.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:35 smithi132 bash[26391]: cluster 2023-12-21T04:00:34.773423+0000 mon.smithi132 (mon.0) 987 : cluster [INF] Cluster is now healthy 2023-12-21T04:00:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:35 smithi184 bash[29684]: cluster 2023-12-21T04:00:34.773344+0000 mon.smithi132 (mon.0) 986 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:00:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:35 smithi184 bash[29684]: cluster 2023-12-21T04:00:34.773423+0000 mon.smithi132 (mon.0) 987 : cluster [INF] Cluster is now healthy 2023-12-21T04:00:36.143 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:36.143 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:58:25.319709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.wgvmjl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:36.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:36 smithi184 bash[29684]: cluster 2023-12-21T04:00:36.097244+0000 mgr.smithi132.rubyiy (mgr.14182) 1332 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:36 smithi184 bash[29684]: audit 2023-12-21T04:00:36.138219+0000 mgr.smithi132.rubyiy (mgr.14182) 1333 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:37.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:36 smithi132 bash[26391]: cluster 2023-12-21T04:00:36.097244+0000 mgr.smithi132.rubyiy (mgr.14182) 1332 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:37.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:36 smithi132 bash[26391]: audit 2023-12-21T04:00:36.138219+0000 mgr.smithi132.rubyiy (mgr.14182) 1333 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:37.807 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:38.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:38 smithi132 bash[26391]: audit 2023-12-21T04:00:37.964453+0000 mon.smithi132 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.inpkui"}]: dispatch 2023-12-21T04:00:38.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:38 smithi184 bash[29684]: audit 2023-12-21T04:00:37.964453+0000 mon.smithi132 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.inpkui"}]: dispatch 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: cephadm 2023-12-21T04:00:37.962706+0000 mgr.smithi132.rubyiy (mgr.14182) 1334 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.inpkui ... 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:39.361 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.inpkui ... 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.362 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: cephadm 2023-12-21T04:00:37.963218+0000 mgr.smithi132.rubyiy (mgr.14182) 1335 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: cephadm 2023-12-21T04:00:37.966063+0000 mgr.smithi132.rubyiy (mgr.14182) 1336 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.inpkui ... 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:39.363 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:39.364 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.364 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: cephadm 2023-12-21T04:00:37.971020+0000 mgr.smithi132.rubyiy (mgr.14182) 1337 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.kbjsgc on smithi132 2023-12-21T04:00:39.364 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:39 smithi132 bash[26391]: cluster 2023-12-21T04:00:38.098198+0000 mgr.smithi132.rubyiy (mgr.14182) 1338 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:39.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: cephadm 2023-12-21T04:00:37.962706+0000 mgr.smithi132.rubyiy (mgr.14182) 1334 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.388 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.inpkui ... 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:00:39.389 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.inpkui ... 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.390 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: cephadm 2023-12-21T04:00:37.963218+0000 mgr.smithi132.rubyiy (mgr.14182) 1335 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: cephadm 2023-12-21T04:00:37.966063+0000 mgr.smithi132.rubyiy (mgr.14182) 1336 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.inpkui ... 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: cephadm 2023-12-21T04:00:37.971020+0000 mgr.smithi132.rubyiy (mgr.14182) 1337 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.kbjsgc on smithi132 2023-12-21T04:00:39.391 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:39 smithi184 bash[29684]: cluster 2023-12-21T04:00:38.098198+0000 mgr.smithi132.rubyiy (mgr.14182) 1338 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:41.293 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:41.294 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:29.453130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.vokxiv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-vokxiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.vokxiv\nDeploy daemon haproxy.nfs.foo.smithi184.vokxiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.767306Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.wmamlp on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-wmamlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.wmamlp\nDeploy daemon haproxy.nfs.foo.smithi132.wmamlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T03:59:33.771595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wotzxy on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:42.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:41 smithi132 bash[26391]: cluster 2023-12-21T04:00:40.099032+0000 mgr.smithi132.rubyiy (mgr.14182) 1339 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:42.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:41 smithi184 bash[29684]: cluster 2023-12-21T04:00:40.099032+0000 mgr.smithi132.rubyiy (mgr.14182) 1339 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:43.090 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:43.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:42 smithi132 bash[26391]: audit 2023-12-21T04:00:41.280448+0000 mgr.smithi132.rubyiy (mgr.14182) 1340 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:43.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:42 smithi132 bash[26391]: audit 2023-12-21T04:00:42.051689+0000 mon.smithi132 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.kbjsgc"}]: dispatch 2023-12-21T04:00:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:42 smithi184 bash[29684]: audit 2023-12-21T04:00:41.280448+0000 mgr.smithi132.rubyiy (mgr.14182) 1340 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:42 smithi184 bash[29684]: audit 2023-12-21T04:00:42.051689+0000 mon.smithi132 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.kbjsgc"}]: dispatch 2023-12-21T04:00:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cephadm 2023-12-21T04:00:42.050372+0000 mgr.smithi132.rubyiy (mgr.14182) 1341 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.kbjsgc ... 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:44.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.kbjsgc ... 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:44.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cephadm 2023-12-21T04:00:42.050959+0000 mgr.smithi132.rubyiy (mgr.14182) 1342 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cephadm 2023-12-21T04:00:42.053343+0000 mgr.smithi132.rubyiy (mgr.14182) 1343 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.kbjsgc ... 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:44.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:44.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cephadm 2023-12-21T04:00:42.057833+0000 mgr.smithi132.rubyiy (mgr.14182) 1344 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:00:44.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cephadm 2023-12-21T04:00:42.059971+0000 mgr.smithi132.rubyiy (mgr.14182) 1345 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:00:44.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cluster 2023-12-21T04:00:42.061181+0000 mgr.smithi132.rubyiy (mgr.14182) 1346 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:44.142 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:43 smithi184 bash[29684]: cluster 2023-12-21T04:00:42.728552+0000 mon.smithi132 (mon.0) 990 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cephadm 2023-12-21T04:00:42.050372+0000 mgr.smithi132.rubyiy (mgr.14182) 1341 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.kbjsgc ... 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:44.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.kbjsgc ... 2023-12-21T04:00:44.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cephadm 2023-12-21T04:00:42.050959+0000 mgr.smithi132.rubyiy (mgr.14182) 1342 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cephadm 2023-12-21T04:00:42.053343+0000 mgr.smithi132.rubyiy (mgr.14182) 1343 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.kbjsgc ... 2023-12-21T04:00:44.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cephadm 2023-12-21T04:00:42.057833+0000 mgr.smithi132.rubyiy (mgr.14182) 1344 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cephadm 2023-12-21T04:00:42.059971+0000 mgr.smithi132.rubyiy (mgr.14182) 1345 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cluster 2023-12-21T04:00:42.061181+0000 mgr.smithi132.rubyiy (mgr.14182) 1346 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:44.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:43 smithi132 bash[26391]: cluster 2023-12-21T04:00:42.728552+0000 mon.smithi132 (mon.0) 990 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:00:45.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:45 smithi184 bash[29684]: cluster 2023-12-21T04:00:44.062512+0000 mgr.smithi132.rubyiy (mgr.14182) 1347 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:45.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:45 smithi184 bash[29684]: audit 2023-12-21T04:00:44.283858+0000 mon.smithi132 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:00:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:45 smithi132 bash[26391]: cluster 2023-12-21T04:00:44.062512+0000 mgr.smithi132.rubyiy (mgr.14182) 1347 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:00:45.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:45 smithi132 bash[26391]: audit 2023-12-21T04:00:44.283858+0000 mon.smithi132 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:00:46.523 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:46.523 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:47.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:47 smithi184 bash[29684]: cluster 2023-12-21T04:00:46.063226+0000 mgr.smithi132.rubyiy (mgr.14182) 1348 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:47 smithi184 bash[29684]: audit 2023-12-21T04:00:46.511694+0000 mgr.smithi132.rubyiy (mgr.14182) 1349 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:48.159 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:48.172 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:47 smithi132 bash[26391]: cluster 2023-12-21T04:00:46.063226+0000 mgr.smithi132.rubyiy (mgr.14182) 1348 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:48.172 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:47 smithi132 bash[26391]: audit 2023-12-21T04:00:46.511694+0000 mgr.smithi132.rubyiy (mgr.14182) 1349 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:49.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:49 smithi132 bash[26391]: cluster 2023-12-21T04:00:48.064371+0000 mgr.smithi132.rubyiy (mgr.14182) 1350 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:50.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:49 smithi184 bash[29684]: cluster 2023-12-21T04:00:48.064371+0000 mgr.smithi132.rubyiy (mgr.14182) 1350 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:51.442 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:51.442 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:51.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:51 smithi132 bash[26391]: cluster 2023-12-21T04:00:50.065550+0000 mgr.smithi132.rubyiy (mgr.14182) 1351 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:52.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:52.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:51 smithi184 bash[29684]: cluster 2023-12-21T04:00:50.065550+0000 mgr.smithi132.rubyiy (mgr.14182) 1351 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:53.081 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:53.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:52 smithi132 bash[26391]: audit 2023-12-21T04:00:51.436556+0000 mgr.smithi132.rubyiy (mgr.14182) 1352 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:53.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:52 smithi184 bash[29684]: audit 2023-12-21T04:00:51.436556+0000 mgr.smithi132.rubyiy (mgr.14182) 1352 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:54.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:53 smithi184 bash[29684]: cluster 2023-12-21T04:00:52.066240+0000 mgr.smithi132.rubyiy (mgr.14182) 1353 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:00:54.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:53 smithi132 bash[26391]: cluster 2023-12-21T04:00:52.066240+0000 mgr.smithi132.rubyiy (mgr.14182) 1353 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:00:56.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:55 smithi184 bash[29684]: cluster 2023-12-21T04:00:54.066998+0000 mgr.smithi132.rubyiy (mgr.14182) 1354 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:56.195 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:00:56.195 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:00:56.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:55 smithi132 bash[26391]: cluster 2023-12-21T04:00:54.066998+0000 mgr.smithi132.rubyiy (mgr.14182) 1354 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:56.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:00:57.855 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:00:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:57 smithi184 bash[29684]: cluster 2023-12-21T04:00:56.068095+0000 mgr.smithi132.rubyiy (mgr.14182) 1355 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:57 smithi184 bash[29684]: audit 2023-12-21T04:00:56.183787+0000 mgr.smithi132.rubyiy (mgr.14182) 1356 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:58.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:57 smithi132 bash[26391]: cluster 2023-12-21T04:00:56.068095+0000 mgr.smithi132.rubyiy (mgr.14182) 1355 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:58.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:57 smithi132 bash[26391]: audit 2023-12-21T04:00:56.183787+0000 mgr.smithi132.rubyiy (mgr.14182) 1356 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:00:59.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:00:58 smithi184 bash[29684]: cluster 2023-12-21T04:00:58.069600+0000 mgr.smithi132.rubyiy (mgr.14182) 1357 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:00:59.165 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:00:58 smithi132 bash[26391]: cluster 2023-12-21T04:00:58.069600+0000 mgr.smithi132.rubyiy (mgr.14182) 1357 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:01.148 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:01.148 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:01.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:01 smithi184 bash[29684]: cluster 2023-12-21T04:01:00.070824+0000 mgr.smithi132.rubyiy (mgr.14182) 1358 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:02.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:01 smithi132 bash[26391]: cluster 2023-12-21T04:01:00.070824+0000 mgr.smithi132.rubyiy (mgr.14182) 1358 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:02.757 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:02 smithi184 bash[29684]: audit 2023-12-21T04:01:01.138267+0000 mgr.smithi132.rubyiy (mgr.14182) 1359 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:03.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:02 smithi132 bash[26391]: audit 2023-12-21T04:01:01.138267+0000 mgr.smithi132.rubyiy (mgr.14182) 1359 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:04.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:03 smithi184 bash[29684]: cluster 2023-12-21T04:01:02.071972+0000 mgr.smithi132.rubyiy (mgr.14182) 1360 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:04.160 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:03 smithi132 bash[26391]: cluster 2023-12-21T04:01:02.071972+0000 mgr.smithi132.rubyiy (mgr.14182) 1360 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:05.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:05 smithi132 bash[26391]: cluster 2023-12-21T04:01:04.073668+0000 mgr.smithi132.rubyiy (mgr.14182) 1361 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:06.052 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:06.053 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:05 smithi184 bash[29684]: cluster 2023-12-21T04:01:04.073668+0000 mgr.smithi132.rubyiy (mgr.14182) 1361 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:06.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:07.696 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:07 smithi132 bash[26391]: audit 2023-12-21T04:01:06.047745+0000 mgr.smithi132.rubyiy (mgr.14182) 1362 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:07 smithi132 bash[26391]: cluster 2023-12-21T04:01:06.074933+0000 mgr.smithi132.rubyiy (mgr.14182) 1363 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:07 smithi184 bash[29684]: audit 2023-12-21T04:01:06.047745+0000 mgr.smithi132.rubyiy (mgr.14182) 1362 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:08.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:07 smithi184 bash[29684]: cluster 2023-12-21T04:01:06.074933+0000 mgr.smithi132.rubyiy (mgr.14182) 1363 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:10.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:09 smithi184 bash[29684]: cluster 2023-12-21T04:01:08.076122+0000 mgr.smithi132.rubyiy (mgr.14182) 1364 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:10.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:09 smithi132 bash[26391]: cluster 2023-12-21T04:01:08.076122+0000 mgr.smithi132.rubyiy (mgr.14182) 1364 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:11.028 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:11.029 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:11.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:11.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:11 smithi132 bash[26391]: cluster 2023-12-21T04:01:10.077260+0000 mgr.smithi132.rubyiy (mgr.14182) 1365 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:11 smithi184 bash[29684]: cluster 2023-12-21T04:01:10.077260+0000 mgr.smithi132.rubyiy (mgr.14182) 1365 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:12.701 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:12 smithi132 bash[26391]: audit 2023-12-21T04:01:11.021513+0000 mgr.smithi132.rubyiy (mgr.14182) 1366 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:12 smithi132 bash[26391]: cluster 2023-12-21T04:01:12.078439+0000 mgr.smithi132.rubyiy (mgr.14182) 1367 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:12 smithi184 bash[29684]: audit 2023-12-21T04:01:11.021513+0000 mgr.smithi132.rubyiy (mgr.14182) 1366 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:12 smithi184 bash[29684]: cluster 2023-12-21T04:01:12.078439+0000 mgr.smithi132.rubyiy (mgr.14182) 1367 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:15.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:15 smithi132 bash[26391]: cluster 2023-12-21T04:01:14.079154+0000 mgr.smithi132.rubyiy (mgr.14182) 1368 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:15.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:15 smithi184 bash[29684]: cluster 2023-12-21T04:01:14.079154+0000 mgr.smithi132.rubyiy (mgr.14182) 1368 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:15.962 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:15.962 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:16.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:17.607 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:17 smithi132 bash[26391]: audit 2023-12-21T04:01:15.949905+0000 mgr.smithi132.rubyiy (mgr.14182) 1369 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:17 smithi132 bash[26391]: cluster 2023-12-21T04:01:16.080312+0000 mgr.smithi132.rubyiy (mgr.14182) 1370 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:17 smithi184 bash[29684]: audit 2023-12-21T04:01:15.949905+0000 mgr.smithi132.rubyiy (mgr.14182) 1369 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:18.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:17 smithi184 bash[29684]: cluster 2023-12-21T04:01:16.080312+0000 mgr.smithi132.rubyiy (mgr.14182) 1370 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:20.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:19 smithi184 bash[29684]: cluster 2023-12-21T04:01:18.081595+0000 mgr.smithi132.rubyiy (mgr.14182) 1371 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:20.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:19 smithi132 bash[26391]: cluster 2023-12-21T04:01:18.081595+0000 mgr.smithi132.rubyiy (mgr.14182) 1371 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:20.966 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:20.967 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:21.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:21.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:21 smithi132 bash[26391]: cluster 2023-12-21T04:01:20.082856+0000 mgr.smithi132.rubyiy (mgr.14182) 1372 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:21 smithi184 bash[29684]: cluster 2023-12-21T04:01:20.082856+0000 mgr.smithi132.rubyiy (mgr.14182) 1372 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:22.579 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:22 smithi132 bash[26391]: audit 2023-12-21T04:01:20.959654+0000 mgr.smithi132.rubyiy (mgr.14182) 1373 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:23.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:22 smithi184 bash[29684]: audit 2023-12-21T04:01:20.959654+0000 mgr.smithi132.rubyiy (mgr.14182) 1373 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:24.033 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:23 smithi132 bash[26391]: cluster 2023-12-21T04:01:22.083951+0000 mgr.smithi132.rubyiy (mgr.14182) 1374 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:23 smithi184 bash[29684]: cluster 2023-12-21T04:01:22.083951+0000 mgr.smithi132.rubyiy (mgr.14182) 1374 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:25.856 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:25.857 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:25 smithi184 bash[29684]: cluster 2023-12-21T04:01:24.085352+0000 mgr.smithi132.rubyiy (mgr.14182) 1375 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:26.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:25 smithi132 bash[26391]: cluster 2023-12-21T04:01:24.085352+0000 mgr.smithi132.rubyiy (mgr.14182) 1375 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:26.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:27.549 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:27.981 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:27 smithi132 bash[26391]: audit 2023-12-21T04:01:25.846752+0000 mgr.smithi132.rubyiy (mgr.14182) 1376 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:27.982 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:27 smithi132 bash[26391]: cluster 2023-12-21T04:01:26.086539+0000 mgr.smithi132.rubyiy (mgr.14182) 1377 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:27 smithi184 bash[29684]: audit 2023-12-21T04:01:25.846752+0000 mgr.smithi132.rubyiy (mgr.14182) 1376 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:27 smithi184 bash[29684]: cluster 2023-12-21T04:01:26.086539+0000 mgr.smithi132.rubyiy (mgr.14182) 1377 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:28.934 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:28 smithi132 bash[26391]: cluster 2023-12-21T04:01:28.087691+0000 mgr.smithi132.rubyiy (mgr.14182) 1378 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:28 smithi184 bash[29684]: cluster 2023-12-21T04:01:28.087691+0000 mgr.smithi132.rubyiy (mgr.14182) 1378 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:30.825 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:30.825 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:31.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:31 smithi132 bash[26391]: cluster 2023-12-21T04:01:30.088371+0000 mgr.smithi132.rubyiy (mgr.14182) 1379 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:31 smithi184 bash[29684]: cluster 2023-12-21T04:01:30.088371+0000 mgr.smithi132.rubyiy (mgr.14182) 1379 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:32.520 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:32 smithi132 bash[26391]: audit 2023-12-21T04:01:30.817662+0000 mgr.smithi132.rubyiy (mgr.14182) 1380 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:33.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:32 smithi184 bash[29684]: audit 2023-12-21T04:01:30.817662+0000 mgr.smithi132.rubyiy (mgr.14182) 1380 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:33.913 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:33 smithi132 bash[26391]: cluster 2023-12-21T04:01:32.089478+0000 mgr.smithi132.rubyiy (mgr.14182) 1381 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:34.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:33 smithi184 bash[29684]: cluster 2023-12-21T04:01:32.089478+0000 mgr.smithi132.rubyiy (mgr.14182) 1381 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:35.599 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:35.599 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:35.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:35 smithi132 bash[26391]: cluster 2023-12-21T04:01:34.090401+0000 mgr.smithi132.rubyiy (mgr.14182) 1382 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:36.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:35 smithi184 bash[29684]: cluster 2023-12-21T04:01:34.090401+0000 mgr.smithi132.rubyiy (mgr.14182) 1382 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:36.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:36 smithi184 bash[29684]: audit 2023-12-21T04:01:35.594441+0000 mgr.smithi132.rubyiy (mgr.14182) 1383 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:37.217 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:37.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:36 smithi132 bash[26391]: audit 2023-12-21T04:01:35.594441+0000 mgr.smithi132.rubyiy (mgr.14182) 1383 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:37 smithi184 bash[29684]: cluster 2023-12-21T04:01:36.091203+0000 mgr.smithi132.rubyiy (mgr.14182) 1384 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:38.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:37 smithi132 bash[26391]: cluster 2023-12-21T04:01:36.091203+0000 mgr.smithi132.rubyiy (mgr.14182) 1384 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:39.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:38 smithi184 bash[29684]: cluster 2023-12-21T04:01:38.092337+0000 mgr.smithi132.rubyiy (mgr.14182) 1385 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:39.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:38 smithi132 bash[26391]: cluster 2023-12-21T04:01:38.092337+0000 mgr.smithi132.rubyiy (mgr.14182) 1385 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:40.631 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:40.631 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:41.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:41 smithi184 bash[29684]: cluster 2023-12-21T04:01:40.093530+0000 mgr.smithi132.rubyiy (mgr.14182) 1386 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:41 smithi184 bash[29684]: audit 2023-12-21T04:01:40.618528+0000 mgr.smithi132.rubyiy (mgr.14182) 1387 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:42.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:41 smithi132 bash[26391]: cluster 2023-12-21T04:01:40.093530+0000 mgr.smithi132.rubyiy (mgr.14182) 1386 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:42.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:41 smithi132 bash[26391]: audit 2023-12-21T04:01:40.618528+0000 mgr.smithi132.rubyiy (mgr.14182) 1387 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:42.261 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:42 smithi184 bash[29684]: audit 2023-12-21T04:01:42.066068+0000 mon.smithi132 (mon.0) 992 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:01:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:42 smithi184 bash[29684]: audit 2023-12-21T04:01:42.375827+0000 mon.smithi132 (mon.0) 993 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:01:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:42 smithi184 bash[29684]: audit 2023-12-21T04:01:42.377169+0000 mon.smithi132 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:01:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:42 smithi184 bash[29684]: audit 2023-12-21T04:01:42.385468+0000 mon.smithi132 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:42 smithi184 bash[29684]: audit 2023-12-21T04:01:42.393507+0000 mon.smithi132 (mon.0) 996 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:01:43.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:42 smithi184 bash[29684]: audit 2023-12-21T04:01:42.406205+0000 mon.smithi132 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:43.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:42 smithi132 bash[26391]: audit 2023-12-21T04:01:42.066068+0000 mon.smithi132 (mon.0) 992 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:01:43.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:42 smithi132 bash[26391]: audit 2023-12-21T04:01:42.375827+0000 mon.smithi132 (mon.0) 993 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:01:43.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:42 smithi132 bash[26391]: audit 2023-12-21T04:01:42.377169+0000 mon.smithi132 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:01:43.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:42 smithi132 bash[26391]: audit 2023-12-21T04:01:42.385468+0000 mon.smithi132 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:43.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:42 smithi132 bash[26391]: audit 2023-12-21T04:01:42.393507+0000 mon.smithi132 (mon.0) 996 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:01:43.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:42 smithi132 bash[26391]: audit 2023-12-21T04:01:42.406205+0000 mon.smithi132 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:43 smithi184 bash[29684]: cluster 2023-12-21T04:01:42.094828+0000 mgr.smithi132.rubyiy (mgr.14182) 1388 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:43 smithi184 bash[29684]: cluster 2023-12-21T04:01:42.386414+0000 mgr.smithi132.rubyiy (mgr.14182) 1389 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:43 smithi184 bash[29684]: cephadm 2023-12-21T04:01:42.409271+0000 mgr.smithi132.rubyiy (mgr.14182) 1390 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ppjryq on smithi184 2023-12-21T04:01:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:43 smithi184 bash[29684]: cluster 2023-12-21T04:01:42.746212+0000 mon.smithi132 (mon.0) 998 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:01:44.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:43 smithi184 bash[29684]: cluster 2023-12-21T04:01:42.746270+0000 mon.smithi132 (mon.0) 999 : cluster [INF] Cluster is now healthy 2023-12-21T04:01:44.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:43 smithi132 bash[26391]: cluster 2023-12-21T04:01:42.094828+0000 mgr.smithi132.rubyiy (mgr.14182) 1388 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:01:44.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:43 smithi132 bash[26391]: cluster 2023-12-21T04:01:42.386414+0000 mgr.smithi132.rubyiy (mgr.14182) 1389 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:44.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:43 smithi132 bash[26391]: cephadm 2023-12-21T04:01:42.409271+0000 mgr.smithi132.rubyiy (mgr.14182) 1390 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ppjryq on smithi184 2023-12-21T04:01:44.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:43 smithi132 bash[26391]: cluster 2023-12-21T04:01:42.746212+0000 mon.smithi132 (mon.0) 998 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:01:44.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:43 smithi132 bash[26391]: cluster 2023-12-21T04:01:42.746270+0000 mon.smithi132 (mon.0) 999 : cluster [INF] Cluster is now healthy 2023-12-21T04:01:45.584 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:45.585 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T03:59:33.775507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.yuvucm on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:37.965733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.inpkui on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-inpkui\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.inpkui\nDeploy daemon haproxy.nfs.foo.smithi184.inpkui ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.053091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.kbjsgc on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-kbjsgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.kbjsgc\nDeploy daemon haproxy.nfs.foo.smithi132.kbjsgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:00:42.057645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.wbzhgi on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:45.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:45 smithi132 bash[26391]: cluster 2023-12-21T04:01:44.386990+0000 mgr.smithi132.rubyiy (mgr.14182) 1391 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:46.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:45 smithi184 bash[29684]: cluster 2023-12-21T04:01:44.386990+0000 mgr.smithi132.rubyiy (mgr.14182) 1391 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:46.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:47.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:46 smithi184 bash[29684]: audit 2023-12-21T04:01:45.571642+0000 mgr.smithi132.rubyiy (mgr.14182) 1392 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:47.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:46 smithi184 bash[29684]: audit 2023-12-21T04:01:46.386873+0000 mon.smithi132 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ppjryq"}]: dispatch 2023-12-21T04:01:47.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:46 smithi132 bash[26391]: audit 2023-12-21T04:01:45.571642+0000 mgr.smithi132.rubyiy (mgr.14182) 1392 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:47.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:46 smithi132 bash[26391]: audit 2023-12-21T04:01:46.386873+0000 mon.smithi132 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ppjryq"}]: dispatch 2023-12-21T04:01:47.242 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: cephadm 2023-12-21T04:01:46.385530+0000 mgr.smithi132.rubyiy (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ppjryq ... 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:01:48.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ppjryq ... 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: cephadm 2023-12-21T04:01:46.386147+0000 mgr.smithi132.rubyiy (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: cluster 2023-12-21T04:01:46.387948+0000 mgr.smithi132.rubyiy (mgr.14182) 1395 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: cephadm 2023-12-21T04:01:46.388618+0000 mgr.smithi132.rubyiy (mgr.14182) 1396 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.ppjryq ... 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:47 smithi184 bash[29684]: cephadm 2023-12-21T04:01:46.393868+0000 mgr.smithi132.rubyiy (mgr.14182) 1397 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.bybyir on smithi132 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: cephadm 2023-12-21T04:01:46.385530+0000 mgr.smithi132.rubyiy (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ppjryq ... 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:48.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ppjryq ... 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: cephadm 2023-12-21T04:01:46.386147+0000 mgr.smithi132.rubyiy (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: cluster 2023-12-21T04:01:46.387948+0000 mgr.smithi132.rubyiy (mgr.14182) 1395 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: cephadm 2023-12-21T04:01:46.388618+0000 mgr.smithi132.rubyiy (mgr.14182) 1396 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:48.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.ppjryq ... 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:48.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:47 smithi132 bash[26391]: cephadm 2023-12-21T04:01:46.393868+0000 mgr.smithi132.rubyiy (mgr.14182) 1397 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.bybyir on smithi132 2023-12-21T04:01:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:49 smithi132 bash[26391]: audit 2023-12-21T04:01:48.136022+0000 mon.smithi132 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:49.433 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:49 smithi132 bash[26391]: cluster 2023-12-21T04:01:48.389210+0000 mgr.smithi132.rubyiy (mgr.14182) 1398 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:49.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:49 smithi184 bash[29684]: audit 2023-12-21T04:01:48.136022+0000 mon.smithi132 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:49.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:49 smithi184 bash[29684]: cluster 2023-12-21T04:01:48.389210+0000 mgr.smithi132.rubyiy (mgr.14182) 1398 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:01:50.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:50 smithi132 bash[26391]: audit 2023-12-21T04:01:50.311581+0000 mon.smithi132 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.bybyir"}]: dispatch 2023-12-21T04:01:50.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:50 smithi184 bash[29684]: audit 2023-12-21T04:01:50.311581+0000 mon.smithi132 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.bybyir"}]: dispatch 2023-12-21T04:01:50.766 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:50.766 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:51.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:51.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cephadm 2023-12-21T04:01:50.310360+0000 mgr.smithi132.rubyiy (mgr.14182) 1399 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:51.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.bybyir ... 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:51.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.bybyir ... 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cephadm 2023-12-21T04:01:50.310972+0000 mgr.smithi132.rubyiy (mgr.14182) 1400 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cephadm 2023-12-21T04:01:50.312865+0000 mgr.smithi132.rubyiy (mgr.14182) 1401 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.bybyir ... 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cephadm 2023-12-21T04:01:50.317488+0000 mgr.smithi132.rubyiy (mgr.14182) 1402 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cephadm 2023-12-21T04:01:50.321708+0000 mgr.smithi132.rubyiy (mgr.14182) 1403 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cluster 2023-12-21T04:01:50.322655+0000 mgr.smithi132.rubyiy (mgr.14182) 1404 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: cluster 2023-12-21T04:01:50.374589+0000 mon.smithi132 (mon.0) 1003 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:01:51.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:51 smithi184 bash[29684]: audit 2023-12-21T04:01:50.756652+0000 mgr.smithi132.rubyiy (mgr.14182) 1405 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:51.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cephadm 2023-12-21T04:01:50.310360+0000 mgr.smithi132.rubyiy (mgr.14182) 1399 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.bybyir ... 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:01:51.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.bybyir ... 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.726 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cephadm 2023-12-21T04:01:50.310972+0000 mgr.smithi132.rubyiy (mgr.14182) 1400 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cephadm 2023-12-21T04:01:50.312865+0000 mgr.smithi132.rubyiy (mgr.14182) 1401 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.bybyir ... 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:01:51.727 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cephadm 2023-12-21T04:01:50.317488+0000 mgr.smithi132.rubyiy (mgr.14182) 1402 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cephadm 2023-12-21T04:01:50.321708+0000 mgr.smithi132.rubyiy (mgr.14182) 1403 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cluster 2023-12-21T04:01:50.322655+0000 mgr.smithi132.rubyiy (mgr.14182) 1404 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: cluster 2023-12-21T04:01:50.374589+0000 mon.smithi132 (mon.0) 1003 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:01:51.728 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:51 smithi132 bash[26391]: audit 2023-12-21T04:01:50.756652+0000 mgr.smithi132.rubyiy (mgr.14182) 1405 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:52.451 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:53.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:53 smithi184 bash[29684]: cluster 2023-12-21T04:01:52.323832+0000 mgr.smithi132.rubyiy (mgr.14182) 1406 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:01:53.642 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:53 smithi132 bash[26391]: cluster 2023-12-21T04:01:52.323832+0000 mgr.smithi132.rubyiy (mgr.14182) 1406 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:01:55.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:55 smithi132 bash[26391]: cluster 2023-12-21T04:01:54.325017+0000 mgr.smithi132.rubyiy (mgr.14182) 1407 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:55.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:55 smithi132 bash[26391]: audit 2023-12-21T04:01:54.334772+0000 mon.smithi132 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:55.597 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:01:55.598 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:01:55.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:55 smithi184 bash[29684]: cluster 2023-12-21T04:01:54.325017+0000 mgr.smithi132.rubyiy (mgr.14182) 1407 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:55.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:55 smithi184 bash[29684]: audit 2023-12-21T04:01:54.334772+0000 mon.smithi132 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:01:56.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:01:57.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:56 smithi184 bash[29684]: audit 2023-12-21T04:01:55.588081+0000 mgr.smithi132.rubyiy (mgr.14182) 1408 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:57.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:56 smithi132 bash[26391]: audit 2023-12-21T04:01:55.588081+0000 mgr.smithi132.rubyiy (mgr.14182) 1408 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:01:57.251 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:01:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:57 smithi184 bash[29684]: cluster 2023-12-21T04:01:56.326153+0000 mgr.smithi132.rubyiy (mgr.14182) 1409 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:01:58.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:57 smithi132 bash[26391]: cluster 2023-12-21T04:01:56.326153+0000 mgr.smithi132.rubyiy (mgr.14182) 1409 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:00.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:01:59 smithi132 bash[26391]: cluster 2023-12-21T04:01:58.327454+0000 mgr.smithi132.rubyiy (mgr.14182) 1410 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:00.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:01:59 smithi184 bash[29684]: cluster 2023-12-21T04:01:58.327454+0000 mgr.smithi132.rubyiy (mgr.14182) 1410 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:00.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:00.514 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:01.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:01 smithi184 bash[29684]: cluster 2023-12-21T04:02:00.328470+0000 mgr.smithi132.rubyiy (mgr.14182) 1411 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:02.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:01 smithi184 bash[29684]: audit 2023-12-21T04:02:00.508831+0000 mgr.smithi132.rubyiy (mgr.14182) 1412 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:02.157 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:02.170 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:01 smithi132 bash[26391]: cluster 2023-12-21T04:02:00.328470+0000 mgr.smithi132.rubyiy (mgr.14182) 1411 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:02.170 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:01 smithi132 bash[26391]: audit 2023-12-21T04:02:00.508831+0000 mgr.smithi132.rubyiy (mgr.14182) 1412 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:03.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:03 smithi132 bash[26391]: cluster 2023-12-21T04:02:02.329776+0000 mgr.smithi132.rubyiy (mgr.14182) 1413 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:03.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:03 smithi132 bash[26391]: audit 2023-12-21T04:02:03.136440+0000 mon.smithi132 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:04.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:03 smithi184 bash[29684]: cluster 2023-12-21T04:02:02.329776+0000 mgr.smithi132.rubyiy (mgr.14182) 1413 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:04.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:03 smithi184 bash[29684]: audit 2023-12-21T04:02:03.136440+0000 mon.smithi132 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:05.467 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:05.467 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:06.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:05 smithi132 bash[26391]: cluster 2023-12-21T04:02:04.331093+0000 mgr.smithi132.rubyiy (mgr.14182) 1414 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:06.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:05 smithi184 bash[29684]: cluster 2023-12-21T04:02:04.331093+0000 mgr.smithi132.rubyiy (mgr.14182) 1414 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:07.067 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:07.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:06 smithi132 bash[26391]: audit 2023-12-21T04:02:05.462377+0000 mgr.smithi132.rubyiy (mgr.14182) 1415 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:07.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:06 smithi132 bash[26391]: cluster 2023-12-21T04:02:06.332263+0000 mgr.smithi132.rubyiy (mgr.14182) 1416 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:06 smithi184 bash[29684]: audit 2023-12-21T04:02:05.462377+0000 mgr.smithi132.rubyiy (mgr.14182) 1415 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:07.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:06 smithi184 bash[29684]: cluster 2023-12-21T04:02:06.332263+0000 mgr.smithi132.rubyiy (mgr.14182) 1416 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:09.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:09 smithi132 bash[26391]: cluster 2023-12-21T04:02:08.333513+0000 mgr.smithi132.rubyiy (mgr.14182) 1417 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:09.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:09 smithi184 bash[29684]: cluster 2023-12-21T04:02:08.333513+0000 mgr.smithi132.rubyiy (mgr.14182) 1417 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:10.256 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:10.256 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:10.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:11.921 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:11 smithi184 bash[29684]: audit 2023-12-21T04:02:10.243734+0000 mgr.smithi132.rubyiy (mgr.14182) 1418 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:12.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:11 smithi184 bash[29684]: cluster 2023-12-21T04:02:10.334514+0000 mgr.smithi132.rubyiy (mgr.14182) 1419 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:12.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:11 smithi132 bash[26391]: audit 2023-12-21T04:02:10.243734+0000 mgr.smithi132.rubyiy (mgr.14182) 1418 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:12.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:11 smithi132 bash[26391]: cluster 2023-12-21T04:02:10.334514+0000 mgr.smithi132.rubyiy (mgr.14182) 1419 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:14.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:13 smithi184 bash[29684]: cluster 2023-12-21T04:02:12.335529+0000 mgr.smithi132.rubyiy (mgr.14182) 1420 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:14.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:13 smithi132 bash[26391]: cluster 2023-12-21T04:02:12.335529+0000 mgr.smithi132.rubyiy (mgr.14182) 1420 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:15.256 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:15.257 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:15.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:16.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:15 smithi184 bash[29684]: cluster 2023-12-21T04:02:14.336742+0000 mgr.smithi132.rubyiy (mgr.14182) 1421 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:16.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:15 smithi132 bash[26391]: cluster 2023-12-21T04:02:14.336742+0000 mgr.smithi132.rubyiy (mgr.14182) 1421 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:16.866 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:16 smithi184 bash[29684]: audit 2023-12-21T04:02:15.251601+0000 mgr.smithi132.rubyiy (mgr.14182) 1422 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:17.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:16 smithi132 bash[26391]: audit 2023-12-21T04:02:15.251601+0000 mgr.smithi132.rubyiy (mgr.14182) 1422 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:18.032 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:17 smithi132 bash[26391]: cluster 2023-12-21T04:02:16.337920+0000 mgr.smithi132.rubyiy (mgr.14182) 1423 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:18.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:17 smithi184 bash[29684]: cluster 2023-12-21T04:02:16.337920+0000 mgr.smithi132.rubyiy (mgr.14182) 1423 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:20.076 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:20.076 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:20.134 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:19 smithi132 bash[26391]: cluster 2023-12-21T04:02:18.338978+0000 mgr.smithi132.rubyiy (mgr.14182) 1424 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:20.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:19 smithi184 bash[29684]: cluster 2023-12-21T04:02:18.338978+0000 mgr.smithi132.rubyiy (mgr.14182) 1424 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:20.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:21.745 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:21 smithi184 bash[29684]: audit 2023-12-21T04:02:20.068704+0000 mgr.smithi132.rubyiy (mgr.14182) 1425 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:22.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:21 smithi184 bash[29684]: cluster 2023-12-21T04:02:20.340001+0000 mgr.smithi132.rubyiy (mgr.14182) 1426 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:22.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:21 smithi132 bash[26391]: audit 2023-12-21T04:02:20.068704+0000 mgr.smithi132.rubyiy (mgr.14182) 1425 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:22.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:21 smithi132 bash[26391]: cluster 2023-12-21T04:02:20.340001+0000 mgr.smithi132.rubyiy (mgr.14182) 1426 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:24.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:23 smithi184 bash[29684]: cluster 2023-12-21T04:02:22.341201+0000 mgr.smithi132.rubyiy (mgr.14182) 1427 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:24.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:23 smithi132 bash[26391]: cluster 2023-12-21T04:02:22.341201+0000 mgr.smithi132.rubyiy (mgr.14182) 1427 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:25.020 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:25.021 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:25.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:25.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:25 smithi132 bash[26391]: cluster 2023-12-21T04:02:24.342369+0000 mgr.smithi132.rubyiy (mgr.14182) 1428 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:26.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:25 smithi184 bash[29684]: cluster 2023-12-21T04:02:24.342369+0000 mgr.smithi132.rubyiy (mgr.14182) 1428 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:26.639 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:26.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:26 smithi132 bash[26391]: audit 2023-12-21T04:02:25.010659+0000 mgr.smithi132.rubyiy (mgr.14182) 1429 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:26 smithi184 bash[29684]: audit 2023-12-21T04:02:25.010659+0000 mgr.smithi132.rubyiy (mgr.14182) 1429 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:28.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:27 smithi184 bash[29684]: cluster 2023-12-21T04:02:26.343567+0000 mgr.smithi132.rubyiy (mgr.14182) 1430 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:28.139 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:27 smithi132 bash[26391]: cluster 2023-12-21T04:02:26.343567+0000 mgr.smithi132.rubyiy (mgr.14182) 1430 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:28 smithi184 bash[29684]: cluster 2023-12-21T04:02:28.344946+0000 mgr.smithi132.rubyiy (mgr.14182) 1431 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:29.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:28 smithi132 bash[26391]: cluster 2023-12-21T04:02:28.344946+0000 mgr.smithi132.rubyiy (mgr.14182) 1431 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:30.023 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:30.023 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:30.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:31.706 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:31 smithi132 bash[26391]: audit 2023-12-21T04:02:30.018166+0000 mgr.smithi132.rubyiy (mgr.14182) 1432 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:31.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:31 smithi132 bash[26391]: cluster 2023-12-21T04:02:30.346068+0000 mgr.smithi132.rubyiy (mgr.14182) 1433 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:31 smithi184 bash[29684]: audit 2023-12-21T04:02:30.018166+0000 mgr.smithi132.rubyiy (mgr.14182) 1432 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:31 smithi184 bash[29684]: cluster 2023-12-21T04:02:30.346068+0000 mgr.smithi132.rubyiy (mgr.14182) 1433 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:34.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:33 smithi184 bash[29684]: cluster 2023-12-21T04:02:32.347124+0000 mgr.smithi132.rubyiy (mgr.14182) 1434 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:34.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:33 smithi132 bash[26391]: cluster 2023-12-21T04:02:32.347124+0000 mgr.smithi132.rubyiy (mgr.14182) 1434 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:35.005 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:35.006 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:35.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:35.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:35 smithi132 bash[26391]: cluster 2023-12-21T04:02:34.348363+0000 mgr.smithi132.rubyiy (mgr.14182) 1435 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:36.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:35 smithi184 bash[29684]: cluster 2023-12-21T04:02:34.348363+0000 mgr.smithi132.rubyiy (mgr.14182) 1435 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:36.617 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:36.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:36 smithi132 bash[26391]: audit 2023-12-21T04:02:34.995979+0000 mgr.smithi132.rubyiy (mgr.14182) 1436 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:36 smithi184 bash[29684]: audit 2023-12-21T04:02:34.995979+0000 mgr.smithi132.rubyiy (mgr.14182) 1436 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:37.922 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:37 smithi132 bash[26391]: cluster 2023-12-21T04:02:36.349615+0000 mgr.smithi132.rubyiy (mgr.14182) 1437 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:38.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:37 smithi184 bash[29684]: cluster 2023-12-21T04:02:36.349615+0000 mgr.smithi132.rubyiy (mgr.14182) 1437 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:39.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:38 smithi184 bash[29684]: cluster 2023-12-21T04:02:38.351022+0000 mgr.smithi132.rubyiy (mgr.14182) 1438 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:39.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:38 smithi132 bash[26391]: cluster 2023-12-21T04:02:38.351022+0000 mgr.smithi132.rubyiy (mgr.14182) 1438 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:39.779 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:39.779 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:39 smithi184 bash[29684]: audit 2023-12-21T04:02:39.766160+0000 mgr.smithi132.rubyiy (mgr.14182) 1439 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:40.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:39 smithi132 bash[26391]: audit 2023-12-21T04:02:39.766160+0000 mgr.smithi132.rubyiy (mgr.14182) 1439 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:40.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:41.424 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:42.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:41 smithi184 bash[29684]: cluster 2023-12-21T04:02:40.352012+0000 mgr.smithi132.rubyiy (mgr.14182) 1440 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:42.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:41 smithi132 bash[26391]: cluster 2023-12-21T04:02:40.352012+0000 mgr.smithi132.rubyiy (mgr.14182) 1440 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:44.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:43 smithi184 bash[29684]: cluster 2023-12-21T04:02:42.353420+0000 mgr.smithi132.rubyiy (mgr.14182) 1441 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:44.161 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:43 smithi132 bash[26391]: cluster 2023-12-21T04:02:42.353420+0000 mgr.smithi132.rubyiy (mgr.14182) 1441 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:44.611 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:44.611 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:45.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:46.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:45 smithi184 bash[29684]: cluster 2023-12-21T04:02:44.354657+0000 mgr.smithi132.rubyiy (mgr.14182) 1442 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:46.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:45 smithi184 bash[29684]: audit 2023-12-21T04:02:44.599767+0000 mgr.smithi132.rubyiy (mgr.14182) 1443 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:46.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:45 smithi132 bash[26391]: cluster 2023-12-21T04:02:44.354657+0000 mgr.smithi132.rubyiy (mgr.14182) 1442 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:46.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:45 smithi132 bash[26391]: audit 2023-12-21T04:02:44.599767+0000 mgr.smithi132.rubyiy (mgr.14182) 1443 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:46.248 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:47.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:47 smithi132 bash[26391]: cluster 2023-12-21T04:02:46.355813+0000 mgr.smithi132.rubyiy (mgr.14182) 1444 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:48.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:47 smithi184 bash[29684]: cluster 2023-12-21T04:02:46.355813+0000 mgr.smithi132.rubyiy (mgr.14182) 1444 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:49.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:48 smithi132 bash[26391]: cluster 2023-12-21T04:02:48.356535+0000 mgr.smithi132.rubyiy (mgr.14182) 1445 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:49.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:48 smithi184 bash[29684]: cluster 2023-12-21T04:02:48.356535+0000 mgr.smithi132.rubyiy (mgr.14182) 1445 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:49.544 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:49.544 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:50.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:49 smithi184 bash[29684]: audit 2023-12-21T04:02:49.534286+0000 mgr.smithi132.rubyiy (mgr.14182) 1446 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:50.204 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:49 smithi132 bash[26391]: audit 2023-12-21T04:02:49.534286+0000 mgr.smithi132.rubyiy (mgr.14182) 1446 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:50.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:51.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:50 smithi184 bash[29684]: audit 2023-12-21T04:02:50.325798+0000 mon.smithi132 (mon.0) 1006 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:02:51.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:50 smithi184 bash[29684]: cluster 2023-12-21T04:02:50.357342+0000 mgr.smithi132.rubyiy (mgr.14182) 1447 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:51.206 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:51.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:50 smithi132 bash[26391]: audit 2023-12-21T04:02:50.325798+0000 mon.smithi132 (mon.0) 1006 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:02:51.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:50 smithi132 bash[26391]: cluster 2023-12-21T04:02:50.357342+0000 mgr.smithi132.rubyiy (mgr.14182) 1447 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:53.725 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:53 smithi132 bash[26391]: cluster 2023-12-21T04:02:52.359095+0000 mgr.smithi132.rubyiy (mgr.14182) 1448 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:53.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:53 smithi184 bash[29684]: cluster 2023-12-21T04:02:52.359095+0000 mgr.smithi132.rubyiy (mgr.14182) 1448 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:02:54.534 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:54.535 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T03:52:28.596167Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:52:28.596265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T03:52:28.596360Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:52:28.596918Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:52:28.596066Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:52:28.595892Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T03:52:28.597021Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:52:28.596454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:52:28.596547Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:02:55.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:02:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:55 smithi132 bash[26391]: cluster 2023-12-21T04:02:54.360147+0000 mgr.smithi132.rubyiy (mgr.14182) 1449 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:55.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:55 smithi132 bash[26391]: audit 2023-12-21T04:02:54.524862+0000 mgr.smithi132.rubyiy (mgr.14182) 1450 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:55 smithi184 bash[29684]: cluster 2023-12-21T04:02:54.360147+0000 mgr.smithi132.rubyiy (mgr.14182) 1449 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:55.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:55 smithi184 bash[29684]: audit 2023-12-21T04:02:54.524862+0000 mgr.smithi132.rubyiy (mgr.14182) 1450 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:02:56.152 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:02:57.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: cluster 2023-12-21T04:02:56.361042+0000 mgr.smithi132.rubyiy (mgr.14182) 1451 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:57.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: audit 2023-12-21T04:02:57.110629+0000 mon.smithi132 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:57.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: audit 2023-12-21T04:02:57.408117+0000 mon.smithi132 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:02:57.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: audit 2023-12-21T04:02:57.409376+0000 mon.smithi132 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:02:57.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: audit 2023-12-21T04:02:57.417720+0000 mon.smithi132 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:57.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: audit 2023-12-21T04:02:57.427462+0000 mon.smithi132 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:02:57.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:57 smithi132 bash[26391]: audit 2023-12-21T04:02:57.444824+0000 mon.smithi132 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: cluster 2023-12-21T04:02:56.361042+0000 mgr.smithi132.rubyiy (mgr.14182) 1451 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:02:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: audit 2023-12-21T04:02:57.110629+0000 mon.smithi132 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: audit 2023-12-21T04:02:57.408117+0000 mon.smithi132 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:02:58.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: audit 2023-12-21T04:02:57.409376+0000 mon.smithi132 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:02:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: audit 2023-12-21T04:02:57.417720+0000 mon.smithi132 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: audit 2023-12-21T04:02:57.427462+0000 mon.smithi132 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:02:58.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:57 smithi184 bash[29684]: audit 2023-12-21T04:02:57.444824+0000 mon.smithi132 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:02:59.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:58 smithi132 bash[26391]: cluster 2023-12-21T04:02:57.418993+0000 mgr.smithi132.rubyiy (mgr.14182) 1452 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:02:59.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:58 smithi132 bash[26391]: cephadm 2023-12-21T04:02:57.448963+0000 mgr.smithi132.rubyiy (mgr.14182) 1453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.lxykif on smithi184 2023-12-21T04:02:59.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:58 smithi132 bash[26391]: cluster 2023-12-21T04:02:58.414229+0000 mon.smithi132 (mon.0) 1013 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:02:59.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:02:58 smithi132 bash[26391]: cluster 2023-12-21T04:02:58.414326+0000 mon.smithi132 (mon.0) 1014 : cluster [INF] Cluster is now healthy 2023-12-21T04:02:59.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:58 smithi184 bash[29684]: cluster 2023-12-21T04:02:57.418993+0000 mgr.smithi132.rubyiy (mgr.14182) 1452 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:02:59.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:58 smithi184 bash[29684]: cephadm 2023-12-21T04:02:57.448963+0000 mgr.smithi132.rubyiy (mgr.14182) 1453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.lxykif on smithi184 2023-12-21T04:02:59.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:58 smithi184 bash[29684]: cluster 2023-12-21T04:02:58.414229+0000 mon.smithi132 (mon.0) 1013 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:02:59.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:02:58 smithi184 bash[29684]: cluster 2023-12-21T04:02:58.414326+0000 mon.smithi132 (mon.0) 1014 : cluster [INF] Cluster is now healthy 2023-12-21T04:02:59.526 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:02:59.526 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:00:42.059778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.rzqtgg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:00.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:01.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:00 smithi184 bash[29684]: cluster 2023-12-21T04:02:59.419856+0000 mgr.smithi132.rubyiy (mgr.14182) 1454 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:03:01.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:00 smithi184 bash[29684]: audit 2023-12-21T04:02:59.520780+0000 mgr.smithi132.rubyiy (mgr.14182) 1455 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:01.171 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:01.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:00 smithi132 bash[26391]: cluster 2023-12-21T04:02:59.419856+0000 mgr.smithi132.rubyiy (mgr.14182) 1454 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:03:01.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:00 smithi132 bash[26391]: audit 2023-12-21T04:02:59.520780+0000 mgr.smithi132.rubyiy (mgr.14182) 1455 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:02.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:01 smithi184 bash[29684]: audit 2023-12-21T04:03:01.417994+0000 mon.smithi132 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.lxykif"}]: dispatch 2023-12-21T04:03:02.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:01 smithi132 bash[26391]: audit 2023-12-21T04:03:01.417994+0000 mon.smithi132 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.lxykif"}]: dispatch 2023-12-21T04:03:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: cephadm 2023-12-21T04:03:01.417051+0000 mgr.smithi132.rubyiy (mgr.14182) 1456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.lxykif ... 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:03:03.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.lxykif ... 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: cephadm 2023-12-21T04:03:01.417435+0000 mgr.smithi132.rubyiy (mgr.14182) 1457 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: cephadm 2023-12-21T04:03:01.419378+0000 mgr.smithi132.rubyiy (mgr.14182) 1458 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.lxykif ... 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: cluster 2023-12-21T04:03:01.420560+0000 mgr.smithi132.rubyiy (mgr.14182) 1459 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-12-21T04:03:03.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:02 smithi184 bash[29684]: cephadm 2023-12-21T04:03:01.424468+0000 mgr.smithi132.rubyiy (mgr.14182) 1460 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.axjwvo on smithi132 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: cephadm 2023-12-21T04:03:01.417051+0000 mgr.smithi132.rubyiy (mgr.14182) 1456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.lxykif ... 2023-12-21T04:03:03.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.lxykif ... 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: cephadm 2023-12-21T04:03:01.417435+0000 mgr.smithi132.rubyiy (mgr.14182) 1457 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: cephadm 2023-12-21T04:03:01.419378+0000 mgr.smithi132.rubyiy (mgr.14182) 1458 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:03.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.lxykif ... 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: cluster 2023-12-21T04:03:01.420560+0000 mgr.smithi132.rubyiy (mgr.14182) 1459 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-12-21T04:03:03.228 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:02 smithi132 bash[26391]: cephadm 2023-12-21T04:03:01.424468+0000 mgr.smithi132.rubyiy (mgr.14182) 1460 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.axjwvo on smithi132 2023-12-21T04:03:04.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:04 smithi132 bash[26391]: audit 2023-12-21T04:03:03.136367+0000 mon.smithi132 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:03:04.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:04 smithi132 bash[26391]: cluster 2023-12-21T04:03:03.421630+0000 mgr.smithi132.rubyiy (mgr.14182) 1461 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:03:04.506 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:04.506 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:46.388388Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ppjryq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-ppjryq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.ppjryq\nDeploy daemon haproxy.nfs.foo.smithi184.ppjryq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.312593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.bybyir on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-bybyir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.bybyir\nDeploy daemon haproxy.nfs.foo.smithi132.bybyir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:01:50.317227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.qyawwo on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:04.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:04 smithi184 bash[29684]: audit 2023-12-21T04:03:03.136367+0000 mon.smithi132 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:03:04.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:04 smithi184 bash[29684]: cluster 2023-12-21T04:03:03.421630+0000 mgr.smithi132.rubyiy (mgr.14182) 1461 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:03:05.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:05.414 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:05 smithi132 bash[26391]: audit 2023-12-21T04:03:04.501350+0000 mgr.smithi132.rubyiy (mgr.14182) 1462 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:05.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:05 smithi184 bash[29684]: audit 2023-12-21T04:03:04.501350+0000 mgr.smithi132.rubyiy (mgr.14182) 1462 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:06.153 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cephadm 2023-12-21T04:03:05.415100+0000 mgr.smithi132.rubyiy (mgr.14182) 1463 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.axjwvo ... 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:06.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.476 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.axjwvo ... 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cephadm 2023-12-21T04:03:05.415571+0000 mgr.smithi132.rubyiy (mgr.14182) 1464 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: audit 2023-12-21T04:03:05.416386+0000 mon.smithi132 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.axjwvo"}]: dispatch 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cephadm 2023-12-21T04:03:05.417923+0000 mgr.smithi132.rubyiy (mgr.14182) 1465 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:03:06.477 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.axjwvo ... 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cluster 2023-12-21T04:03:05.422113+0000 mgr.smithi132.rubyiy (mgr.14182) 1466 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cephadm 2023-12-21T04:03:05.422651+0000 mgr.smithi132.rubyiy (mgr.14182) 1467 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cephadm 2023-12-21T04:03:05.425008+0000 mgr.smithi132.rubyiy (mgr.14182) 1468 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:03:06.478 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:06 smithi132 bash[26391]: cluster 2023-12-21T04:03:05.425741+0000 mgr.smithi132.rubyiy (mgr.14182) 1469 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2023-12-21T04:03:06.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cephadm 2023-12-21T04:03:05.415100+0000 mgr.smithi132.rubyiy (mgr.14182) 1463 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:06.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:06.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.axjwvo ... 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.axjwvo ... 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:06.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cephadm 2023-12-21T04:03:05.415571+0000 mgr.smithi132.rubyiy (mgr.14182) 1464 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: audit 2023-12-21T04:03:05.416386+0000 mon.smithi132 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.axjwvo"}]: dispatch 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cephadm 2023-12-21T04:03:05.417923+0000 mgr.smithi132.rubyiy (mgr.14182) 1465 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.axjwvo ... 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:03:06.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:03:06.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cluster 2023-12-21T04:03:05.422113+0000 mgr.smithi132.rubyiy (mgr.14182) 1466 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-12-21T04:03:06.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cephadm 2023-12-21T04:03:05.422651+0000 mgr.smithi132.rubyiy (mgr.14182) 1467 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:03:06.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cephadm 2023-12-21T04:03:05.425008+0000 mgr.smithi132.rubyiy (mgr.14182) 1468 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:03:06.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:06 smithi184 bash[29684]: cluster 2023-12-21T04:03:05.425741+0000 mgr.smithi132.rubyiy (mgr.14182) 1469 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2023-12-21T04:03:07.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:07 smithi132 bash[26391]: cluster 2023-12-21T04:03:06.146264+0000 mon.smithi132 (mon.0) 1018 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:03:07.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:07 smithi184 bash[29684]: cluster 2023-12-21T04:03:06.146264+0000 mon.smithi132 (mon.0) 1018 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:03:08.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:08 smithi132 bash[26391]: cluster 2023-12-21T04:03:07.427052+0000 mgr.smithi132.rubyiy (mgr.14182) 1470 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:08.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:08 smithi184 bash[29684]: cluster 2023-12-21T04:03:07.427052+0000 mgr.smithi132.rubyiy (mgr.14182) 1470 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:09.528 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:09.528 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:10.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:10.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:10 smithi132 bash[26391]: audit 2023-12-21T04:03:09.390570+0000 mon.smithi132 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:03:10.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:10 smithi132 bash[26391]: cluster 2023-12-21T04:03:09.428170+0000 mgr.smithi132.rubyiy (mgr.14182) 1471 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:10.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:10 smithi132 bash[26391]: audit 2023-12-21T04:03:09.517926+0000 mgr.smithi132.rubyiy (mgr.14182) 1472 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:10.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:10 smithi184 bash[29684]: audit 2023-12-21T04:03:09.390570+0000 mon.smithi132 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:03:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:10 smithi184 bash[29684]: cluster 2023-12-21T04:03:09.428170+0000 mgr.smithi132.rubyiy (mgr.14182) 1471 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:10 smithi184 bash[29684]: audit 2023-12-21T04:03:09.517926+0000 mgr.smithi132.rubyiy (mgr.14182) 1472 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:11.208 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:12.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:12 smithi132 bash[26391]: cluster 2023-12-21T04:03:11.429085+0000 mgr.smithi132.rubyiy (mgr.14182) 1473 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:13.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:12 smithi184 bash[29684]: cluster 2023-12-21T04:03:11.429085+0000 mgr.smithi132.rubyiy (mgr.14182) 1473 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:14.526 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:14.527 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:14 smithi132 bash[26391]: cluster 2023-12-21T04:03:13.430343+0000 mgr.smithi132.rubyiy (mgr.14182) 1474 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:15.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:14 smithi184 bash[29684]: cluster 2023-12-21T04:03:13.430343+0000 mgr.smithi132.rubyiy (mgr.14182) 1474 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:15.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:16.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:15 smithi184 bash[29684]: audit 2023-12-21T04:03:14.514183+0000 mgr.smithi132.rubyiy (mgr.14182) 1475 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:16.192 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:16.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:15 smithi132 bash[26391]: audit 2023-12-21T04:03:14.514183+0000 mgr.smithi132.rubyiy (mgr.14182) 1475 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:17.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:16 smithi184 bash[29684]: cluster 2023-12-21T04:03:15.431391+0000 mgr.smithi132.rubyiy (mgr.14182) 1476 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:17.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:16 smithi132 bash[26391]: cluster 2023-12-21T04:03:15.431391+0000 mgr.smithi132.rubyiy (mgr.14182) 1476 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:03:17.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:17 smithi132 bash[26391]: cluster 2023-12-21T04:03:17.432723+0000 mgr.smithi132.rubyiy (mgr.14182) 1477 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:18.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:17 smithi184 bash[29684]: cluster 2023-12-21T04:03:17.432723+0000 mgr.smithi132.rubyiy (mgr.14182) 1477 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:19.387 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:19 smithi184 bash[29684]: audit 2023-12-21T04:03:18.137279+0000 mon.smithi132 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:03:19.432 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:19 smithi132 bash[26391]: audit 2023-12-21T04:03:18.137279+0000 mon.smithi132 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:03:19.533 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:19.533 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:20.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:20.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:20 smithi132 bash[26391]: cluster 2023-12-21T04:03:19.434087+0000 mgr.smithi132.rubyiy (mgr.14182) 1478 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:20.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:20 smithi132 bash[26391]: audit 2023-12-21T04:03:19.522992+0000 mgr.smithi132.rubyiy (mgr.14182) 1479 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:20.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:20 smithi184 bash[29684]: cluster 2023-12-21T04:03:19.434087+0000 mgr.smithi132.rubyiy (mgr.14182) 1478 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:20.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:20 smithi184 bash[29684]: audit 2023-12-21T04:03:19.522992+0000 mgr.smithi132.rubyiy (mgr.14182) 1479 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:21.225 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:22.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:22 smithi132 bash[26391]: cluster 2023-12-21T04:03:21.434783+0000 mgr.smithi132.rubyiy (mgr.14182) 1480 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:23.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:22 smithi184 bash[29684]: cluster 2023-12-21T04:03:21.434783+0000 mgr.smithi132.rubyiy (mgr.14182) 1480 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:24.497 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:24.497 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:24.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:24 smithi132 bash[26391]: cluster 2023-12-21T04:03:23.436028+0000 mgr.smithi132.rubyiy (mgr.14182) 1481 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:25.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:24 smithi184 bash[29684]: cluster 2023-12-21T04:03:23.436028+0000 mgr.smithi132.rubyiy (mgr.14182) 1481 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:25.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:26.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:25 smithi184 bash[29684]: audit 2023-12-21T04:03:24.489978+0000 mgr.smithi132.rubyiy (mgr.14182) 1482 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:26.145 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:26.158 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:25 smithi132 bash[26391]: audit 2023-12-21T04:03:24.489978+0000 mgr.smithi132.rubyiy (mgr.14182) 1482 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:27.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:26 smithi184 bash[29684]: cluster 2023-12-21T04:03:25.437039+0000 mgr.smithi132.rubyiy (mgr.14182) 1483 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:27.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:26 smithi132 bash[26391]: cluster 2023-12-21T04:03:25.437039+0000 mgr.smithi132.rubyiy (mgr.14182) 1483 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:28.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:27 smithi184 bash[29684]: cluster 2023-12-21T04:03:27.438267+0000 mgr.smithi132.rubyiy (mgr.14182) 1484 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:28.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:27 smithi132 bash[26391]: cluster 2023-12-21T04:03:27.438267+0000 mgr.smithi132.rubyiy (mgr.14182) 1484 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:29.658 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:29.659 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:30.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:30 smithi132 bash[26391]: cluster 2023-12-21T04:03:29.439180+0000 mgr.smithi132.rubyiy (mgr.14182) 1485 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:30.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:30 smithi132 bash[26391]: audit 2023-12-21T04:03:29.646230+0000 mgr.smithi132.rubyiy (mgr.14182) 1486 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:30 smithi184 bash[29684]: cluster 2023-12-21T04:03:29.439180+0000 mgr.smithi132.rubyiy (mgr.14182) 1485 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:30.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:30 smithi184 bash[29684]: audit 2023-12-21T04:03:29.646230+0000 mgr.smithi132.rubyiy (mgr.14182) 1486 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:31.292 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:32.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:32 smithi132 bash[26391]: cluster 2023-12-21T04:03:31.440285+0000 mgr.smithi132.rubyiy (mgr.14182) 1487 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:33.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:32 smithi184 bash[29684]: cluster 2023-12-21T04:03:31.440285+0000 mgr.smithi132.rubyiy (mgr.14182) 1487 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:34.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:34.513 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:34.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:34 smithi132 bash[26391]: cluster 2023-12-21T04:03:33.441583+0000 mgr.smithi132.rubyiy (mgr.14182) 1488 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:35.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:35.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:34 smithi184 bash[29684]: cluster 2023-12-21T04:03:33.441583+0000 mgr.smithi132.rubyiy (mgr.14182) 1488 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:36.118 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:36.130 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:35 smithi132 bash[26391]: audit 2023-12-21T04:03:34.500471+0000 mgr.smithi132.rubyiy (mgr.14182) 1489 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:36.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:35 smithi184 bash[29684]: audit 2023-12-21T04:03:34.500471+0000 mgr.smithi132.rubyiy (mgr.14182) 1489 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:37.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:36 smithi184 bash[29684]: cluster 2023-12-21T04:03:35.442754+0000 mgr.smithi132.rubyiy (mgr.14182) 1490 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:37.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:36 smithi132 bash[26391]: cluster 2023-12-21T04:03:35.442754+0000 mgr.smithi132.rubyiy (mgr.14182) 1490 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:37.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:37 smithi132 bash[26391]: cluster 2023-12-21T04:03:37.443977+0000 mgr.smithi132.rubyiy (mgr.14182) 1491 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:38.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:37 smithi184 bash[29684]: cluster 2023-12-21T04:03:37.443977+0000 mgr.smithi132.rubyiy (mgr.14182) 1491 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:39.602 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:39.603 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:40.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:40.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:40 smithi184 bash[29684]: cluster 2023-12-21T04:03:39.445207+0000 mgr.smithi132.rubyiy (mgr.14182) 1492 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:40.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:40 smithi184 bash[29684]: audit 2023-12-21T04:03:39.597644+0000 mgr.smithi132.rubyiy (mgr.14182) 1493 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:40 smithi132 bash[26391]: cluster 2023-12-21T04:03:39.445207+0000 mgr.smithi132.rubyiy (mgr.14182) 1492 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:40.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:40 smithi132 bash[26391]: audit 2023-12-21T04:03:39.597644+0000 mgr.smithi132.rubyiy (mgr.14182) 1493 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:41.251 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:42.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:42 smithi132 bash[26391]: cluster 2023-12-21T04:03:41.445882+0000 mgr.smithi132.rubyiy (mgr.14182) 1494 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:43.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:42 smithi184 bash[29684]: cluster 2023-12-21T04:03:41.445882+0000 mgr.smithi132.rubyiy (mgr.14182) 1494 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:44.704 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:44.704 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:45.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:44 smithi184 bash[29684]: cluster 2023-12-21T04:03:43.447160+0000 mgr.smithi132.rubyiy (mgr.14182) 1495 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:45.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:44 smithi132 bash[26391]: cluster 2023-12-21T04:03:43.447160+0000 mgr.smithi132.rubyiy (mgr.14182) 1495 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:45.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:46.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:45 smithi184 bash[29684]: audit 2023-12-21T04:03:44.693591+0000 mgr.smithi132.rubyiy (mgr.14182) 1496 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:46.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:45 smithi132 bash[26391]: audit 2023-12-21T04:03:44.693591+0000 mgr.smithi132.rubyiy (mgr.14182) 1496 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:46.329 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:47.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:46 smithi184 bash[29684]: cluster 2023-12-21T04:03:45.448176+0000 mgr.smithi132.rubyiy (mgr.14182) 1497 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:47.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:46 smithi132 bash[26391]: cluster 2023-12-21T04:03:45.448176+0000 mgr.smithi132.rubyiy (mgr.14182) 1497 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:48.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:47 smithi184 bash[29684]: cluster 2023-12-21T04:03:47.449520+0000 mgr.smithi132.rubyiy (mgr.14182) 1498 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:48.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:47 smithi132 bash[26391]: cluster 2023-12-21T04:03:47.449520+0000 mgr.smithi132.rubyiy (mgr.14182) 1498 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:49.575 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:49.575 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:50.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:50.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:50 smithi184 bash[29684]: cluster 2023-12-21T04:03:49.451007+0000 mgr.smithi132.rubyiy (mgr.14182) 1499 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:50.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:50 smithi184 bash[29684]: audit 2023-12-21T04:03:49.563142+0000 mgr.smithi132.rubyiy (mgr.14182) 1500 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:50 smithi132 bash[26391]: cluster 2023-12-21T04:03:49.451007+0000 mgr.smithi132.rubyiy (mgr.14182) 1499 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:50 smithi132 bash[26391]: audit 2023-12-21T04:03:49.563142+0000 mgr.smithi132.rubyiy (mgr.14182) 1500 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:51.211 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:52.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:52 smithi132 bash[26391]: cluster 2023-12-21T04:03:51.452254+0000 mgr.smithi132.rubyiy (mgr.14182) 1501 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:53.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:52 smithi184 bash[29684]: cluster 2023-12-21T04:03:51.452254+0000 mgr.smithi132.rubyiy (mgr.14182) 1501 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:03:54.497 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:54.498 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:03:55.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:54 smithi184 bash[29684]: cluster 2023-12-21T04:03:53.453554+0000 mgr.smithi132.rubyiy (mgr.14182) 1502 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:55.151 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:54 smithi132 bash[26391]: cluster 2023-12-21T04:03:53.453554+0000 mgr.smithi132.rubyiy (mgr.14182) 1502 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:55.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:03:56.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:55 smithi184 bash[29684]: audit 2023-12-21T04:03:54.484742+0000 mgr.smithi132.rubyiy (mgr.14182) 1503 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:56.154 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:03:56.166 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:55 smithi132 bash[26391]: audit 2023-12-21T04:03:54.484742+0000 mgr.smithi132.rubyiy (mgr.14182) 1503 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:03:57.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:56 smithi184 bash[29684]: cluster 2023-12-21T04:03:55.454586+0000 mgr.smithi132.rubyiy (mgr.14182) 1504 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:57.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:56 smithi132 bash[26391]: cluster 2023-12-21T04:03:55.454586+0000 mgr.smithi132.rubyiy (mgr.14182) 1504 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:58.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:03:57 smithi184 bash[29684]: cluster 2023-12-21T04:03:57.455939+0000 mgr.smithi132.rubyiy (mgr.14182) 1505 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:58.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:03:57 smithi132 bash[26391]: cluster 2023-12-21T04:03:57.455939+0000 mgr.smithi132.rubyiy (mgr.14182) 1505 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:03:59.625 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:03:59.626 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:00.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:00 smithi132 bash[26391]: cluster 2023-12-21T04:03:59.457104+0000 mgr.smithi132.rubyiy (mgr.14182) 1506 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:00.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:00 smithi132 bash[26391]: audit 2023-12-21T04:03:59.615773+0000 mgr.smithi132.rubyiy (mgr.14182) 1507 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:00.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:00 smithi184 bash[29684]: cluster 2023-12-21T04:03:59.457104+0000 mgr.smithi132.rubyiy (mgr.14182) 1506 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:00.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:00 smithi184 bash[29684]: audit 2023-12-21T04:03:59.615773+0000 mgr.smithi132.rubyiy (mgr.14182) 1507 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:01.323 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:02.892 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:02 smithi132 bash[26391]: cluster 2023-12-21T04:04:01.457884+0000 mgr.smithi132.rubyiy (mgr.14182) 1508 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:03.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:02 smithi184 bash[29684]: cluster 2023-12-21T04:04:01.457884+0000 mgr.smithi132.rubyiy (mgr.14182) 1508 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:04.737 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:04.737 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:05.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:04 smithi184 bash[29684]: cluster 2023-12-21T04:04:03.459088+0000 mgr.smithi132.rubyiy (mgr.14182) 1509 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:05.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:04 smithi132 bash[26391]: cluster 2023-12-21T04:04:03.459088+0000 mgr.smithi132.rubyiy (mgr.14182) 1509 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:05.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:06.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:05 smithi184 bash[29684]: audit 2023-12-21T04:04:04.724070+0000 mgr.smithi132.rubyiy (mgr.14182) 1510 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:05 smithi184 bash[29684]: audit 2023-12-21T04:04:05.429879+0000 mon.smithi132 (mon.0) 1021 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:04:06.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:05 smithi184 bash[29684]: audit 2023-12-21T04:04:05.740982+0000 mon.smithi132 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:06.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:05 smithi132 bash[26391]: audit 2023-12-21T04:04:04.724070+0000 mgr.smithi132.rubyiy (mgr.14182) 1510 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:06.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:05 smithi132 bash[26391]: audit 2023-12-21T04:04:05.429879+0000 mon.smithi132 (mon.0) 1021 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:04:06.225 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:05 smithi132 bash[26391]: audit 2023-12-21T04:04:05.740982+0000 mon.smithi132 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:06.426 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:07.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:06 smithi184 bash[29684]: cluster 2023-12-21T04:04:05.460154+0000 mgr.smithi132.rubyiy (mgr.14182) 1511 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:07.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:06 smithi132 bash[26391]: cluster 2023-12-21T04:04:05.460154+0000 mgr.smithi132.rubyiy (mgr.14182) 1511 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:07.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:07 smithi132 bash[26391]: cluster 2023-12-21T04:04:07.461448+0000 mgr.smithi132.rubyiy (mgr.14182) 1512 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:08.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:07 smithi184 bash[29684]: cluster 2023-12-21T04:04:07.461448+0000 mgr.smithi132.rubyiy (mgr.14182) 1512 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:09.772 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:09.772 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T03:53:42.630000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T03:53:42.632555Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T03:53:42.630443Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T03:53:42.630728Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T03:53:42.630990Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T03:53:42.631517Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T03:53:42.631247Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:10.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:10.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:10 smithi132 bash[26391]: cluster 2023-12-21T04:04:09.462270+0000 mgr.smithi132.rubyiy (mgr.14182) 1513 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:10.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:10 smithi132 bash[26391]: audit 2023-12-21T04:04:09.766941+0000 mgr.smithi132.rubyiy (mgr.14182) 1514 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:10.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:10 smithi184 bash[29684]: cluster 2023-12-21T04:04:09.462270+0000 mgr.smithi132.rubyiy (mgr.14182) 1513 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:10.888 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:10 smithi184 bash[29684]: audit 2023-12-21T04:04:09.766941+0000 mgr.smithi132.rubyiy (mgr.14182) 1514 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:11.420 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: audit 2023-12-21T04:04:11.356033+0000 mon.smithi132 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: cluster 2023-12-21T04:04:11.463312+0000 mgr.smithi132.rubyiy (mgr.14182) 1515 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: audit 2023-12-21T04:04:11.662023+0000 mon.smithi132 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: audit 2023-12-21T04:04:11.663508+0000 mon.smithi132 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: audit 2023-12-21T04:04:11.671607+0000 mon.smithi132 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: cluster 2023-12-21T04:04:11.672429+0000 mgr.smithi132.rubyiy (mgr.14182) 1516 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: audit 2023-12-21T04:04:11.680657+0000 mon.smithi132 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: audit 2023-12-21T04:04:11.691584+0000 mon.smithi132 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:12.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:12 smithi184 bash[29684]: cephadm 2023-12-21T04:04:11.695029+0000 mgr.smithi132.rubyiy (mgr.14182) 1517 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.uvtphd on smithi184 2023-12-21T04:04:12.694 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: audit 2023-12-21T04:04:11.356033+0000 mon.smithi132 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: cluster 2023-12-21T04:04:11.463312+0000 mgr.smithi132.rubyiy (mgr.14182) 1515 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: audit 2023-12-21T04:04:11.662023+0000 mon.smithi132 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: audit 2023-12-21T04:04:11.663508+0000 mon.smithi132 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: audit 2023-12-21T04:04:11.671607+0000 mon.smithi132 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: cluster 2023-12-21T04:04:11.672429+0000 mgr.smithi132.rubyiy (mgr.14182) 1516 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: audit 2023-12-21T04:04:11.680657+0000 mon.smithi132 (mon.0) 1027 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: audit 2023-12-21T04:04:11.691584+0000 mon.smithi132 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:12.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:12 smithi132 bash[26391]: cephadm 2023-12-21T04:04:11.695029+0000 mgr.smithi132.rubyiy (mgr.14182) 1517 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.uvtphd on smithi184 2023-12-21T04:04:13.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:13 smithi184 bash[29684]: cluster 2023-12-21T04:04:12.351695+0000 mon.smithi132 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:04:13.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:13 smithi184 bash[29684]: cluster 2023-12-21T04:04:12.351765+0000 mon.smithi132 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2023-12-21T04:04:13.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:13 smithi132 bash[26391]: cluster 2023-12-21T04:04:12.351695+0000 mon.smithi132 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:04:13.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:13 smithi132 bash[26391]: cluster 2023-12-21T04:04:12.351765+0000 mon.smithi132 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2023-12-21T04:04:14.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:14 smithi184 bash[29684]: cluster 2023-12-21T04:04:13.673193+0000 mgr.smithi132.rubyiy (mgr.14182) 1518 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:14.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:14 smithi132 bash[26391]: cluster 2023-12-21T04:04:13.673193+0000 mgr.smithi132.rubyiy (mgr.14182) 1518 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:14.811 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:14.811 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:01:50.321555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oelkkg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:01.419114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lxykif on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-lxykif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.lxykif\nDeploy daemon haproxy.nfs.foo.smithi184.lxykif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.417717Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.axjwvo on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-axjwvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.axjwvo\nDeploy daemon haproxy.nfs.foo.smithi132.axjwvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:03:05.422418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.yhzcdg on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:15.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:15.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:15 smithi184 bash[29684]: audit 2023-12-21T04:04:14.798442+0000 mgr.smithi132.rubyiy (mgr.14182) 1519 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:15.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:15 smithi132 bash[26391]: audit 2023-12-21T04:04:14.798442+0000 mgr.smithi132.rubyiy (mgr.14182) 1519 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:16.493 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: cluster 2023-12-21T04:04:15.673969+0000 mgr.smithi132.rubyiy (mgr.14182) 1520 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: cephadm 2023-12-21T04:04:15.721136+0000 mgr.smithi132.rubyiy (mgr.14182) 1521 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.uvtphd ... 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.639 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.uvtphd ... 2023-12-21T04:04:16.640 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: cephadm 2023-12-21T04:04:15.721650+0000 mgr.smithi132.rubyiy (mgr.14182) 1522 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: audit 2023-12-21T04:04:15.722294+0000 mon.smithi132 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.uvtphd"}]: dispatch 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: cephadm 2023-12-21T04:04:15.723974+0000 mgr.smithi132.rubyiy (mgr.14182) 1523 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi184.uvtphd ... 2023-12-21T04:04:16.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:16.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:16.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:16.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:16 smithi184 bash[29684]: cephadm 2023-12-21T04:04:15.728902+0000 mgr.smithi132.rubyiy (mgr.14182) 1524 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.cetoxb on smithi132 2023-12-21T04:04:16.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: cluster 2023-12-21T04:04:15.673969+0000 mgr.smithi132.rubyiy (mgr.14182) 1520 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: cephadm 2023-12-21T04:04:15.721136+0000 mgr.smithi132.rubyiy (mgr.14182) 1521 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.uvtphd ... 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.uvtphd ... 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:16.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: cephadm 2023-12-21T04:04:15.721650+0000 mgr.smithi132.rubyiy (mgr.14182) 1522 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: audit 2023-12-21T04:04:15.722294+0000 mon.smithi132 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.uvtphd"}]: dispatch 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: cephadm 2023-12-21T04:04:15.723974+0000 mgr.smithi132.rubyiy (mgr.14182) 1523 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi184.uvtphd ... 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.738 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:16.739 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:16.739 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:16.739 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:16.739 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:16 smithi132 bash[26391]: cephadm 2023-12-21T04:04:15.728902+0000 mgr.smithi132.rubyiy (mgr.14182) 1524 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi132.cetoxb on smithi132 2023-12-21T04:04:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:18 smithi184 bash[29684]: cluster 2023-12-21T04:04:17.675139+0000 mgr.smithi132.rubyiy (mgr.14182) 1525 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:19.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:18 smithi184 bash[29684]: audit 2023-12-21T04:04:18.140569+0000 mon.smithi132 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:19.154 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:18 smithi132 bash[26391]: cluster 2023-12-21T04:04:17.675139+0000 mgr.smithi132.rubyiy (mgr.14182) 1525 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:04:19.154 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:18 smithi132 bash[26391]: audit 2023-12-21T04:04:18.140569+0000 mon.smithi132 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:20.007 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:20.007 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:20.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:19 smithi132 bash[26391]: audit 2023-12-21T04:04:19.585123+0000 mon.smithi132 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.cetoxb"}]: dispatch 2023-12-21T04:04:20.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:19 smithi184 bash[29684]: audit 2023-12-21T04:04:19.585123+0000 mon.smithi132 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi132.cetoxb"}]: dispatch 2023-12-21T04:04:20.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cephadm 2023-12-21T04:04:19.583807+0000 mgr.smithi132.rubyiy (mgr.14182) 1526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.cetoxb ... 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Traceback (most recent call last): 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: yield (conn, connr) 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: code, '\n'.join(err))) 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:20.976 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.cetoxb ... 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cephadm 2023-12-21T04:04:19.584415+0000 mgr.smithi132.rubyiy (mgr.14182) 1527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cephadm 2023-12-21T04:04:19.587624+0000 mgr.smithi132.rubyiy (mgr.14182) 1528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stdout 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Deploy daemon haproxy.nfs.foo.smithi132.cetoxb ... 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cephadm 2023-12-21T04:04:19.591770+0000 mgr.smithi132.rubyiy (mgr.14182) 1529 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cephadm 2023-12-21T04:04:19.595012+0000 mgr.smithi132.rubyiy (mgr.14182) 1530 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cluster 2023-12-21T04:04:19.595802+0000 mgr.smithi132.rubyiy (mgr.14182) 1531 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:04:20.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:20 smithi132 bash[26391]: cluster 2023-12-21T04:04:19.732680+0000 mon.smithi132 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:04:21.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cephadm 2023-12-21T04:04:19.583807+0000 mgr.smithi132.rubyiy (mgr.14182) 1526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:21.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:21.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.cetoxb ... 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Traceback (most recent call last): 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: yield (conn, connr) 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: code, '\n'.join(err))) 2023-12-21T04:04:21.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.cetoxb ... 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cephadm 2023-12-21T04:04:19.584415+0000 mgr.smithi132.rubyiy (mgr.14182) 1527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cephadm 2023-12-21T04:04:19.587624+0000 mgr.smithi132.rubyiy (mgr.14182) 1528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:21.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stdout 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: /usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Deploy daemon haproxy.nfs.foo.smithi132.cetoxb ... 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: stat: stderr See 'docker run --help'. 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cephadm 2023-12-21T04:04:19.591770+0000 mgr.smithi132.rubyiy (mgr.14182) 1529 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cephadm 2023-12-21T04:04:19.595012+0000 mgr.smithi132.rubyiy (mgr.14182) 1530 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cluster 2023-12-21T04:04:19.595802+0000 mgr.smithi132.rubyiy (mgr.14182) 1531 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:04:21.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:20 smithi184 bash[29684]: cluster 2023-12-21T04:04:19.732680+0000 mon.smithi132 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:04:21.654 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:21.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:21 smithi132 bash[26391]: audit 2023-12-21T04:04:19.996342+0000 mgr.smithi132.rubyiy (mgr.14182) 1532 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:22.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:21 smithi184 bash[29684]: audit 2023-12-21T04:04:19.996342+0000 mgr.smithi132.rubyiy (mgr.14182) 1532 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:23.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:22 smithi132 bash[26391]: cluster 2023-12-21T04:04:21.597004+0000 mgr.smithi132.rubyiy (mgr.14182) 1533 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:04:23.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:22 smithi184 bash[29684]: cluster 2023-12-21T04:04:21.597004+0000 mgr.smithi132.rubyiy (mgr.14182) 1533 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:04:24.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:23 smithi184 bash[29684]: cluster 2023-12-21T04:04:23.598312+0000 mgr.smithi132.rubyiy (mgr.14182) 1534 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:24.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:23 smithi132 bash[26391]: cluster 2023-12-21T04:04:23.598312+0000 mgr.smithi132.rubyiy (mgr.14182) 1534 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:25.056 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:25.057 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:25.705 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:25 smithi132 bash[26391]: audit 2023-12-21T04:04:24.445643+0000 mon.smithi132 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:25.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:25.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:25 smithi184 bash[29684]: audit 2023-12-21T04:04:24.445643+0000 mon.smithi132 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:26.707 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:26 smithi132 bash[26391]: audit 2023-12-21T04:04:25.046727+0000 mgr.smithi132.rubyiy (mgr.14182) 1535 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:26.975 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:26 smithi132 bash[26391]: cluster 2023-12-21T04:04:25.599321+0000 mgr.smithi132.rubyiy (mgr.14182) 1536 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:27.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:26 smithi184 bash[29684]: audit 2023-12-21T04:04:25.046727+0000 mgr.smithi132.rubyiy (mgr.14182) 1535 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:27.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:26 smithi184 bash[29684]: cluster 2023-12-21T04:04:25.599321+0000 mgr.smithi132.rubyiy (mgr.14182) 1536 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:29.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:28 smithi184 bash[29684]: cluster 2023-12-21T04:04:27.600097+0000 mgr.smithi132.rubyiy (mgr.14182) 1537 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:29.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:28 smithi132 bash[26391]: cluster 2023-12-21T04:04:27.600097+0000 mgr.smithi132.rubyiy (mgr.14182) 1537 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:30.044 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:30.045 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:30.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:29 smithi132 bash[26391]: cluster 2023-12-21T04:04:29.600778+0000 mgr.smithi132.rubyiy (mgr.14182) 1538 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:30.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:29 smithi184 bash[29684]: cluster 2023-12-21T04:04:29.600778+0000 mgr.smithi132.rubyiy (mgr.14182) 1538 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:30.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:31.716 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:32.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:31 smithi184 bash[29684]: audit 2023-12-21T04:04:30.038991+0000 mgr.smithi132.rubyiy (mgr.14182) 1539 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:32.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:31 smithi132 bash[26391]: audit 2023-12-21T04:04:30.038991+0000 mgr.smithi132.rubyiy (mgr.14182) 1539 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:33.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:32 smithi132 bash[26391]: cluster 2023-12-21T04:04:31.601966+0000 mgr.smithi132.rubyiy (mgr.14182) 1540 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:33.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:32 smithi184 bash[29684]: cluster 2023-12-21T04:04:31.601966+0000 mgr.smithi132.rubyiy (mgr.14182) 1540 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:34.404 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:34 smithi132 bash[26391]: audit 2023-12-21T04:04:33.137187+0000 mon.smithi132 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:34.404 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:34 smithi132 bash[26391]: cluster 2023-12-21T04:04:33.603191+0000 mgr.smithi132.rubyiy (mgr.14182) 1541 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:34.637 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:34 smithi184 bash[29684]: audit 2023-12-21T04:04:33.137187+0000 mon.smithi132 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' 2023-12-21T04:04:34.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:34 smithi184 bash[29684]: cluster 2023-12-21T04:04:33.603191+0000 mgr.smithi132.rubyiy (mgr.14182) 1541 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:34.851 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:34.851 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:35.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:36.442 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:36 smithi184 bash[29684]: audit 2023-12-21T04:04:34.839272+0000 mgr.smithi132.rubyiy (mgr.14182) 1542 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:37.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:36 smithi184 bash[29684]: cluster 2023-12-21T04:04:35.604347+0000 mgr.smithi132.rubyiy (mgr.14182) 1543 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:37.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:36 smithi132 bash[26391]: audit 2023-12-21T04:04:34.839272+0000 mgr.smithi132.rubyiy (mgr.14182) 1542 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:37.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:36 smithi132 bash[26391]: cluster 2023-12-21T04:04:35.604347+0000 mgr.smithi132.rubyiy (mgr.14182) 1543 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:39.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:38 smithi184 bash[29684]: cluster 2023-12-21T04:04:37.605978+0000 mgr.smithi132.rubyiy (mgr.14182) 1544 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:39.146 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:38 smithi132 bash[26391]: cluster 2023-12-21T04:04:37.605978+0000 mgr.smithi132.rubyiy (mgr.14182) 1544 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:39.597 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:39.597 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:40.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:39 smithi184 bash[29684]: audit 2023-12-21T04:04:39.586202+0000 mgr.smithi132.rubyiy (mgr.14182) 1545 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:40.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:39 smithi184 bash[29684]: cluster 2023-12-21T04:04:39.606995+0000 mgr.smithi132.rubyiy (mgr.14182) 1546 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:40.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:39 smithi132 bash[26391]: audit 2023-12-21T04:04:39.586202+0000 mgr.smithi132.rubyiy (mgr.14182) 1545 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:40.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:39 smithi132 bash[26391]: cluster 2023-12-21T04:04:39.606995+0000 mgr.smithi132.rubyiy (mgr.14182) 1546 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:40.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:41.260 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:42.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:41 smithi184 bash[29684]: cluster 2023-12-21T04:04:41.608225+0000 mgr.smithi132.rubyiy (mgr.14182) 1547 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:42.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:41 smithi132 bash[26391]: cluster 2023-12-21T04:04:41.608225+0000 mgr.smithi132.rubyiy (mgr.14182) 1547 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:44.553 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:44.553 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:44.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:44 smithi132 bash[26391]: cluster 2023-12-21T04:04:43.609512+0000 mgr.smithi132.rubyiy (mgr.14182) 1548 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:45.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:44 smithi184 bash[29684]: cluster 2023-12-21T04:04:43.609512+0000 mgr.smithi132.rubyiy (mgr.14182) 1548 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:45.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:45.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:45 smithi132 bash[26391]: audit 2023-12-21T04:04:44.540326+0000 mgr.smithi132.rubyiy (mgr.14182) 1549 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:46.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:45 smithi184 bash[29684]: audit 2023-12-21T04:04:44.540326+0000 mgr.smithi132.rubyiy (mgr.14182) 1549 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:46.158 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:47.032 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:46 smithi132 bash[26391]: cluster 2023-12-21T04:04:45.610527+0000 mgr.smithi132.rubyiy (mgr.14182) 1550 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:47.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:46 smithi184 bash[29684]: cluster 2023-12-21T04:04:45.610527+0000 mgr.smithi132.rubyiy (mgr.14182) 1550 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:48.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:48 smithi132 bash[26391]: cluster 2023-12-21T04:04:47.611828+0000 mgr.smithi132.rubyiy (mgr.14182) 1551 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:49.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:48 smithi184 bash[29684]: cluster 2023-12-21T04:04:47.611828+0000 mgr.smithi132.rubyiy (mgr.14182) 1551 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:49.424 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:49.424 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:50.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:50 smithi132 bash[26391]: audit 2023-12-21T04:04:49.411112+0000 mgr.smithi132.rubyiy (mgr.14182) 1552 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:50.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:50 smithi132 bash[26391]: cluster 2023-12-21T04:04:49.613117+0000 mgr.smithi132.rubyiy (mgr.14182) 1553 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:51.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:50 smithi184 bash[29684]: audit 2023-12-21T04:04:49.411112+0000 mgr.smithi132.rubyiy (mgr.14182) 1552 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:51.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:50 smithi184 bash[29684]: cluster 2023-12-21T04:04:49.613117+0000 mgr.smithi132.rubyiy (mgr.14182) 1553 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:51.091 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:52.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:51 smithi184 bash[29684]: cluster 2023-12-21T04:04:51.614335+0000 mgr.smithi132.rubyiy (mgr.14182) 1554 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:52.150 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:51 smithi132 bash[26391]: cluster 2023-12-21T04:04:51.614335+0000 mgr.smithi132.rubyiy (mgr.14182) 1554 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:04:54.208 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:54.208 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:54.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:04:54.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:54 smithi132 bash[26391]: cluster 2023-12-21T04:04:53.615686+0000 mgr.smithi132.rubyiy (mgr.14182) 1555 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:55.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:54 smithi184 bash[29684]: cluster 2023-12-21T04:04:53.615686+0000 mgr.smithi132.rubyiy (mgr.14182) 1555 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:55.815 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:04:55.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:55 smithi132 bash[26391]: audit 2023-12-21T04:04:54.195347+0000 mgr.smithi132.rubyiy (mgr.14182) 1556 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:56.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:55 smithi184 bash[29684]: audit 2023-12-21T04:04:54.195347+0000 mgr.smithi132.rubyiy (mgr.14182) 1556 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:04:56.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:56 smithi132 bash[26391]: cluster 2023-12-21T04:04:55.616719+0000 mgr.smithi132.rubyiy (mgr.14182) 1557 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:57.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:56 smithi184 bash[29684]: cluster 2023-12-21T04:04:55.616719+0000 mgr.smithi132.rubyiy (mgr.14182) 1557 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:58.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:04:58 smithi132 bash[26391]: cluster 2023-12-21T04:04:57.617988+0000 mgr.smithi132.rubyiy (mgr.14182) 1558 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:59.036 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:04:59.036 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:04:59.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:04:58 smithi184 bash[29684]: cluster 2023-12-21T04:04:57.617988+0000 mgr.smithi132.rubyiy (mgr.14182) 1558 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:04:59.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:05:00.708 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:05:00.981 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:00 smithi132 bash[26391]: audit 2023-12-21T04:04:59.027934+0000 mgr.smithi132.rubyiy (mgr.14182) 1559 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:00.981 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:00 smithi132 bash[26391]: cluster 2023-12-21T04:04:59.619162+0000 mgr.smithi132.rubyiy (mgr.14182) 1560 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:00 smithi184 bash[29684]: audit 2023-12-21T04:04:59.027934+0000 mgr.smithi132.rubyiy (mgr.14182) 1559 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:01.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:00 smithi184 bash[29684]: cluster 2023-12-21T04:04:59.619162+0000 mgr.smithi132.rubyiy (mgr.14182) 1560 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:02.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:01 smithi184 bash[29684]: cluster 2023-12-21T04:05:01.620511+0000 mgr.smithi132.rubyiy (mgr.14182) 1561 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:05:02.224 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:01 smithi132 bash[26391]: cluster 2023-12-21T04:05:01.620511+0000 mgr.smithi132.rubyiy (mgr.14182) 1561 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:05:04.095 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:05:04.096 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:05:04.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:05:04.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:04 smithi132 bash[26391]: cluster 2023-12-21T04:05:03.621947+0000 mgr.smithi132.rubyiy (mgr.14182) 1562 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:05.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:04 smithi184 bash[29684]: cluster 2023-12-21T04:05:03.621947+0000 mgr.smithi132.rubyiy (mgr.14182) 1562 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:05.725 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:05:05.994 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:05 smithi132 bash[26391]: audit 2023-12-21T04:05:04.085137+0000 mgr.smithi132.rubyiy (mgr.14182) 1563 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:06.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:05 smithi184 bash[29684]: audit 2023-12-21T04:05:04.085137+0000 mgr.smithi132.rubyiy (mgr.14182) 1563 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:06.950 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:06 smithi132 bash[26391]: cluster 2023-12-21T04:05:05.623029+0000 mgr.smithi132.rubyiy (mgr.14182) 1564 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:07.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:06 smithi184 bash[29684]: cluster 2023-12-21T04:05:05.623029+0000 mgr.smithi132.rubyiy (mgr.14182) 1564 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:08.724 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:08 smithi132 bash[26391]: cluster 2023-12-21T04:05:07.624300+0000 mgr.smithi132.rubyiy (mgr.14182) 1565 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:08.914 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:05:08.914 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:05:09.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:08 smithi184 bash[29684]: cluster 2023-12-21T04:05:07.624300+0000 mgr.smithi132.rubyiy (mgr.14182) 1565 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:09.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:05:10.590 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:05:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:10 smithi132 bash[26391]: audit 2023-12-21T04:05:08.901161+0000 mgr.smithi132.rubyiy (mgr.14182) 1566 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:10.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:10 smithi132 bash[26391]: cluster 2023-12-21T04:05:09.625484+0000 mgr.smithi132.rubyiy (mgr.14182) 1567 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:11.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:10 smithi184 bash[29684]: audit 2023-12-21T04:05:08.901161+0000 mgr.smithi132.rubyiy (mgr.14182) 1566 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:11.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:10 smithi184 bash[29684]: cluster 2023-12-21T04:05:09.625484+0000 mgr.smithi132.rubyiy (mgr.14182) 1567 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:12.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:11 smithi132 bash[26391]: cluster 2023-12-21T04:05:11.626883+0000 mgr.smithi132.rubyiy (mgr.14182) 1568 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:05:12.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:11 smithi184 bash[29684]: cluster 2023-12-21T04:05:11.626883+0000 mgr.smithi132.rubyiy (mgr.14182) 1568 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:05:13.934 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:05:13.934 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:05:14.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:05:14.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:14 smithi132 bash[26391]: cluster 2023-12-21T04:05:13.628271+0000 mgr.smithi132.rubyiy (mgr.14182) 1569 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:15.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:14 smithi184 bash[29684]: cluster 2023-12-21T04:05:13.628271+0000 mgr.smithi132.rubyiy (mgr.14182) 1569 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:15.540 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:05:15.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:15 smithi132 bash[26391]: audit 2023-12-21T04:05:13.921679+0000 mgr.smithi132.rubyiy (mgr.14182) 1570 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:16.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:15 smithi184 bash[29684]: audit 2023-12-21T04:05:13.921679+0000 mgr.smithi132.rubyiy (mgr.14182) 1570 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:16.930 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:16 smithi132 bash[26391]: cluster 2023-12-21T04:05:15.629297+0000 mgr.smithi132.rubyiy (mgr.14182) 1571 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:17.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:16 smithi184 bash[29684]: cluster 2023-12-21T04:05:15.629297+0000 mgr.smithi132.rubyiy (mgr.14182) 1571 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:18.803 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-12-21T04:05:18.803 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T03:32:38.220716Z", "last_refresh": "2023-12-21T04:02:57.096053Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T03:32:30.158321Z", "last_refresh": "2023-12-21T04:02:57.096242Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T03:32:34.167112Z", "last_refresh": "2023-12-21T04:02:57.096463Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:03:05.424869Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.klbimw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:15.723718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.uvtphd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi184-uvtphd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi184.uvtphd\nDeploy daemon haproxy.nfs.foo.smithi184.uvtphd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.587356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi132.cetoxb on smithi132: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi132-cetoxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi132.cetoxb\nDeploy daemon haproxy.nfs.foo.smithi132.cetoxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi132 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:04:19.591549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi132.jnfkiu on smithi132: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:04:19.594912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.cuygob on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.132/16"}, "status": {"created": "2023-12-21T03:39:58.542066Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.132/16"}}, {"events": ["2023-12-21T03:39:52.448133Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T03:39:52.442613Z", "last_refresh": "2023-12-21T04:02:57.097888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T03:32:28.195959Z", "last_refresh": "2023-12-21T04:02:57.095812Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:33:58.287775Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T03:33:58.282087Z", "last_refresh": "2023-12-21T04:02:57.095522Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T03:39:58.540584Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T03:39:58.536027Z", "last_refresh": "2023-12-21T04:02:57.098125Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T03:32:36.185313Z", "last_refresh": "2023-12-21T04:02:57.096666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T03:34:24.401337Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T03:34:24.392447Z", "last_refresh": "2023-12-21T04:02:57.096890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T03:32:32.117388Z", "last_refresh": "2023-12-21T04:04:11.340645Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:05:18.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:18 smithi132 bash[26391]: cluster 2023-12-21T04:05:17.630656+0000 mgr.smithi132.rubyiy (mgr.14182) 1572 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:19.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:18 smithi184 bash[29684]: cluster 2023-12-21T04:05:17.630656+0000 mgr.smithi132.rubyiy (mgr.14182) 1572 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:05:19.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:05:19.449 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T04:05:19.570 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4fcdae33277749509e10bcf7cf9e6c01 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T04:05:19.572 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-21T04:05:19.582 INFO:tasks.vip:Removing 10.0.15.132 (and any VIPs) on smithi132.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:05:19.582 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip addr del 10.0.15.132/16 dev enp3s0f1 2023-12-21T04:05:19.605 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip addr del 10.0.31.132/16 dev enp3s0f1 2023-12-21T04:05:19.661 INFO:teuthology.orchestra.run.smithi132.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T04:05:19.662 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T04:05:19.662 INFO:tasks.vip:Removing 10.0.15.184 (and any VIPs) on smithi184.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:05:19.663 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr del 10.0.15.184/16 dev enp3s0f1 2023-12-21T04:05:19.681 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr del 10.0.31.132/16 dev enp3s0f1 2023-12-21T04:05:19.733 INFO:teuthology.orchestra.run.smithi184.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T04:05:19.734 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T04:05:19.734 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T04:05:19.743 INFO:tasks.cephadm:Teardown begin 2023-12-21T04:05:19.744 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:05:19.759 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:05:19.791 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T04:05:19.792 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:05:19.806 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:05:19.839 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T04:05:19.840 INFO:tasks.cephadm.mon.smithi132:Stopping mon.smithi132... 2023-12-21T04:05:19.840 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi132 2023-12-21T04:05:19.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:19 smithi132 bash[26391]: audit 2023-12-21T04:05:18.798149+0000 mgr.smithi132.rubyiy (mgr.14182) 1573 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:19.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:19 smithi132 bash[26391]: audit 2023-12-21T04:05:19.598604+0000 mon.smithi132 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:05:19.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:19 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for 618e06f0-9fb1-11ee-95a5-87774f69a715... 2023-12-21T04:05:19.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:19 smithi132 bash[117782]: Error response from daemon: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-mon.smithi132 2023-12-21T04:05:20.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:19 smithi184 bash[29684]: audit 2023-12-21T04:05:18.798149+0000 mgr.smithi132.rubyiy (mgr.14182) 1573 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:05:20.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:19 smithi184 bash[29684]: audit 2023-12-21T04:05:19.598604+0000 mon.smithi132 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.132:0/2397168368' entity='mgr.smithi132.rubyiy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:05:20.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:20 smithi132 bash[26391]: debug 2023-12-21T04:05:20.025+0000 7fa262306700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi132 -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 2023-12-21T04:05:20.474 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Dec 21 04:05:20 smithi132 bash[26391]: debug 2023-12-21T04:05:20.025+0000 7fa262306700 -1 mon.smithi132@0(leader) e2 *** Got Signal Terminated *** 2023-12-21T04:05:20.826 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi132.service' 2023-12-21T04:05:20.859 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T04:05:20.859 INFO:tasks.cephadm.mon.smithi132:Stopped mon.smithi132 2023-12-21T04:05:20.859 INFO:tasks.cephadm.mon.smithi184:Stopping mon.smithi184... 2023-12-21T04:05:20.859 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi184 2023-12-21T04:05:21.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:20 smithi184 systemd[1]: Stopping Ceph mon.smithi184 for 618e06f0-9fb1-11ee-95a5-87774f69a715... 2023-12-21T04:05:21.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:20 smithi184 bash[21717]: Error response from daemon: No such container: ceph-618e06f0-9fb1-11ee-95a5-87774f69a715-mon.smithi184 2023-12-21T04:05:21.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:21 smithi184 bash[29684]: debug 2023-12-21T04:05:21.137+0000 7f25e9423700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi184 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T04:05:21.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Dec 21 04:05:21 smithi184 bash[29684]: debug 2023-12-21T04:05:21.137+0000 7f25e9423700 -1 mon.smithi184@1(peon) e2 *** Got Signal Terminated *** 2023-12-21T04:05:22.174 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-618e06f0-9fb1-11ee-95a5-87774f69a715@mon.smithi184.service' 2023-12-21T04:05:22.211 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T04:05:22.211 INFO:tasks.cephadm.mon.smithi184:Stopped mon.smithi184 2023-12-21T04:05:22.211 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T04:06:20.548 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T04:07:12.057 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:07:12.072 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:07:12.084 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T04:07:12.086 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/remote/ubuntu@smithi132.front.sepia.ceph.com/crash 2023-12-21T04:07:12.087 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/crash -- . 2023-12-21T04:07:12.127 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T04:07:12.127 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2023-12-21T04:07:12.129 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/remote/ubuntu@smithi184.front.sepia.ceph.com/crash 2023-12-21T04:07:12.130 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/crash -- . 2023-12-21T04:07:12.142 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T04:07:12.143 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2023-12-21T04:07:12.143 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T04:07:12.144 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T04:07:12.184 INFO:teuthology.orchestra.run.smithi132.stderr:grep: /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T04:07:12.186 INFO:tasks.cephadm:Compressing logs... 2023-12-21T04:07:12.186 DEBUG:teuthology.orchestra.run.smithi132:> 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 -- 2023-12-21T04:07:12.231 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T04:07:12.244 INFO:teuthology.orchestra.run.smithi132.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-21T04:07:12.245 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T04:07:12.245 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mon.smithi132.log 2023-12-21T04:07:12.246 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mgr.smithi132.rubyiy.log 2023-12-21T04:07:12.247 INFO:teuthology.orchestra.run.smithi184.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-21T04:07:12.247 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T04:07:12.247 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T04:07:12.247 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mon.smithi132.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-21T04:07:12.247 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mgr.smithi132.rubyiy.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T04:07:12.250 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T04:07:12.250 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.7.log: /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi132.hsfnkq.log 2023-12-21T04:07:12.250 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T04:07:12.251 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T04:07:12.251 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mon.smithi184.log 2023-12-21T04:07:12.251 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mgr.smithi184.ezxbbq.log 2023-12-21T04:07:12.251 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mon.smithi184.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T04:07:12.251 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T04:07:12.251 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mgr.smithi184.ezxbbq.log: /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi184.iklxjs.log 2023-12-21T04:07:12.253 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T04:07:12.253 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi184.iklxjs.log: 83.4% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi184.iklxjs.log.gz 2023-12-21T04:07:12.253 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T04:07:12.253 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi132.hsfnkq.log: /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.3.log: 60.3% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi132.hsfnkq.log.gz 2023-12-21T04:07:12.258 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T04:07:12.262 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T04:07:12.262 INFO:teuthology.orchestra.run.smithi184.stderr: 92.5% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T04:07:12.265 INFO:teuthology.orchestra.run.smithi184.stderr: 93.6% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mgr.smithi184.ezxbbq.log.gz 2023-12-21T04:07:12.272 INFO:teuthology.orchestra.run.smithi132.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T04:07:12.678 INFO:teuthology.orchestra.run.smithi132.stderr: 89.1% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mgr.smithi132.rubyiy.log.gz 2023-12-21T04:07:12.708 INFO:teuthology.orchestra.run.smithi184.stderr: 92.5% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mon.smithi184.log.gz 2023-12-21T04:07:12.713 INFO:teuthology.orchestra.run.smithi184.stderr: 93.1% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T04:07:12.720 INFO:teuthology.orchestra.run.smithi132.stderr: 93.0% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T04:07:12.731 INFO:teuthology.orchestra.run.smithi184.stderr: 93.0% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T04:07:12.829 INFO:teuthology.orchestra.run.smithi184.stderr: 93.0% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T04:07:12.881 INFO:teuthology.orchestra.run.smithi132.stderr: 93.0% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T04:07:12.945 INFO:teuthology.orchestra.run.smithi132.stderr: 93.1% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T04:07:12.965 INFO:teuthology.orchestra.run.smithi184.stderr: 93.1% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T04:07:12.966 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-12-21T04:07:12.966 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m0.731s 2023-12-21T04:07:12.966 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m2.681s 2023-12-21T04:07:12.966 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.088s 2023-12-21T04:07:12.992 INFO:teuthology.orchestra.run.smithi132.stderr: 93.5% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T04:07:13.137 INFO:teuthology.orchestra.run.smithi132.stderr: 89.9% -- replaced with /var/log/ceph/618e06f0-9fb1-11ee-95a5-87774f69a715/ceph-mon.smithi132.log.gz 2023-12-21T04:07:13.138 INFO:teuthology.orchestra.run.smithi132.stderr: 2023-12-21T04:07:13.139 INFO:teuthology.orchestra.run.smithi132.stderr:real 0m0.904s 2023-12-21T04:07:13.139 INFO:teuthology.orchestra.run.smithi132.stderr:user 0m3.770s 2023-12-21T04:07:13.139 INFO:teuthology.orchestra.run.smithi132.stderr:sys 0m0.156s 2023-12-21T04:07:13.139 INFO:tasks.cephadm:Archiving logs... 2023-12-21T04:07:13.139 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/remote/ubuntu@smithi132.front.sepia.ceph.com/log 2023-12-21T04:07:13.140 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T04:07:13.707 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/remote/ubuntu@smithi184.front.sepia.ceph.com/log 2023-12-21T04:07:13.708 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T04:07:14.111 INFO:tasks.cephadm:Removing cluster... 2023-12-21T04:07:14.111 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 --force 2023-12-21T04:07:15.495 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 618e06f0-9fb1-11ee-95a5-87774f69a715 --force 2023-12-21T04:07:16.871 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T04:07:16.871 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T04:07:16.878 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T04:07:16.885 INFO:tasks.cephadm:Teardown complete 2023-12-21T04:07:16.885 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-21T04:07:16.896 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_1... 2023-12-21T04:07:16.896 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_1 2023-12-21T04:07:17.210 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T04:07:17.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:17.211 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_2... 2023-12-21T04:07:17.211 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_2 2023-12-21T04:07:17.493 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T04:07:17.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:17.495 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_3... 2023-12-21T04:07:17.496 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_3 2023-12-21T04:07:17.761 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T04:07:17.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:17.763 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_4... 2023-12-21T04:07:17.763 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_4 2023-12-21T04:07:18.049 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T04:07:18.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:18.051 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-12-21T04:07:18.051 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/scratch_devs 2023-12-21T04:07:18.066 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2023-12-21T04:07:18.066 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_1 2023-12-21T04:07:18.346 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T04:07:18.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:18.347 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2023-12-21T04:07:18.347 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_2 2023-12-21T04:07:18.654 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T04:07:18.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:18.655 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2023-12-21T04:07:18.655 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_3 2023-12-21T04:07:18.934 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T04:07:18.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:18.935 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2023-12-21T04:07:18.935 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_4 2023-12-21T04:07:19.234 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T04:07:19.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:19.237 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-21T04:07:19.238 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2023-12-21T04:07:19.252 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T04:07:19.262 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T04:07:19.263 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:07:19.265 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:07:19.286 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T04:07:19.287 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2023-12-21T04:07:19.287 INFO:teuthology.orchestra.run.smithi132.stdout:*hv01.front.sepi 44.4.53.2 2 u 18 128 377 0.094 -1.278 0.336 2023-12-21T04:07:19.287 INFO:teuthology.orchestra.run.smithi132.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 128 377 0.091 -0.739 0.368 2023-12-21T04:07:19.287 INFO:teuthology.orchestra.run.smithi132.stdout:+hv03.front.sepi 74.6.168.72 3 u 1 128 377 0.096 -1.884 0.468 2023-12-21T04:07:19.287 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-21T04:07:19.316 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T04:07:19.317 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2023-12-21T04:07:19.317 INFO:teuthology.orchestra.run.smithi184.stdout:*hv01.front.sepi 44.4.53.2 2 u 74 128 377 0.123 0.747 0.188 2023-12-21T04:07:19.317 INFO:teuthology.orchestra.run.smithi184.stdout:+hv02.front.sepi 63.231.80.2 3 u 72 128 377 0.104 1.381 0.155 2023-12-21T04:07:19.317 INFO:teuthology.orchestra.run.smithi184.stdout:+hv03.front.sepi 74.6.168.72 3 u 11 128 377 0.098 0.319 0.159 2023-12-21T04:07:19.317 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-21T04:07:19.317 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T04:07:19.329 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T04:07:19.329 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T04:07:19.345 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T04:07:19.365 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T04:07:19.377 INFO:teuthology.task.internal:Duration was 2535.038460 seconds 2023-12-21T04:07:19.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T04:07:19.390 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T04:07:19.390 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T04:07:19.393 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T04:07:19.444 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T04:07:19.444 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2023-12-21T04:07:19.445 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T04:07:19.457 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2023-12-21T04:07:19.457 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T04:07:19.470 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T04:07:19.470 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T04:07:19.503 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T04:07:19.573 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T04:07:19.574 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T04:07:19.576 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T04:07:19.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T04:07:19.730 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T04:07:19.730 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T04:07:19.745 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T04:07:19.761 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T04:07:19.772 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-12-21T04:07:19.791 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:07:19.802 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2023-12-21T04:07:19.815 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2023-12-21T04:07:19.843 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:07:19.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:19.874 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:07:19.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:07:19.891 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T04:07:19.901 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T04:07:19.902 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/remote/smithi132 2023-12-21T04:07:19.903 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T04:07:19.951 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025/remote/smithi184 2023-12-21T04:07:19.952 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T04:07:19.980 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T04:07:19.980 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T04:07:19.987 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T04:07:20.023 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T04:07:20.036 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T04:07:20.037 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T04:07:20.053 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T04:07:20.054 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T04:07:20.056 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T04:07:20.062 INFO:teuthology.orchestra.run.smithi132.stdout: 659549 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 04:07 /home/ubuntu/cephtest 2023-12-21T04:07:20.072 INFO:teuthology.orchestra.run.smithi184.stdout: 528241 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 04:07 /home/ubuntu/cephtest 2023-12-21T04:07:20.075 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T04:07:20.087 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T04:07:20.119 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T04:07:20.145 DEBUG:teuthology.nuke:shortname: smithi132 2023-12-21T04:07:20.146 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:07:20.171 DEBUG:teuthology.nuke:shortname: smithi184 2023-12-21T04:07:20.172 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:07:20.175 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:06:25.413850', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-21T04:07:20.197 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499025', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:06:25.412585', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-21T04:07:20.228 INFO:teuthology.orchestra.console.smithi132:Power off 2023-12-21T04:07:20.228 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T04:07:20.252 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2023-12-21T04:07:20.252 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:20.268 INFO:teuthology.orchestra.console.smithi184:Power off 2023-12-21T04:07:20.269 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T04:07:20.278 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-12-21T04:07:20.291 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2023-12-21T04:07:20.291 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:20.314 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-21T04:07:24.279 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:24.316 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:24.391 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-12-21T04:07:24.426 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-21T04:07:28.393 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:28.427 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:28.504 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2023-12-21T04:07:28.539 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-21T04:07:28.605 INFO:teuthology.orchestra.console.smithi132:Power off completed 2023-12-21T04:07:32.542 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:07:32.655 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2023-12-21T04:07:32.756 INFO:teuthology.orchestra.console.smithi184:Power off completed 2023-12-21T04:07:32.860 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 2535.0384600162506 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4fcdae33277749509e10bcf7cf9e6c01 status: fail success: false 2023-12-21T04:07:32.860 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:07:32.945 INFO:teuthology.run:FAIL